Skip to content

Commit

Permalink
improved status of package directory by including a main page and add…
Browse files Browse the repository at this point in the history
…ing it to the main menu
  • Loading branch information
jurgenvinju committed May 27, 2024
1 parent 2668170 commit dac1cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import {Redirect} from '@docusaurus/router';

export default function Home() {
return <Redirect to="/docs/GettingStarted/" />;
};
};
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const config = {
// {to: '/stories', label: 'Stories', position: 'left'},
{ to: '/blog', label: 'Blog', position: 'left' },
{ to: '/release-notes', label: 'Release notes', position: 'left' },
{ to: '/docs/Packages', label: 'Packages', position: 'left' },

{ to: '/projects', label: 'Projects', position: 'right' },
{ to: '/team', label: 'Team', position: 'right' },
Expand Down

0 comments on commit dac1cec

Please sign in to comment.