From ef384df5a7b1331d6a4aa15b686c131691e32680 Mon Sep 17 00:00:00 2001 From: raadmaan2013 Date: Sat, 1 Feb 2025 18:29:49 +0100 Subject: [PATCH] Renamed dwprox docs to whitehill docs Did the stuff responsible for it --- .../autopro/_category_.json | 0 docs/{dwprox => whitehill}/autopro/autopro.md | 0 docs/{dwprox => whitehill}/index.md | 0 docs/{dwprox => whitehill}/net2/_category_.json | 16 ++++++++-------- docs/{dwprox => whitehill}/net2/net2.md | 0 .../turnstile/_category_.json | 0 .../turnstile/installation.md | 0 docusaurus.config.ts | 8 ++++---- sidebars.js | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) rename docs/{dwprox => whitehill}/autopro/_category_.json (100%) rename docs/{dwprox => whitehill}/autopro/autopro.md (100%) rename docs/{dwprox => whitehill}/index.md (100%) rename docs/{dwprox => whitehill}/net2/_category_.json (96%) rename docs/{dwprox => whitehill}/net2/net2.md (100%) rename docs/{dwprox => whitehill}/turnstile/_category_.json (100%) rename docs/{dwprox => whitehill}/turnstile/installation.md (100%) diff --git a/docs/dwprox/autopro/_category_.json b/docs/whitehill/autopro/_category_.json similarity index 100% rename from docs/dwprox/autopro/_category_.json rename to docs/whitehill/autopro/_category_.json diff --git a/docs/dwprox/autopro/autopro.md b/docs/whitehill/autopro/autopro.md similarity index 100% rename from docs/dwprox/autopro/autopro.md rename to docs/whitehill/autopro/autopro.md diff --git a/docs/dwprox/index.md b/docs/whitehill/index.md similarity index 100% rename from docs/dwprox/index.md rename to docs/whitehill/index.md diff --git a/docs/dwprox/net2/_category_.json b/docs/whitehill/net2/_category_.json similarity index 96% rename from docs/dwprox/net2/_category_.json rename to docs/whitehill/net2/_category_.json index 9170e455..6fae55f2 100644 --- a/docs/dwprox/net2/_category_.json +++ b/docs/whitehill/net2/_category_.json @@ -1,8 +1,8 @@ -{ - "label": "DWProx Net2+", - "position": 3, - "link": { - "type": "generated-index", - "description": "Our most advanced access control system, providing versatile and secure access control." - } - } +{ + "label": "DWProx Net2+", + "position": 3, + "link": { + "type": "generated-index", + "description": "Our most advanced access control system, providing versatile and secure access control." + } + } diff --git a/docs/dwprox/net2/net2.md b/docs/whitehill/net2/net2.md similarity index 100% rename from docs/dwprox/net2/net2.md rename to docs/whitehill/net2/net2.md diff --git a/docs/dwprox/turnstile/_category_.json b/docs/whitehill/turnstile/_category_.json similarity index 100% rename from docs/dwprox/turnstile/_category_.json rename to docs/whitehill/turnstile/_category_.json diff --git a/docs/dwprox/turnstile/installation.md b/docs/whitehill/turnstile/installation.md similarity index 100% rename from docs/dwprox/turnstile/installation.md rename to docs/whitehill/turnstile/installation.md diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3e988172..eabf5854 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -66,9 +66,9 @@ const config = { }, { type: "docSidebar", - sidebarId: "dwpSidebar", + sidebarId: "whSidebar", position: "left", - label: "DWProx Documentation", + label: "Whitehill Documentation", }, { type: "docSidebar", @@ -103,8 +103,8 @@ const config = { to: "/jsm", }, { - label: "DWProx Documentation", - to: "/dwprox", + label: "Whitehill Documentation", + to: "/whitehill", }, ], }, diff --git a/sidebars.js b/sidebars.js index 1f62d71a..ba76ebe8 100644 --- a/sidebars.js +++ b/sidebars.js @@ -15,7 +15,7 @@ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure jsmSidebar: [{type: 'autogenerated', dirName: 'jsm'}], - dwpSidebar: [{type: 'autogenerated', dirName: 'dwprox'}], + whSidebar: [{type: 'autogenerated', dirName: 'whitehill'}], // But you can create a sidebar manually /*