Skip to content

Commit 7a54da0

Browse files
committed
Update docs navigation
1 parent 336d173 commit 7a54da0

File tree

3 files changed

+93
-99
lines changed

3 files changed

+93
-99
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: 88 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,99 @@
11
[
22
{
3-
"basePath": "/",
4-
"categories": [
5-
{
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-
]
3+
"title": "📌 Overview",
4+
"items": [
5+
{
6+
"name": "Getting Started",
7+
"path": "/manual"
8+
},
9+
{
10+
"name": "Installation",
11+
"path": "/installation"
12+
},
13+
{
14+
"name": "Changelog",
15+
"path": "/changelog"
16+
},
17+
{
18+
"name": "License",
19+
"path": "/license"
20+
}
21+
]
22+
},
23+
{
24+
"title": "📖 Reference",
25+
"items": [
26+
{
27+
"name": "Tweens",
28+
"path": "/manual/tweens"
29+
},
30+
{
31+
"name": "Sequences",
32+
"path": "/manual/sequences"
33+
},
34+
{
35+
"name": "Easing",
36+
"path": "/manual/easing"
37+
},
38+
{
39+
"name": "Callbacks",
40+
"path": "/manual/callbacks"
41+
},
42+
{
43+
"name": "Property Chaining",
44+
"path": "/manual/property-chaining"
45+
},
46+
{
47+
"name": "Managing Tweens",
48+
"path": "/manual/managing-tweens"
49+
},
50+
{
51+
"name": "Supported Types",
52+
"path": "/manual/supported-types"
53+
},
54+
{
55+
"name": "Settings",
56+
"path": "/manual/settings"
57+
}
58+
]
59+
},
60+
{
61+
"title": "💬 Contact",
62+
"items": [
63+
{
64+
"name": "Discord",
65+
"href": "https://discord.gg/DdYyWVb",
66+
"icon": "launch"
67+
},
68+
{
69+
"name": "Twitter",
70+
"href": "https://twitter.com/zigurous",
71+
"icon": "launch"
72+
}
73+
]
74+
},
75+
{
76+
"title": "🔗 Other Links",
77+
"items": [
78+
{
79+
"name": "GitHub",
80+
"href": "https://github.com/zigurous/unity-tweening-system",
81+
"icon": "launch"
2582
},
2683
{
27-
"title": "📖 Reference",
28-
"items": [
29-
{
30-
"name": "Tweens",
31-
"path": "/manual/tweens"
32-
},
33-
{
34-
"name": "Sequences",
35-
"path": "/manual/sequences"
36-
},
37-
{
38-
"name": "Easing",
39-
"path": "/manual/easing"
40-
},
41-
{
42-
"name": "Callbacks",
43-
"path": "/manual/callbacks"
44-
},
45-
{
46-
"name": "Property Chaining",
47-
"path": "/manual/property-chaining"
48-
},
49-
{
50-
"name": "Managing Tweens",
51-
"path": "/manual/managing-tweens"
52-
},
53-
{
54-
"name": "Supported Types",
55-
"path": "/manual/supported-types"
56-
},
57-
{
58-
"name": "Settings",
59-
"path": "/manual/settings"
60-
}
61-
]
84+
"name": "Asset Store",
85+
"href": "https://assetstore.unity.com/publishers/51884",
86+
"icon": "launch"
6287
},
6388
{
64-
"title": "💬 Contact",
65-
"items": [
66-
{
67-
"name": "Discord",
68-
"href": "https://discord.gg/DdYyWVb",
69-
"icon": "launch"
70-
},
71-
{
72-
"name": "Twitter",
73-
"href": "https://twitter.com/zigurous",
74-
"icon": "launch"
75-
}
76-
]
89+
"name": "YouTube",
90+
"href": "https://youtube.com/c/zigurous?sub_confirmation=1",
91+
"icon": "launch"
7792
},
7893
{
79-
"title": "🔗 Other Links",
80-
"items": [
81-
{
82-
"name": "GitHub",
83-
"href": "https://github.com/zigurous/unity-tweening-system",
84-
"icon": "launch"
85-
},
86-
{
87-
"name": "Asset Store",
88-
"href": "https://assetstore.unity.com/publishers/51884",
89-
"icon": "launch"
90-
},
91-
{
92-
"name": "YouTube",
93-
"href": "https://youtube.com/c/zigurous?sub_confirmation=1",
94-
"icon": "launch"
95-
},
96-
{
97-
"name": "Patreon",
98-
"href": "https://patreon.com/zigurous",
99-
"icon": "launch"
100-
}
101-
]
94+
"name": "Patreon",
95+
"href": "https://patreon.com/zigurous",
96+
"icon": "launch"
10297
}
10398
]
10499
}

0 commit comments

Comments
 (0)