The goal is to set up mkdocs for this repository. mkdocs is a static site generator to build project documentation. The power of mkdocs is that the documentation pages are generated from Markdown, sources (which is widely used) and the settings is rather simple ( a single YAML file. More other some components of the documentation can be automatically generated based on the classes and methods docstrings.
Basic documentation is now done. There is plenty more to do (and feel free to create another issue if you have specific suggestions), but I'm closing this for now
Description
The goal is to set up mkdocs for this repository. mkdocs is a static site generator to build project documentation. The power of mkdocs is that the documentation pages are generated from Markdown, sources (which is widely used) and the settings is rather simple ( a single YAML file. More other some components of the documentation can be automatically generated based on the classes and methods docstrings.
Objective
create a static documentation site with mkdocs
Example
random example by looking for mkdocs.yml on github: https://docs.agpt.co/
Acceptance Criteria
Definition of Done