mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
35 lines
831 B
YAML
35 lines
831 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
|
|
- Guide:
|
|
- Installation: guide/installation.md
|
|
- Creating a Game with Rojo: guide/new-game.md
|
|
# - Moving an Existing Game to Rojo: guide/existing-game.md
|
|
- Migrating from 0.4.x to 0.5.x: guide/migrating-to-epiphany.md
|
|
- Reference:
|
|
- Project Format: reference/project-format.md
|
|
- Sync Details: reference/sync-details.md
|
|
- Rojo Alternatives: rojo-alternatives.md
|
|
- Rojo Internals:
|
|
- Internals Overview: internals/overview.md
|
|
|
|
extra_css:
|
|
- extra.css
|
|
|
|
markdown_extensions:
|
|
- attr_list
|
|
- admonition
|
|
- codehilite:
|
|
guess_lang: false
|
|
- toc:
|
|
permalink: true |