Skip to content

Commit f4f302a

Browse files
committed
docs: fix links
1 parent f38a772 commit f4f302a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lana-docs-site/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const config: Config = {
123123
},
124124
{
125125
label: 'Features',
126-
to: 'docs/features/features',
126+
to: 'docs/features',
127127
},
128128
{
129129
label: 'Timeline',

lana-docs-site/sidebars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const sidebars: SidebarsConfig = {
2121
collapsed: false,
2222
link: { type: 'doc', id: 'docs/features/features' },
2323
items: [
24-
// 'docs/features',
2524
'docs/features/timeline',
2625
'docs/features/calltree',
2726
'docs/features/analysis',

0 commit comments

Comments
 (0)