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.
2 parents 98adce5 + 85c1534 commit 2050ca4Copy full SHA for 2050ca4
docs/getting_started.md
@@ -0,0 +1,9 @@
1
+---
2
+id: Getting-Started
3
+title: How to Contribute to Docs
4
+sidebar_label: Getting Started with docs #displays in sidebar
5
+sidebar_position: 2
6
+
7
8
9
+The page is under construction and will be updated soon.
sidebars.ts
@@ -22,6 +22,12 @@ const sidebars: SidebarsConfig = {
22
className: 'custom-sidebar-home',
23
24
},
25
+ {
26
+ type: 'doc',
27
+ id: 'Getting-Started',
28
+ label: '🚀 Getting Started',
29
+ className: 'custom-sidebar-contributing',
30
+ },
31
{
32
type: 'category',
33
label: '🐙 GitHub',
0 commit comments