Skip to content

Commit 2050ca4

Browse files
authored
Merge pull request #616 from Adez017/Experiment
Added subpage for Welcome
2 parents 98adce5 + 85c1534 commit 2050ca4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/getting_started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ const sidebars: SidebarsConfig = {
2222
className: 'custom-sidebar-home',
2323

2424
},
25+
{
26+
type: 'doc',
27+
id: 'Getting-Started',
28+
label: '🚀 Getting Started',
29+
className: 'custom-sidebar-contributing',
30+
},
2531
{
2632
type: 'category',
2733
label: '🐙 GitHub',

0 commit comments

Comments
 (0)