Go to file
InsanusMokrassar a07e6795fa try to fix poetry install 2023-06-13 22:41:56 +06:00
.fleet update fleet run commands 2023-06-13 22:18:41 +06:00
.github/workflows try to fix poetry install 2023-06-13 22:41:56 +06:00
docs several fixes in new guide 2023-06-11 14:18:11 +06:00
.gitignore add .idea in ignore 2023-06-10 17:47:29 +06:00
LICENSE Initial commit 2023-06-09 22:34:11 +06:00
README.md Update the repo to use Poetry build process 2023-06-11 18:54:04 +02:00
mkdocs.yml several fixes in new guide 2023-06-11 14:18:11 +06:00
poetry.lock try to fix poetry install 2023-06-13 22:41:56 +06:00
pyproject.toml update python version in poetry 2023-06-13 22:23:57 +06:00

README.md

docs

It is a documentation repository for the projects of InsanusMokrassar.

Running locally

For the ease of dependencies management, this repository uses Poetry, a Python project & dependencies manager. In case you wish to interact with these docs locally, make sure to install it first.

In Fleet you may use these configs to work with the repo.

To build or run it in vanilla terminal, use the following commands:

poetry run mkdocs build # Just build the site
poetry run mkdocs serve # Run a local server with the site