@@ -103,7 +103,7 @@ const config: Config = {
103
103
// GitHub pages deployment config.
104
104
// If you aren't using GitHub pages, you don't need these.
105
105
organizationName : 'xpack-dev-tools' , // Usually your GitHub org/user name.
106
- projectName : 'xpack-dev-tools.github.io' , // Usually your repo name.
106
+ projectName : 'xpack-dev-tools.github.io-xpack ' , // Usually your repo name.
107
107
108
108
onBrokenAnchors : 'throw' ,
109
109
onBrokenLinks : 'throw' ,
@@ -132,7 +132,7 @@ const config: Config = {
132
132
// Please change this to your repo.
133
133
// Remove this to remove the "edit this page" links.
134
134
editUrl :
135
- 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/edit/xpack/website/' ,
135
+ 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io-xpack /edit/xpack/website/' ,
136
136
// showLastUpdateAuthor: true,
137
137
showLastUpdateTime : true ,
138
138
} ,
@@ -141,7 +141,7 @@ const config: Config = {
141
141
// Please change this to your repo.
142
142
// Remove this to remove the "edit this page" links.
143
143
editUrl :
144
- 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/edit/xpack/website/' ,
144
+ 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io-xpack /edit/xpack/website/' ,
145
145
showLastUpdateTime : true ,
146
146
blogSidebarCount : 8 ,
147
147
authorsMapPath : '../authors.yml' ,
@@ -301,20 +301,30 @@ const config: Config = {
301
301
]
302
302
} ,
303
303
{
304
- href : 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/' ,
304
+ href : 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io-xpack /' ,
305
305
position : 'right' ,
306
306
className : 'header-github-link' ,
307
307
'aria-label' : 'GitHub repository' ,
308
308
} ,
309
309
{
310
- href : 'https://github.com/xpack-dev-tools/' ,
311
- label : 'xpack-dev-tools' ,
312
- position : 'right' ,
313
- } ,
314
- {
315
- href : 'https://github.com/xpack/' ,
316
- label : 'xpack' ,
310
+ type : 'dropdown' ,
311
+ href : 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io-xpack/' ,
317
312
position : 'right' ,
313
+ label : 'GitHub' ,
314
+ items : [
315
+ {
316
+ label : `xpack-dev-tools.github.io-xpack` ,
317
+ href : `https://github.com/xpack-dev-tools/xpack-dev-tools.github.io-xpack/` ,
318
+ } ,
319
+ {
320
+ label : 'xpack-dev-tools org' ,
321
+ href : 'https://github.com/xpack-dev-tools/' ,
322
+ } ,
323
+ {
324
+ label : 'xpack org' ,
325
+ href : 'https://github.com/xpack/' ,
326
+ } ,
327
+ ]
318
328
} ,
319
329
] ,
320
330
} ,
@@ -343,7 +353,7 @@ const config: Config = {
343
353
items : [
344
354
{
345
355
label : 'GitHub Discussions' ,
346
- href : 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/discussions' ,
356
+ href : 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io-xpack /discussions' ,
347
357
} ,
348
358
{
349
359
label : 'Stack Overflow' ,
@@ -367,15 +377,15 @@ const config: Config = {
367
377
href : 'https://www.paypal.com/donate/?hosted_button_id=5MFRG9ZRBETQ8' ,
368
378
} ,
369
379
{
370
- label : 'GitHub xpack-dev-tools.github.io' ,
371
- href : 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io/' ,
380
+ label : 'GitHub xpack-dev-tools.github.io-xpack ' ,
381
+ href : 'https://github.com/xpack-dev-tools/xpack-dev-tools.github.io-xpack /' ,
372
382
} ,
373
383
{
374
- label : 'GitHub xpack-dev-tools' ,
384
+ label : 'GitHub xpack-dev-tools org ' ,
375
385
href : 'https://github.com/xpack-dev-tools/' ,
376
386
} ,
377
387
{
378
- label : 'GitHub xpack' ,
388
+ label : 'GitHub xpack org ' ,
379
389
href : 'https://github.com/xpack/' ,
380
390
} ,
381
391
] ,
0 commit comments