Skip to content

Commit 8ac9c19

Browse files
committed
Fix sidebar.js to only reference existing documents
1 parent fbe67fc commit 8ac9c19

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docusaurus/sidebar.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ const sidebars = {
7373
type: 'category',
7474
label: 'Advanced Concepts',
7575
items: [
76-
{
77-
type: 'doc',
78-
id: 'Advanced Concepts/logging-configuration',
79-
},
80-
{
81-
type: 'doc',
82-
id: 'Advanced Concepts/execution-logic',
83-
},
8476
{
8577
type: 'doc',
8678
id: 'Advanced Concepts/vector-backtesting',

0 commit comments

Comments
 (0)