mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Proper active link match for 'Developer Reference' in docs (#19254)
This commit is contained in:
@@ -131,7 +131,12 @@ gtag('config', 'UA-24637628-7');
|
||||
dark: '/logo-dark.svg',
|
||||
},
|
||||
nav: [
|
||||
{ text: 'Developer Reference', link: '/getting-started/quickstart' },
|
||||
{
|
||||
text: 'Developer Reference',
|
||||
link: '/getting-started/quickstart',
|
||||
// Active on every path except for '/', '/user-guide', '/packages'
|
||||
activeMatch: '^\\/(?!$|user-guide|packages).*',
|
||||
},
|
||||
{
|
||||
text: 'User Guide',
|
||||
link: '/user-guide/overview/data-studio-app',
|
||||
|
||||
Reference in New Issue
Block a user