From a947a7ce2160c2f0bd57f2397e303cac045b4676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 16 Feb 2025 15:01:16 +0100 Subject: [PATCH] add category for configuration. --- webpage/docs/getting-started/configuration/_category_.json | 6 ++++++ webpage/docs/getting-started/configuration/index.md | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 webpage/docs/getting-started/configuration/_category_.json diff --git a/webpage/docs/getting-started/configuration/_category_.json b/webpage/docs/getting-started/configuration/_category_.json new file mode 100644 index 00000000..41613f32 --- /dev/null +++ b/webpage/docs/getting-started/configuration/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 5, + "label": "Configuration", + "collapsed": false, + "collapsible": false +} diff --git a/webpage/docs/getting-started/configuration/index.md b/webpage/docs/getting-started/configuration/index.md index c5e4c238..28ab4ce7 100644 --- a/webpage/docs/getting-started/configuration/index.md +++ b/webpage/docs/getting-started/configuration/index.md @@ -1,8 +1,3 @@ ---- -sidebar_position: 5 -title: Configuration ---- - import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';