Skip to content

Commit

Permalink
config.ts: reorder navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 18, 2023
1 parent ceb8a70 commit 0f98088
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,17 @@ const config: Config = {
to: '/despre',
position: 'right'
},
{
label: 'Arhiva',
href: 'https://cronica-it.github.io/archive/',
position: 'right',
},
{
label: 'Docu',
type: 'docSidebar',
sidebarId: 'docuSidebar',
position: 'right',
},
{
label: 'Arhiva',
href: 'https://cronica-it.github.io/archive/',
position: 'right',
},
{
label: 'GitHub',
href: isPreview ? 'https://github.com/cronica-it/preview' : 'https://github.com/cronica-it/cronica-it.github.io',
Expand Down

0 comments on commit 0f98088

Please sign in to comment.