Skip to content

JJscott/mkdocs-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create and run Virtual Enviroment (Windows):

Setup venv

To install and run the site from a shell, use the following. Adjust accordingly for platforms other than windows. This assumes that Python 3.X has already been installed.

python -m venv .venv             # Setup venv (first time only)
.venv\Scripts\Activate           # Activate vnenv
pip install -r requirements.txt  # Install dependencies
mkdocs serve                     # Run the development server

Setup vscode (notes)

Setup vscode Ctrl + Shift + P (Command Palette) Python: Select Interpreter Choose `.venv\Scripts\python.exe``

TODO

  • Hover terms linked to glossary
  • Compare versions
  • Changelog comments
  • Convert to pdf
  • Convert to json
  • Policy comments on-demand

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •