Skip to content

Commit 5ed949f

Browse files
committed
Updated sidebars.ts with new configuration
1 parent 18e9717 commit 5ed949f

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

sidebars.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ const sidebars: SidebarsConfig = {
2121
items: [
2222
'architecture',
2323
'use-cases',
24-
{
25-
type: 'link',
26-
label: 'Threading Model (Technical Reference)',
27-
href: 'https://github.com/quickfix-j/quickfixj/blob/master/docs/threading-model.md',
28-
},
2924
],
3025
},
3126
{
@@ -37,11 +32,6 @@ const sidebars: SidebarsConfig = {
3732
'repeating-groups',
3833
'user-defined-fields',
3934
'validation',
40-
{
41-
type: 'link',
42-
label: 'Threading Developer Guide',
43-
href: 'https://github.com/quickfix-j/quickfixj/blob/master/docs/threading-developer-guide.md',
44-
},
4535
],
4636
},
4737
{
@@ -62,4 +52,4 @@ const sidebars: SidebarsConfig = {
6252
],
6353
};
6454

65-
export default sidebars;
55+
export default sidebars;

0 commit comments

Comments
 (0)