Bump docs dev dependencies, add Tabs page, add note to docs README

This commit is contained in:
Darren Burns
2022-02-21 10:10:45 +00:00
parent 3e748f88fc
commit c4151a0f55
6 changed files with 117 additions and 102 deletions

View File

@@ -1,8 +1,8 @@
# Documentation Workflow
* Ensure you're inside the virtual environment `poetry shell`
* Run the live-reload server using `mkdocs serve`
* Create new pages by adding new Markdown files
* Ensure you're inside a *Python 3.10+* virtual environment
* Run the live-reload server using `mkdocs serve` from the project root
* Create new pages by adding new directories and Markdown files inside `docs/*`
## Commands