Skip to content

Commit

Permalink
Use better themes and update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed May 24, 2024
1 parent 0fac477 commit ab84b71
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const config: Config = {
},
items: [
{
href: 'https://github.com/PufferFinance',
href: 'https://github.com/PufferFinance/puffer-sdk',
label: 'GitHub',
position: 'right',
},
Expand All @@ -69,17 +69,13 @@ const config: Config = {
{
title: 'Docs',
items: [
{
label: 'Installation',
to: '/docs/installation',
},
{
label: 'Getting Started',
to: '/docs/getting-started',
to: '/getting-started',
},
{
label: 'Reference',
to: '/docs/reference',
label: 'Guides',
to: '/guides',
},
],
},
Expand Down Expand Up @@ -110,8 +106,8 @@ const config: Config = {
},
prism: {
additionalLanguages: ['bash', 'javascript', 'typescript'],
theme: prismThemes.oneLight,
darkTheme: prismThemes.oneDark,
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
} satisfies Preset.ThemeConfig,
plugins: ['@easyops-cn/docusaurus-search-local'],
Expand Down

0 comments on commit ab84b71

Please sign in to comment.