|
1 | 1 | [ |
2 | 2 | { |
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" |
25 | 82 | }, |
26 | 83 | { |
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" |
62 | 87 | }, |
63 | 88 | { |
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" |
77 | 92 | }, |
78 | 93 | { |
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" |
102 | 97 | } |
103 | 98 | ] |
104 | 99 | } |
|
0 commit comments