From f65caa5fe1769d73e5bbd7f40bec20bf8b0e7334 Mon Sep 17 00:00:00 2001 From: Archbee Date: Mon, 16 Feb 2026 17:16:57 +0000 Subject: [PATCH] Archbee config file --- archbee.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 archbee.json diff --git a/archbee.json b/archbee.json new file mode 100644 index 0000000000..87c980b67c --- /dev/null +++ b/archbee.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://api.archbee.com/git-config-schema", + "docsPath": "docs", + "structure": { + "summary": "summary.md", + "assets": "assets" + }, + "footerTemplate": "", + "headerIncludes": "", + "customCSS": "", + "customJS": "", + "shadowDocs": [], + "publishSpace": false, + "sites": [] +} \ No newline at end of file