Skip to content

Commit 9571108

Browse files
committed
website: updates
1 parent 6795bfc commit 9571108

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

website/docusaurus.config.ts

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const config: Config = {
103103
// GitHub pages deployment config.
104104
// If you aren't using GitHub pages, you don't need these.
105105
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.
107107

108108
onBrokenAnchors: 'throw',
109109
onBrokenLinks: 'throw',
@@ -132,7 +132,7 @@ const config: Config = {
132132
// Please change this to your repo.
133133
// Remove this to remove the "edit this page" links.
134134
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/',
136136
// showLastUpdateAuthor: true,
137137
showLastUpdateTime: true,
138138
},
@@ -141,7 +141,7 @@ const config: Config = {
141141
// Please change this to your repo.
142142
// Remove this to remove the "edit this page" links.
143143
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/',
145145
showLastUpdateTime: true,
146146
blogSidebarCount: 8,
147147
authorsMapPath: '../authors.yml',
@@ -301,20 +301,30 @@ const config: Config = {
301301
]
302302
},
303303
{
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/',
305305
position: 'right',
306306
className: 'header-github-link',
307307
'aria-label': 'GitHub repository',
308308
},
309309
{
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/',
317312
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+
]
318328
},
319329
],
320330
},
@@ -343,7 +353,7 @@ const config: Config = {
343353
items: [
344354
{
345355
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',
347357
},
348358
{
349359
label: 'Stack Overflow',
@@ -367,15 +377,15 @@ const config: Config = {
367377
href: 'https://www.paypal.com/donate/?hosted_button_id=5MFRG9ZRBETQ8',
368378
},
369379
{
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/',
372382
},
373383
{
374-
label: 'GitHub xpack-dev-tools',
384+
label: 'GitHub xpack-dev-tools org',
375385
href: 'https://github.com/xpack-dev-tools/',
376386
},
377387
{
378-
label: 'GitHub xpack',
388+
label: 'GitHub xpack org',
379389
href: 'https://github.com/xpack/',
380390
},
381391
],

0 commit comments

Comments
 (0)