forked from rojo-rbx/rojo
27 lines
629 B
YAML
27 lines
629 B
YAML
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
|
|
- Why Rojo?: why-rojo.md
|
|
- Getting Started:
|
|
- Installation: getting-started/installation.md
|
|
- Creating a Place with Rojo: getting-started/creating-a-place.md
|
|
- Sync Details: sync-details.md
|
|
- Migrating from 0.4.x to 0.5.x: migrating-to-epiphany.md
|
|
|
|
markdown_extensions:
|
|
- attr_list
|
|
- admonition
|
|
- codehilite:
|
|
guess_lang: false
|
|
- toc:
|
|
permalink: true |