Skip to content

dyvenia/dyvenia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dyvenia

Public dyvenia content

Use https://diataxis.fr/ as a reference

image

and MK Docs as help for the structure image

Build the Docs with mkdocs

Poetry

First you will need to create a python virtual environment. Make sure to install poetry pip install poetry and then run inside the kb folder:

cd kb
poetry install

Build your docs

The above will create a python environment for you with your required dependencies to build these docs. Once you have your virtual environment you can test it by serving these docs doing:

cd on_docs
poetry run mkdocs serve

If everything worked correctly you should be able to see the docs site at http://127.0.0.1:8000.