hugo website for pit
This commit is contained in:
41
website/data/docs_nav.yaml
Normal file
41
website/data/docs_nav.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
sections:
|
||||
- title: "Language"
|
||||
pages:
|
||||
- title: "Language Reference"
|
||||
url: "/docs/language/"
|
||||
- title: "Actors and Modules"
|
||||
url: "/docs/actors/"
|
||||
- title: "Packages"
|
||||
url: "/docs/packages/"
|
||||
- title: "Tools"
|
||||
pages:
|
||||
- title: "CLI"
|
||||
url: "/docs/cli/"
|
||||
- title: "C Modules"
|
||||
url: "/docs/c-modules/"
|
||||
- title: "Reference"
|
||||
pages:
|
||||
- title: "Built-in Functions"
|
||||
url: "/docs/functions/"
|
||||
- title: "Standard Library"
|
||||
pages:
|
||||
- title: "Overview"
|
||||
url: "/docs/library/"
|
||||
- title: "text"
|
||||
url: "/docs/library/text/"
|
||||
- title: "number"
|
||||
url: "/docs/library/number/"
|
||||
- title: "array"
|
||||
url: "/docs/library/array/"
|
||||
- title: "object"
|
||||
url: "/docs/library/object/"
|
||||
- title: "blob"
|
||||
url: "/docs/library/blob/"
|
||||
- title: "time"
|
||||
url: "/docs/library/time/"
|
||||
- title: "math"
|
||||
url: "/docs/library/math/"
|
||||
- title: "json"
|
||||
url: "/docs/library/json/"
|
||||
- title: "random"
|
||||
url: "/docs/library/random/"
|
||||
Reference in New Issue
Block a user