|
42 | 42 | } |
43 | 43 | ], |
44 | 44 | "tabs": [ |
| 45 | + { |
| 46 | + "name": "Tutorials", |
| 47 | + "url": "tutorials" |
| 48 | + }, |
45 | 49 | { |
46 | 50 | "name": "API Reference", |
47 | 51 | "url": "api-reference" |
|
61 | 65 | { |
62 | 66 | "name": "FAQs", |
63 | 67 | "url": "faqs" |
64 | | - }, |
65 | | - { |
66 | | - "name": "Tutorials", |
67 | | - "url": "tutorials" |
68 | 68 | } |
69 | 69 | ], |
70 | 70 | "navigation": [ |
|
107 | 107 | ] |
108 | 108 | }, |
109 | 109 | { |
110 | | - "group": "Tutorials", |
| 110 | + "group": "Bots", |
111 | 111 | "pages": [ |
112 | | - "tutorials/managing-teams", |
113 | | - "tutorials/timezone-change-guide", |
114 | | - "tutorials/topgg-webhook-config", |
115 | | - "tutorials/how-to-set-up-git-integration", |
116 | | - "tutorials/how-to-set-up-your-domain", |
117 | | - "tutorials/how-to-deploy-your-website", |
118 | 112 | "tutorials/how-to-deploy-your-discord-bot", |
119 | | - "tutorials/how-to-deploy-your-telegram-bot", |
120 | 113 | "tutorials/how-to-deploy-your-whatsapp-bot", |
| 114 | + "tutorials/how-to-deploy-your-telegram-bot" |
| 115 | + ] |
| 116 | + }, |
| 117 | + { |
| 118 | + "group": "Website", |
| 119 | + "pages": [ |
| 120 | + "tutorials/how-to-deploy-your-vue-website", |
121 | 121 | "tutorials/how-to-deploy-your-vite-website", |
122 | 122 | "tutorials/how-to-deploy-your-react-website", |
123 | | - "tutorials/how-to-deploy-your-vue-website", |
124 | | - "tutorials/how-to-deploy-your-next-website", |
125 | | - "tutorials/how-to-create-your-lavalink-server", |
126 | | - "tutorials/how-to-deploy-your-express-application", |
127 | | - "tutorials/how-to-deploy-your-fastify-application", |
| 123 | + "tutorials/how-to-deploy-your-next-website" |
| 124 | + ] |
| 125 | + }, |
| 126 | + { |
| 127 | + "group": "APIs", |
| 128 | + "pages": [ |
128 | 129 | "tutorials/how-to-deploy-your-flask-application", |
129 | 130 | "tutorials/how-to-deploy-your-django-application", |
130 | 131 | "tutorials/how-to-deploy-your-nestjs-application", |
| 132 | + "tutorials/how-to-deploy-your-express-application", |
| 133 | + "tutorials/how-to-deploy-your-fastify-application" |
| 134 | + ] |
| 135 | + }, |
| 136 | + { |
| 137 | + "group": "Tutorials", |
| 138 | + "pages": [ |
| 139 | + "tutorials/managing-teams", |
| 140 | + "tutorials/how-to-set-up-your-domain", |
| 141 | + "tutorials/how-to-create-your-lavalink-server", |
| 142 | + "tutorials/how-to-deploy-your-website", |
| 143 | + "tutorials/how-to-set-up-git-integration", |
| 144 | + "tutorials/timezone-change-guide", |
| 145 | + "tutorials/topgg-webhook-config", |
131 | 146 | "tutorials/how-to-deploy-your-selenium-application" |
132 | 147 | ] |
133 | 148 | }, |
|
0 commit comments