aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs/getting_started/toc_dev_en.yml
blob: 89af391e55257b6643ce1395d536d079177a5a78 (plain)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#######################################################################
# WARNING:
#  - TOC should reference .HTML and .md (Index OK but Error 404)
#  - do not forget to run 'docbuild --tocs' after any changes
#
#
############################ SYNTAX ###################################
# GLOBAL OPTIONS:
#    name: TOC (page) title
#    template: name of template to use for this page - use 'generated_index.html' if unknown
#    children: array of TOC entries
#
# TOC Entry:
#     name: TOC entry (level 1)
#     children:
#         -
#            name: optional name for TOC entry (default: use URL FrontMatter info)
#            url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js:
#         -
#            name: ...
#            url: ...
#         ...
#
# EXAMPLE:
# -------------------------------
# name: Developer Guides
# template: generated_index.html
# children:
# -
#   name: Application Framework
#   children:
#       - url: reference/af-main/overview.html
#       - url: reference/af-main/afm-system-daemon.html
#       - url: reference/af-main/afm-user-daemon.html
# -------------------------------
#######################################################################

name: Getting started
template: generated_index.html
children:
-
    name: Image Development Workflow
    children:
        - url: reference/image-workflow-intro.html
        - url: reference/image-workflow-prep-host.html
        - url: reference/image-workflow-download-sw.html
        - url: reference/image-workflow-initialize-build-environment.html
        - url: reference/image-workflow-cust-build.html
        - url: reference/image-workflow-build.html
        - url: reference/machines/intel.html
        - url: reference/machines/qemu.html
        - url: reference/machines/R-Car-Starter-Kit-gen3.html
        - url: reference/machines/raspberrypi.html
-
    name: HomeScreen
    children:
        - url: reference/homescreen/index.html
-
    name: Troubleshooting
    children:
        - url: reference/troubleshooting.html
        - url: reference/footers/intel-footer.html
        - url: reference/footers/raspberrypi-footer.html
-
    name: SDK
    children:
        - url: reference/setup-sdk-environment.html
-
#    name: Scott's new section so far
#    children:
#        - url: reference/scott.html
#-
    name: Application Development Workflow
    children:
        - url: reference/app-workflow-intro.html
        - url: reference/app-workflow-image.html
        - url: reference/app-workflow-sdk.html
        - url: reference/app-workflow-bootables.html
        - url: reference/app-workflow-boot.html
        - url: reference/app-workflow-prep-app.html
        - url: reference/app-workflow-build-app.html
        - url: reference/app-workflow-deploy-app.html
        - url: reference/app-workflow-debug-app.html