Skip to content

Commit

Permalink
link to Project Tanager
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua committed Jun 19, 2024
1 parent 7a46a13 commit 69050e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const config = {
{to: '/blog', label: 'Developer Blog', position: 'left'},
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
sidebarId: 'primarySidebar',
position: 'left',
label: 'Documentation',
},
Expand Down
19 changes: 6 additions & 13 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,14 @@

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],

// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
primarySidebar: [
{type: 'autogenerated', dirName: '.'},
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
type: 'link',
label: 'Project Tanager',
href: '/Project-Tanager'
}
],
*/
};

export default sidebars;

0 comments on commit 69050e4

Please sign in to comment.