GitHub - zwbetz-gh/mkdocs-template: The no-excuses template to document your project

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

/ mkdocs-template Public template

Repository files navigation

MkDocs Template

The no-excuses template to document your project. Powered by MkDocs, Material for MkDocs, and GitHub Pages.

View Published Docs

https://zwbetz-gh.github.io/mkdocs-template/

One-Time Setup

  1. Fork or download a zip of this repo

  2. Install python3 (which should include pip3)

  3. Install requirements

     pip3 install -r requirements.txt
    
  4. Fill out the mkdocs.yml file with your info

Make Your Docs

  1. Make your documentation changes

  2. Preview your changes at http://127.0.0.1:8000

     mkdocs serve
    
  3. Deploy your changes to GitHub Pages

     mkdocs gh-deploy
    

About

The no-excuses template to document your project

Resources

Readme

Activity

Stars

5 stars

Watchers

1 watching

Forks

0 forks