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 ccec999 commit 8a44845Copy full SHA for 8a44845
src/components/sidebar/sidebarLinks.tsx
@@ -11,7 +11,7 @@ import {NavNode} from './types';
11
import {docNodeToNavNode, getNavNodes} from './utils';
12
13
/** a root of `"some-root"` maps to the `/some-root/` url */
14
-// we should probably get rid of this
+// todo: we should probably get rid of this
15
const productSidebarItems = [
16
{
17
title: 'Account Settings',
0 commit comments