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 feeef74 commit 102cb88Copy full SHA for 102cb88
docs/reference/index.md
@@ -1,3 +1,10 @@
1
+---
2
+description: REFERENCE
3
+id: index
4
+title: Reference
5
+sidebar_class_name: hidden
6
7
+
8
import {DocsCardList} from '../../src/components/DocsCard';
9
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
10
sidebars.js
@@ -532,7 +532,11 @@ const sidebars = {
532
},
533
{
534
'type': 'category',
535
- 'label': 'Reference',
+ 'label': 'Reference',
536
+ link: {
537
+ type: 'doc',
538
+ id: 'reference/index'
539
+ },
540
'items': [
541
542
'type': 'autogenerated',
0 commit comments