Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: Getting-Started
title: How to Contribute to Docs
sidebar_label: Getting Started with docs #displays in sidebar
sidebar_position: 2


---
The page is under construction will update the content soon.
---

6 changes: 6 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ const sidebars: SidebarsConfig = {
className: 'custom-sidebar-home',

},
{
type: 'doc',
id: 'Getting-Started',
label: '🚀 Getting Started',
className: 'custom-sidebar-contributing',
},
{
type: 'category',
label: '🐙 GitHub',
Expand Down
Loading