proksee-project / proksee-cmd

Repo for Proksee Cmd Line Tools
Apache License 2.0
21 stars 2 forks source link

MkDocs Material Website #49

Closed emarinier closed 3 years ago

emarinier commented 3 years ago

I'm hoping to get some more feedback on what else to add to the website or what to change. You should be able to view the website locally by checking out the branch and serving the documentation. You will probably need mkdocs and mkdocs material installed. It's best to install both through pip, because otherwise there's weird errors.

git checkout dev/mkdocs
mkdocs serve

Navigate to http://127.0.0.1:8000 to see the documentation.