diff --git a/docs/getting_started.md b/docs/getting_started.md new file mode 100644 index 00000000..e1b7299b --- /dev/null +++ b/docs/getting_started.md @@ -0,0 +1,9 @@ +--- +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 and will be updated soon. diff --git a/sidebars.ts b/sidebars.ts index 2ff45a5f..6ca96213 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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',