Go to file
2023-06-11 18:54:04 +02:00
.fleet mkdocs inited 2023-06-10 01:50:56 +06:00
.github/workflows Update the repo to use Poetry build process 2023-06-11 18:54:04 +02: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
mkdocs.yml several fixes in new guide 2023-06-11 14:18:11 +06:00
pyproject.toml poetry init 2023-06-11 18:53:29 +02:00
README.md Update the repo to use Poetry build process 2023-06-11 18:54:04 +02:00

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