Introduce mkdocs documentation

This commit is contained in:
Lucien Greathouse
2018-04-01 23:35:18 -07:00
parent 9723622b66
commit 3a3af6ab10
3 changed files with 29 additions and 0 deletions

6
docs/index.md Normal file
View File

@@ -0,0 +1,6 @@
# Home
This is the documentation home for Rojo.
**Rojo** is a flexible multi-tool designed for creating robust Roblox projects.
This documentation is a work in progress, and is incomplete.

3
docs/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
mkdocs
mkdocs-material
pymdown-extensions

20
mkdocs.yml Normal file
View File

@@ -0,0 +1,20 @@
site_name: Rojo Documentation
site_url: https://lpghatguy.github.io/rojo/
repo_name: LPGhatguy/rojo
repo_url: https://github.com/LPGhatguy/rojo
theme:
name: material
palette:
primary: 'Red'
accent: 'Red'
pages:
- Home: index.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true