https://github.com/ringecosystem/degov-docs
The documentation for the https://degov.ai
https://github.com/ringecosystem/degov-docs
Last synced: 5 months ago
JSON representation
The documentation for the https://degov.ai
- Host: GitHub
- URL: https://github.com/ringecosystem/degov-docs
- Owner: ringecosystem
- Created: 2025-05-23T05:08:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-15T15:12:33.000Z (10 months ago)
- Last Synced: 2025-08-15T17:31:03.592Z (10 months ago)
- Homepage: https://docs.degov.ai
- Size: 3.28 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Governance: docs/governance/agent/delegate.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# DeGov.AI Documentation
To install all required MkDocs plugins, run:
```sh
pip install -r requirements.txt
```
## Building the documentation
```sh
mkdocs build
```
## Serving locally
```sh
mkdocs serve
```