wtfutil / wtfdocs

The source for https://wtfutil.com
32 stars 75 forks source link
hacktoberfest mkdocs wtf wtfutil

WTF Docs

This site is built using Material for MkDocs.

Development environment setup

  1. Install python 3
  2. Create a virtual-env:
    python -m venv virtual-env
    source virtual-env/bin/activate
  3. pip install -r requirements.txt
  4. mkdocs serve

To add documentation for a new module

  1. Create a new Markdown file in the /docs/modules directory
  2. Add a new route in the mkdocs.yml file, under the nav: section.
  3. To add pictures, add the image to ./docs/overrides/assets/modules/<IMAGE>.png

Deploying