diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2024-11-05 18:41:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 18:41:50 +0100 |
| commit | 15730a89974e10fb19e689c0379a7e761fba0c14 (patch) | |
| tree | e84f19ce13358841ac14e7840d8c2bf823a72a51 /site/docusaurus.config.js | |
| parent | 0f835d57b0e989e25aa0b71fe374a0fb1a94e86f (diff) | |
Hiding all tutorials that are currently not working to reduce confusion (#263)
* Hidden all tutorials that are currently not working to reduce confusion
* removed advanced guides from docusaurus
* removed advanced guides from whats-next
* removed advanced guides from support page
Diffstat (limited to 'site/docusaurus.config.js')
| -rw-r--r-- | site/docusaurus.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index 659c6b4e..8fbef549 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -103,10 +103,6 @@ const config = { { label: "Tutorials", to: "/docs/category/tutorials" - }, - { - label: "Advanced Guides", - to: "/docs/category/advanced-guides" } ] }, |
