marcoceppi / docs-tng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Clone this repository to your local machine. Navigate to the directory and run the following command to install dependencies:

poetry install

Run the docs locally

poetry run mkdocs serve

Navigate to http://localhost:8000 to view the rendered site!

Adding new plugins / dependencies

Update the pyproject.toml file using the poetry add command:

poetry add <package>

Often, plugins will instruct using pip install or updating a requirements.txt. For example, if a plugin says to use pip install my_plugin run poetry add my_plugin instead. Once installed, add the plugin and any plugin configuration to mkdocs.yml. Finally, make sure to commit both the pyproject.toml and poetry.lock files.

About


Languages

Language:HTML 100.0%