@@ -39,7 +39,7 @@ const config: Config = {
3939 trailingSlash : false ,
4040
4141 // Plugins
42- plugins : [ " ./src/plugins/tailwind-config.js" ] ,
42+ plugins : [ ' ./src/plugins/tailwind-config.js' ] ,
4343
4444 // Even if you don't use internationalization, you can use this field to set
4545 // useful metadata like html lang. For example, if your site is Chinese, you
@@ -107,6 +107,11 @@ const config: Config = {
107107 src : 'img/logo.svg'
108108 } ,
109109 items : [
110+ {
111+ label : 'Guides' ,
112+ to : 'guides' ,
113+ position : 'left'
114+ } ,
110115 {
111116 type : 'docSidebar' ,
112117 sidebarId : 'engineSidebar' ,
@@ -119,7 +124,37 @@ const config: Config = {
119124 position : 'left' ,
120125 label : 'Platform API'
121126 } ,
122- { to : '/blog' , label : 'Blog' , position : 'left' } ,
127+ {
128+ label : 'Resources' ,
129+ type : 'dropdown' ,
130+ position : 'left' ,
131+ items : [
132+ {
133+ label : 'Blog' ,
134+ to : '/blog'
135+ } ,
136+ {
137+ label : 'Frequently Asked Questions (FAQ)' ,
138+ to : 'https://graphical-playground.com/faq'
139+ } ,
140+ {
141+ label : 'Sample Projects' ,
142+ to : 'https://github.com/GraphicalPlayground/gp-sample-projects'
143+ } ,
144+ {
145+ label : 'Release Notes' ,
146+ to : 'https://graphical-playground.com/release-notes'
147+ } ,
148+ {
149+ label : 'GitHub Organization' ,
150+ to : 'https://github.com/GraphicalPlayground'
151+ } ,
152+ {
153+ label : 'Learning Resources' ,
154+ to : 'https://graphical-playground.com/learning'
155+ }
156+ ]
157+ } ,
123158 {
124159 href : 'https://github.com/GraphicalPlayground' ,
125160 label : 'GitHub' ,
@@ -145,11 +180,15 @@ const config: Config = {
145180 items : [
146181 {
147182 label : 'GP Engine' ,
148- href : 'https://graphical-playground.com/tools/engine'
183+ to : 'https://graphical-playground.com/tools/engine'
184+ } ,
185+ {
186+ label : 'GP Platform' ,
187+ to : 'https://graphical-playground.com/tools/platform'
149188 } ,
150189 {
151- label : 'Documentation ' ,
152- to : '/docs/intro '
190+ label : 'GPBT ' ,
191+ to : 'https://graphical-playground.com/tools/gpbt '
153192 }
154193 ]
155194 } ,
@@ -158,11 +197,35 @@ const config: Config = {
158197 items : [
159198 {
160199 label : 'Platform Services' ,
161- href : 'https://graphical-playground.com/services'
200+ to : 'https://graphical-playground.com/services'
162201 } ,
163202 {
164203 label : 'Support' ,
165- href : 'https://graphical-playground.com/support'
204+ to : 'https://graphical-playground.com/support'
205+ } ,
206+ {
207+ label : 'Security' ,
208+ to : 'https://graphical-playground.com/security'
209+ } ,
210+ {
211+ label : 'Terms of Service' ,
212+ to : 'https://graphical-playground.com/terms/tos'
213+ } ,
214+ {
215+ label : 'User Agreements' ,
216+ to : 'https://graphical-playground.com/terms/agreements'
217+ } ,
218+ {
219+ label : 'Acceptable Use Policy' ,
220+ to : 'https://graphical-playground.com/terms/aup'
221+ } ,
222+ {
223+ label : 'Privacy Policy' ,
224+ to : 'https://graphical-playground.com/terms/privacy'
225+ } ,
226+ {
227+ label : 'Subprocessors List' ,
228+ to : 'https://graphical-playground.com/terms/subprocessors'
166229 }
167230 ]
168231 } ,
@@ -171,15 +234,23 @@ const config: Config = {
171234 items : [
172235 {
173236 label : 'About Us' ,
174- href : 'https://graphical-playground.com/about'
237+ to : 'https://graphical-playground.com/about'
238+ } ,
239+ {
240+ label : 'Newsroom' ,
241+ to : 'https://graphical-playground.com/news'
175242 } ,
176243 {
177244 label : 'Careers' ,
178- href : 'https://graphical-playground.com/careers'
245+ to : 'https://graphical-playground.com/careers'
179246 } ,
180247 {
181248 label : 'Support Us' ,
182- href : 'https://graphical-playground.com/donate'
249+ to : 'https://graphical-playground.com/donate'
250+ } ,
251+ {
252+ label : 'UX Research Panel' ,
253+ to : 'https://graphical-playground.com/ux-research'
183254 }
184255 ]
185256 } ,
@@ -192,11 +263,72 @@ const config: Config = {
192263 } ,
193264 {
194265 label : 'GitHub' ,
195- href : 'https://github.com/GraphicalPlayground'
266+ to : 'https://github.com/GraphicalPlayground'
196267 } ,
197268 {
198269 label : 'Learning' ,
199- href : 'https://graphical-playground.com/learning'
270+ to : 'https://graphical-playground.com/learning'
271+ } ,
272+ {
273+ label : 'Frequently Asked Questions (FAQ)' ,
274+ to : 'https://graphical-playground.com/faq'
275+ } ,
276+ {
277+ label : 'Sample Projects' ,
278+ to : 'https://graphical-playground.com/sample-projects'
279+ } ,
280+ {
281+ label : 'Release Notes' ,
282+ to : 'https://graphical-playground.com/release-notes'
283+ }
284+ ]
285+ } ,
286+ {
287+ title : "Repositories" ,
288+ items : [
289+ {
290+ label : 'Organization' ,
291+ to : 'https://github.com/GraphicalPlayground'
292+ } ,
293+ {
294+ label : 'gp-engine' ,
295+ to : 'https://github.com/GraphicalPlayground/gp-engine'
296+ } ,
297+ {
298+ label : 'gp-platform' ,
299+ to : 'https://github.com/GraphicalPlayground/gp-platform'
300+ } ,
301+ {
302+ label : 'gp-docs' ,
303+ to : 'https://github.com/GraphicalPlayground/gp-docs'
304+ } ,
305+ {
306+ label : 'gp-curriculum' ,
307+ to : 'https://github.com/GraphicalPlayground/gp-curriculum'
308+ } ,
309+ {
310+ label : 'gp-actions' ,
311+ to : 'https://github.com/GraphicalPlayground/gp-actions'
312+ } ,
313+ {
314+ label : 'gp-infrastructure' ,
315+ to : 'https://github.com/GraphicalPlayground/gp-infrastructure'
316+ } ,
317+ {
318+ label : 'gp-handbook' ,
319+ to : 'https://github.com/GraphicalPlayground/gp-handbook'
320+ } ,
321+ {
322+ label : 'gp-sample-projects' ,
323+ to : 'https://github.com/GraphicalPlayground/gp-sample-projects'
324+ } ,
325+ {
326+ label : 'gp-certifications' ,
327+ to : 'https://github.com/GraphicalPlayground/gp-certifications'
328+ } ,
329+ {
330+ label : 'gp-experiments' ,
331+ to : 'https://github.com/GraphicalPlayground/gp-experiments'
200332 }
201333 ]
202334 }
0 commit comments