Skip to content

Commit db9dd67

Browse files
committed
Update docs navigation
1 parent 0ebe5f6 commit db9dd67

File tree

3 files changed

+72
-78
lines changed

3 files changed

+72
-78
lines changed

Documentation~/articles/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: "/manual/installation"
2+
slug: "/installation"
33
---
44

55
# Installation

Documentation~/data/header.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
[
22
{
33
"name": "Manual",
4-
"basePath": "/manual"
4+
"path": "/manual"
55
},
66
{
77
"name": "Scripting API",
8-
"basePath": "/api",
9-
"api": true
8+
"path": "/api"
109
},
1110
{
1211
"name": "Changelog",
13-
"basePath": "/changelog"
12+
"path": "/changelog"
1413
},
1514
{
1615
"name": "License",
17-
"basePath": "/license"
16+
"path": "/license"
1817
}
1918
]

Documentation~/data/sidenav.json

Lines changed: 67 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,79 @@
11
[
22
{
3-
"basePath": "/",
4-
"categories": [
3+
"title": "📌 Overview",
4+
"items": [
55
{
6-
"title": "📌 Overview",
7-
"items": [
8-
{
9-
"name": "Getting Started",
10-
"path": "/manual"
11-
},
12-
{
13-
"name": "Installation",
14-
"path": "/manual/installation"
15-
},
16-
{
17-
"name": "Changelog",
18-
"path": "/changelog"
19-
},
20-
{
21-
"name": "License",
22-
"path": "/license"
23-
}
24-
]
6+
"name": "Getting Started",
7+
"path": "/manual"
258
},
269
{
27-
"title": "📖 Reference",
28-
"items": [
29-
{
30-
"name": "Menu Tools",
31-
"path": "/manual/menus"
32-
},
33-
{
34-
"name": "Letterboxing",
35-
"path": "/manual/letterboxing"
36-
},
37-
{
38-
"name": "Screen Size",
39-
"path": "/manual/screen-size"
40-
}
41-
]
10+
"name": "Installation",
11+
"path": "/installation"
4212
},
4313
{
44-
"title": "💬 Contact",
45-
"items": [
46-
{
47-
"name": "Discord",
48-
"href": "https://discord.gg/DdYyWVb",
49-
"icon": "launch"
50-
},
51-
{
52-
"name": "Twitter",
53-
"href": "https://twitter.com/zigurous",
54-
"icon": "launch"
55-
}
56-
]
14+
"name": "Changelog",
15+
"path": "/changelog"
5716
},
5817
{
59-
"title": "🔗 Other Links",
60-
"items": [
61-
{
62-
"name": "GitHub",
63-
"href": "https://github.com/zigurous/unity-ui-toolkit",
64-
"icon": "launch"
65-
},
66-
{
67-
"name": "Asset Store",
68-
"href": "https://assetstore.unity.com/publishers/51884",
69-
"icon": "launch"
70-
},
71-
{
72-
"name": "YouTube",
73-
"href": "https://youtube.com/c/zigurous?sub_confirmation=1",
74-
"icon": "launch"
75-
},
76-
{
77-
"name": "Patreon",
78-
"href": "https://patreon.com/zigurous",
79-
"icon": "launch"
80-
}
81-
]
18+
"name": "License",
19+
"path": "/license"
20+
}
21+
]
22+
},
23+
{
24+
"title": "📖 Reference",
25+
"items": [
26+
{
27+
"name": "Menu Tools",
28+
"path": "/manual/menus"
29+
},
30+
{
31+
"name": "Letterboxing",
32+
"path": "/manual/letterboxing"
33+
},
34+
{
35+
"name": "Screen Size",
36+
"path": "/manual/screen-size"
37+
}
38+
]
39+
},
40+
{
41+
"title": "💬 Contact",
42+
"items": [
43+
{
44+
"name": "Discord",
45+
"href": "https://discord.gg/DdYyWVb",
46+
"icon": "launch"
47+
},
48+
{
49+
"name": "Twitter",
50+
"href": "https://twitter.com/zigurous",
51+
"icon": "launch"
52+
}
53+
]
54+
},
55+
{
56+
"title": "🔗 Other Links",
57+
"items": [
58+
{
59+
"name": "GitHub",
60+
"href": "https://github.com/zigurous/unity-ui-toolkit",
61+
"icon": "launch"
62+
},
63+
{
64+
"name": "Asset Store",
65+
"href": "https://assetstore.unity.com/publishers/51884",
66+
"icon": "launch"
67+
},
68+
{
69+
"name": "YouTube",
70+
"href": "https://youtube.com/c/zigurous?sub_confirmation=1",
71+
"icon": "launch"
72+
},
73+
{
74+
"name": "Patreon",
75+
"href": "https://patreon.com/zigurous",
76+
"icon": "launch"
8277
}
8378
]
8479
}

0 commit comments

Comments
 (0)