An open API service indexing awesome lists of open source software.

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

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
```