mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
31 lines
658 B
YAML
31 lines
658 B
YAML
site_name: Rojo Documentation
|
|
repo_name: LPGhatguy/rojo
|
|
repo_url: https://github.com/LPGhatguy/rojo
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: 'Red'
|
|
accent: 'Red'
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Why Rojo?: why-rojo.md
|
|
- Installation: installation.md
|
|
- Creating a Place with Rojo: creating-a-place.md
|
|
- Migrating from 0.4.x to 0.5.x: migrating-to-epiphany.md
|
|
- Project Format: project-format.md
|
|
- Sync Details: sync-details.md
|
|
- Rojo Internals:
|
|
- Internals Overview: internals/overview.md
|
|
|
|
extra_css:
|
|
- extra.css
|
|
|
|
markdown_extensions:
|
|
- attr_list
|
|
- admonition
|
|
- codehilite:
|
|
guess_lang: false
|
|
- toc:
|
|
permalink: true |