Skip to content

Commit

Permalink
Add links back to Zui docs (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Mar 21, 2023
1 parent 8d2825a commit 339519e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ const config = {
type: "docsVersionDropdown",
position: "right",
},
{
href: "https://zui.brimdata.io/docs",
label: "Zui Docs",
position: "right",
},
{
href: "https://github.com/brimdata",
label: "GitHub",
Expand Down
5 changes: 4 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
tutorialSidebar: [
{ type: 'autogenerated', dirName: '.' },
{ type: 'link', label: 'Zui Docs', href: 'https://zui.brimdata.io/docs' }
],
};

module.exports = sidebars;
5 changes: 5 additions & 0 deletions versioned_sidebars/version-v1.6.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
{
"type": "autogenerated",
"dirName": "."
},
{
"type": "link",
"label": "Zui Docs",
"href": "https://zui.brimdata.io/docs"
}
]
}

5 comments on commit 339519e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.