Skip to content

marcoceppi/docs-tng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%