We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e9717 commit 5ed949fCopy full SHA for 5ed949f
1 file changed
sidebars.ts
@@ -21,11 +21,6 @@ const sidebars: SidebarsConfig = {
21
items: [
22
'architecture',
23
'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
- },
29
],
30
},
31
{
@@ -37,11 +32,6 @@ const sidebars: SidebarsConfig = {
37
32
'repeating-groups',
38
33
'user-defined-fields',
39
34
'validation',
40
41
42
- label: 'Threading Developer Guide',
43
- href: 'https://github.com/quickfix-j/quickfixj/blob/master/docs/threading-developer-guide.md',
44
45
35
46
36
47
@@ -62,4 +52,4 @@ const sidebars: SidebarsConfig = {
62
52
63
53
};
64
54
65
-export default sidebars;
55
+export default sidebars;
0 commit comments