Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/go-rel/doc

Documentation source code
https://github.com/go-rel/doc

documentation golang hacktoberfest mkdocs orm

Last synced: 9 days ago
JSON representation

Documentation source code

Awesome Lists containing this project

README

        

# REL Doc

Documentation Source Code for [REL](https://github.com/go-rel/rel).

Website: https://go-rel.github.io

## Development

1. Setup
```bash
pip install \
'requests' \
'jinja2==3.0.3' \
'mkdocs==1.1.2' \
'mkdocs-material==6.0.0' \
'mkdocs-material-extensions==1.0.1' \
'mkdocs-minify-plugin==0.3.0' \
'mkdocs-macros-plugin==0.4.15' \
'mkdocs-git-revision-date-plugin==0.3 '\
'mkdocs-meta-descriptions-plugin===1.0.2'

go get github.com/Fs02/godoc2md
```

2. Run
```bash
mkdocs serve
```