Skip to content

BlockyDotJar/ApuJar-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApuJar Documentations

license-shield build-status-shield discord-invite-shield

This website serves as documentation for my Twitch bot ApuJar. This website is written in markdown using mkdocs-material and mkdocs-redirects.

View documentation website locally

To view the documentation website locally, you first need to install mkdocs-material and mkdocs-redirects:

pip install mkdocs-material
pip install mkdocs-redirects

You can 'serve' the site locally and preview your changes you've written with this command:

mkdocs serve

For more information on how to use mkdocs-material, check out their documentation website.