-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocs.json
More file actions
101 lines (101 loc) · 2.46 KB
/
docs.json
File metadata and controls
101 lines (101 loc) · 2.46 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"title": "U2A - Documentation",
"pages": [
{
"id": "introduction",
"title": "Introduction",
"file": "1-intro.md",
"category": "Getting Started"
},
{
"id": "installation",
"title": "Installation",
"file": "2-install.md",
"category": "Getting Started"
},
{
"id": "configure",
"title": "Configure settings",
"file": "3-configure.md",
"category": "Getting Started"
},
{
"id": "create-local-apps",
"title": "Creating a local app",
"file": "4-cala.md",
"category": "Local installation"
},
{
"id": "list-local-apps",
"title": "Listing all your local apps",
"file": "5-layla.md",
"category": "Local installation"
},
{
"id": "delete-local-apps",
"title": "Deleting a local app",
"file": "6-dala.md",
"category": "Local installation"
},
{
"id": "create-executable",
"title": "Creating an executable",
"file": "7-cae.md",
"category": "Executables & Setup"
},
{
"id": "create-setup",
"title": "Creating a setup file",
"file": "8-casf.md",
"category": "Executables & Setup"
},
{
"id": "installing-setup",
"title": "Installing with a setup file",
"file": "9-iwasf.md",
"category": "Executables & Setup"
},
{
"id": "uninstall-setup",
"title": "Uninstalling a setup file app",
"file": "10-uasfa.md",
"category": "Executables & Setup"
},
{
"id": "tech-intro",
"title": "Introduction",
"file": "11-tech-intro.md",
"category": "Technical details"
},
{
"id": "sudo",
"title": "Running as Root",
"file": "12-sudo.md",
"category": "Technical details"
},
{
"id": "file-structure",
"title": "File Structure",
"file": "13-file-structure.md",
"category": "Technical details"
},
{
"id": "common-issues",
"title": "Common issues",
"file": "14-common-issues.md",
"category": "Technical details"
},
{
"id": "troubleshooting",
"title": "Troubleshooting",
"file": "15-troubleshooting.md",
"category": "Technical details"
},
{
"id": "livecreator-linux",
"title": "Linux",
"file": "16-lc-linux.md",
"category": "LiveCreator"
}
]
}