From cea8172821bfe7b992da5d7776cfcbd6bb148a59 Mon Sep 17 00:00:00 2001 From: Ben Houston Date: Fri, 7 Mar 2025 08:25:06 -0500 Subject: [PATCH] Fix sidebar categories to eliminate duplicate entries (#34) --- docs/getting-started/_category_.json | 8 ++++++++ docs/usage/_category_.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/getting-started/_category_.json create mode 100644 docs/usage/_category_.json diff --git a/docs/getting-started/_category_.json b/docs/getting-started/_category_.json new file mode 100644 index 0000000..167eba6 --- /dev/null +++ b/docs/getting-started/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Getting Started", + "position": 2, + "link": { + "type": "doc", + "id": "getting-started" + } +} \ No newline at end of file diff --git a/docs/usage/_category_.json b/docs/usage/_category_.json new file mode 100644 index 0000000..18b9a3d --- /dev/null +++ b/docs/usage/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Usage Guide", + "position": 3, + "link": { + "type": "doc", + "id": "usage" + } +} \ No newline at end of file