mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
28 lines
589 B
YAML
28 lines
589 B
YAML
title: The Toy Programming Language
|
|
description: Documentation For The Toy Programming Language
|
|
keywords: programming,coding
|
|
author: Kayne Ruse (Ratstail91)
|
|
|
|
collections:
|
|
getting_started:
|
|
output: true
|
|
title: Getting Started
|
|
sort_by: guide_order
|
|
permalink: "/:collection/:path/"
|
|
tab-order: 1
|
|
toy_api:
|
|
output: true
|
|
title: Toy API
|
|
permalink: "/:collection/:path/"
|
|
tab-order: 2
|
|
c_api:
|
|
output: true
|
|
title: C API
|
|
permalink: "/:collection/:path/"
|
|
tab-order: 3
|
|
|
|
plugins:
|
|
- jekyll-remote-theme
|
|
|
|
remote_theme: pixeldroid/programming-pages
|