Skip to content

Commit

Permalink
Made getting started link actually go to getting started on nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnhamR committed Jun 17, 2024
1 parent 1f28f8c commit 1b7ed32
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,16 @@ const config = {
src: 'img/KCDOJRP.png',
},
items: [
{
href: 'https://docs.kcdojrp.com/docs/introduction/getting-started',
position: 'left',
label: 'Getting Started',
},
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Getting Started',
label: 'Documentation',
},
{
href: 'https://CAD.KCDOJRP.com',
Expand Down

0 comments on commit 1b7ed32

Please sign in to comment.