Skip to content

Commit

Permalink
header updates
Browse files Browse the repository at this point in the history
update header for ease of access and alignment with the docs site
  • Loading branch information
BrandtH22 committed Jan 30, 2024
1 parent 4e5cd2e commit d59985b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,26 @@ module.exports = {
},
items: [
{
href: 'https://chia.net',
label: 'Chia.net',
href: 'https://docs.chia.net',
label: 'Chia Docs',
position: 'left',
},
{
href: 'https://github.com/Chia-Network/chialisp-web',
label: 'GitHub',
href: 'https://docs.chia.net/academy-home/',
label: 'Chia Academy',
position: 'left',
},
{
href: 'https://docs.chia.net',
label: 'Chia Docs',
position: 'left',
href: 'https://chia.net',
label: 'Chia.net',
position: 'right',
},
{
href: 'https://github.com/Chia-Network/',
label: 'GitHub',
position: 'right',
},

],
},
footer: {
Expand Down

0 comments on commit d59985b

Please sign in to comment.