We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f937de commit e59df77Copy full SHA for e59df77
components/Sidebar.tsx
@@ -306,7 +306,6 @@ export const DocsNav = ({
306
newActive.getDocs = true;
307
} else if (getStartedPath.includes(pathWithoutFragment)) {
308
newActive.getStarted = true;
309
- setActive({ ...active, getStarted: true });
310
} else if (getReferencePath.includes(pathWithoutFragment)) {
311
newActive.getReference = true;
312
} else if (getSpecificationPath.includes(pathWithoutFragment)) {
0 commit comments