Skip to content

Commit

Permalink
tweaked tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Oct 28, 2024
1 parent da600f2 commit 08e824d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,15 @@ module.exports = {
'--canary-color-primary-c': 0.015,
'--canary-color-primary-h': 200,
},
includeRoutes: [
'**/docs/**',
'**/blog/**',
'**/guides/**',
'**/success-stories/**',
],
includeRoutes: ['**/*'],
excludeRoutes: ['/{sso-dsync-api,audit-logs-api}/**'],
tabs: [
{ name: 'Docs', pattern: '**/{docs,guides}/**' },
{ name: 'Articles', pattern: '**/{blog,success-stories}/**' },
{
name: 'Pages',
pattern: '!**/{docs,guides,blog,success-stories}/**',
},
{ name: 'Blog', pattern: '**/{blog,success-stories}/**' },
],
},
],
Expand Down

0 comments on commit 08e824d

Please sign in to comment.