From 6d5b28f75f95a611e33234f43181c7dd414049e0 Mon Sep 17 00:00:00 2001 From: Amol Date: Thu, 18 Jan 2024 19:49:27 +0530 Subject: [PATCH] Update and rename docs/docs/self-host/tutorial-basics/_category_.json to docs/docs/self-host/oneclick-install_category_.json --- docs/docs/self-host/oneclick-install_category_.json | 8 ++++++++ docs/docs/self-host/tutorial-basics/_category_.json | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 docs/docs/self-host/oneclick-install_category_.json delete mode 100644 docs/docs/self-host/tutorial-basics/_category_.json diff --git a/docs/docs/self-host/oneclick-install_category_.json b/docs/docs/self-host/oneclick-install_category_.json new file mode 100644 index 000000000..f1010d857 --- /dev/null +++ b/docs/docs/self-host/oneclick-install_category_.json @@ -0,0 +1,8 @@ +{ + "label": "One-click Install", + "position": 2, + "link": { + "type": "generated-index", + "description": "Start with installing OpenSign in your own cloud infrastructure." + } +} diff --git a/docs/docs/self-host/tutorial-basics/_category_.json b/docs/docs/self-host/tutorial-basics/_category_.json deleted file mode 100644 index 2e6db55b1..000000000 --- a/docs/docs/self-host/tutorial-basics/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Tutorial - Basics", - "position": 2, - "link": { - "type": "generated-index", - "description": "5 minutes to learn the most important Docusaurus concepts." - } -}