Skip to content

Commit

Permalink
add hotbar link to cahn docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleySetter committed Jul 19, 2024
1 parent e1bd7ce commit b55f270
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions packages/docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,28 @@ const config = {
alt: 'NquiringMinds',
src: 'img/nquiringminds.svg',
},
items: [{
type: 'doc',
docId: 'intro',
docsPluginId: "docs",
position: 'left',
label: 'Build 5 docs',
},
{
type: 'doc',
docId: 'schemas',
docsPluginId: "schemas",
position: 'left',
label: 'Schemas',
},

items: [
{
type: 'doc',
docId: 'intro',
docsPluginId: "cahn",
position: 'left',
label: 'CAHN docs',
},
{
type: 'doc',
docId: 'intro',
docsPluginId: "docs",
position: 'left',
label: 'Build 5 docs',
},
{
type: 'doc',
docId: 'schemas',
docsPluginId: "schemas",
position: 'left',
label: 'Schemas',
},
],
},
footer: {
Expand Down

0 comments on commit b55f270

Please sign in to comment.