From 6646c7643f27dfb01f267959ed8791c316fbd7e1 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Thu, 13 Jun 2024 09:56:03 -0500 Subject: [PATCH] link to wiki --- specification/docs/index.md | 2 ++ specification/docs/publishing.md | 8 ++++++++ specification/mkdocs.yml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/specification/docs/index.md b/specification/docs/index.md index c4d3871..f9015a5 100644 --- a/specification/docs/index.md +++ b/specification/docs/index.md @@ -2,6 +2,8 @@ The purpose of this document is to provide detailed instructions for building a A [prototype of this system](https://gitea.dgov.io/DGF/dgf-prototype) has been implemented in Solidity and JavaScript. This specification will be derived from that prototype, and generalized in such a way that it can be implemented using an alternative technology stack, such as Casper. +More background information is available on the [DGF Wiki](https://daogovernanceframework.com/wiki/DAO_Governance_Framework_project). + ## Decentralized Autonomous Organization ### Organization diff --git a/specification/docs/publishing.md b/specification/docs/publishing.md index e69de29..f6ea9a2 100644 --- a/specification/docs/publishing.md +++ b/specification/docs/publishing.md @@ -0,0 +1,8 @@ +```mermaid +sequenceDiagram + +participant Author +box Publishing DAO +participant rc as Review Contract +end +``` \ No newline at end of file diff --git a/specification/mkdocs.yml b/specification/mkdocs.yml index 561a7ab..6f15944 100644 --- a/specification/mkdocs.yml +++ b/specification/mkdocs.yml @@ -17,7 +17,7 @@ markdown_extensions: nav: - Overview: index.md - Terminology: terminology.md - - Generalized DAO: + - Generic DAO: - Requirements: requirements.md - System Design: system-design.md - User Stories: user-stories.md