Skip to content

Commit

Permalink
fix get started always active
Browse files Browse the repository at this point in the history
  • Loading branch information
houssembaltii committed Feb 8, 2024
1 parent 9bbc329 commit 4b75a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ const config = {
},
items: [
{
type: 'docSidebar',
sidebarId: 'mainSidebar',
position: 'left',
label: 'Get started',
activeBasePath:'/docs/intro',
to:'/docs/intro'
},
{to: '/docs/Components/Text', label: 'Components', position: 'left'},
{to: '/docs/Components/Text', label: 'Components', position: 'left',activeBaseRegex: "^/docs/components/.*"},
{
href: 'https://github.com/BearStudio/react-native-ficus-ui',
label: 'GitHub',
Expand Down

0 comments on commit 4b75a79

Please sign in to comment.