From 852ecaccd8e30bf74cda892ca02a4a3d007c447d Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:00:35 -0500 Subject: [PATCH] continued rearranging --- docs/getting-started/_category_.json | 2 +- docs/{core-concepts => sharing}/_category_.json | 2 +- docs/{core-concepts => sharing}/reserved_services.md | 0 docs/{core-concepts => sharing}/sharing_modes.md | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename docs/{core-concepts => sharing}/_category_.json (75%) rename docs/{core-concepts => sharing}/reserved_services.md (100%) rename docs/{core-concepts => sharing}/sharing_modes.md (100%) diff --git a/docs/getting-started/_category_.json b/docs/getting-started/_category_.json index 8a546108..90164dbe 100644 --- a/docs/getting-started/_category_.json +++ b/docs/getting-started/_category_.json @@ -1,6 +1,6 @@ { "label": "Getting Started", - "position": 20, + "position": 10, "link": { "type": "generated-index", } diff --git a/docs/core-concepts/_category_.json b/docs/sharing/_category_.json similarity index 75% rename from docs/core-concepts/_category_.json rename to docs/sharing/_category_.json index 7e52f9cd..8c046ccc 100644 --- a/docs/core-concepts/_category_.json +++ b/docs/sharing/_category_.json @@ -1,6 +1,6 @@ { "label": "Sharing", - "position": 10, + "position": 20, "link": { "type": "generated-index", } diff --git a/docs/core-concepts/reserved_services.md b/docs/sharing/reserved_services.md similarity index 100% rename from docs/core-concepts/reserved_services.md rename to docs/sharing/reserved_services.md diff --git a/docs/core-concepts/sharing_modes.md b/docs/sharing/sharing_modes.md similarity index 100% rename from docs/core-concepts/sharing_modes.md rename to docs/sharing/sharing_modes.md