Go to file
InsanusMokrassar df2812a04d add micro_utils startup docs 2024-04-22 16:44:19 +06:00
.fleet add docs fleet install config and update dependencies 2024-03-06 17:32:17 +06:00
.github/workflows try to fix poetry install 2023-06-13 22:41:56 +06:00
docs add micro_utils startup docs 2024-04-22 16:44:19 +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 dependencies 2023-09-05 15:25:32 +06:00
mkdocs.yml add micro_utils startup docs 2024-04-22 16:44:19 +06:00
poetry.lock add docs fleet install config and update dependencies 2024-03-06 17:32:17 +06:00
pyproject.toml add docs fleet install config and update dependencies 2024-03-06 17:32:17 +06:00

README.md

docs

It is a documentation repository for the projects of InsanusMokrassar.

Running locally

Install poetry

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.

Install dependencies

poetry install --no-root

Build and run

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