Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 731 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 731 Bytes

demo-docs

A demo docs site that uses mkdocs with the material mkdocs theme and the mkdocs-template-light-dark template.

This repo contains the pepe-docs directory, which contains all of the documentation pages.

About

This repo contains the mkdocs config files, theme overrides, and css changes.

Prerequisites

To get started you need to have mkdocs installed. All dependencies can be installed with a single command, you can run:

pip install -r requirements.txt

Run the docs site

To view the demo site locally, all you have to do is run:

mkdocs serve