From 2173f7aa36bbfd548a7ad1f0e19bc4862cefdc38 Mon Sep 17 00:00:00 2001 From: Fabien POLLY Date: Sat, 24 Jan 2026 17:00:59 +0100 Subject: [PATCH] test --- acidwiki.json | 2 +- wiki/structure.json | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 wiki/structure.json diff --git a/acidwiki.json b/acidwiki.json index b71b63a..9a8cb70 100644 --- a/acidwiki.json +++ b/acidwiki.json @@ -1,7 +1,7 @@ { "social": { "discord": "https://discord.gg/B3ZH9taVfT", - "reddit": null + "reddit": "https://www.reddit.com/r/Bjorn_CyberViking/" }, "buymeacoffee": "https://buymeacoffee.com/infinition" } \ No newline at end of file diff --git a/wiki/structure.json b/wiki/structure.json deleted file mode 100644 index 8e73681..0000000 --- a/wiki/structure.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "01_General": { - "Introduction": "Introduction.md" - }, - "02_Setup": { - "Installation": "Installation.md" - }, - "03_Test_CSS": { - "Long Page": "Long_Page.md", - "Sub_Category": { - "Sub Page": "Sub_Page.md", - "Sub_Sub_Category": { - "Sub Sub Page": "Sub_Sub_Page.md" - } - } - } -} \ No newline at end of file