-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.yml
66 lines (59 loc) · 2.14 KB
/
menu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# The Bolt docs main menu.
preface:
"": Getting Started
about: About Bolt
requirements: Requirements
installation: Installation
installation-composer: "Install with Composer"
installation-advanced: "Advanced Installation"
updating: Updating
screenshots: Screenshots
working:
"": Working with Bolt
contenttypes-and-records: Contenttypes and Records
content-in-templates: "Content in templates"
taxonomies: "Taxonomies"
relationships: "Relationships"
menus: "Using menus"
permissions: "Permissions"
templating:
"": "Templating"
templates-routes: "Templates and Routes"
building-templates: "Building templates"
record-and-records: "Record and Records"
content-fetching: "Fetching content"
content-paging: "Paging content"
content-search: "Implementing Search"
templatetags: "Bolt template tags"
extending:
"": "Extending Bolt"
extensions/introduction: "Introduction to Bolt Extensions"
extensions/config: "Creating a New Extension"
extensions/essentials: "The Basics of Extensions"
extensions/customfields: "Providing New Field Types"
extensions/testing: "Testing Your Extensions"
extensions/nut-commands: "Providing Nut Console Commands"
internals:
"": "Bolt Internals"
internals/bolt-internals: "Bolt Internals"
internals/contributing: "Contributing to Bolt"
internals/code-quality: "Code Quality"
internals/task-scheduler: "Task Scheduler (cron)"
other:
"": Other Information
manifesto: "The Bolt Manifesto"
howto: "Howtos on various subjects"
locales: "Locales"
nut: "Nut (command line utility)"
maintenance-mode: "Maintenance (offline) mode"
credits: "Credits"
roadmap: "Roadmap"
installation-advanced: "Advanced installation details"
# Note: this is a hackish way to make a specific menu for the HOWTO's. Perhaps
# replace it by something better, someday?
howto:
howto/installing-local-extensions: "Installing Local Extensions"
howto/resource-contenttype: "Making a 'resource' Contenttype"
howto/simple-menu: "Creating a Simple menu"
howto/upgrade-version-1-to-2: "Upgrading a Bolt 1.x install to 2.x"
howto/building-multilingual-websites: "Building Multilingual Websites with Bolt"