From 46f38ff0c75f37284f2f6338971e61c0e861542d Mon Sep 17 00:00:00 2001
From: MultiMote <contact@mmote.ru>
Date: Wed, 4 Dec 2024 21:49:57 +0300
Subject: [PATCH] Change document order

---
 .../{print_print_tasks.md => niimbot_print_tasks.md}        | 0
 typedoc.json                                                | 6 +++++-
 2 files changed, 5 insertions(+), 1 deletion(-)
 rename docs/documents/{print_print_tasks.md => niimbot_print_tasks.md} (100%)

diff --git a/docs/documents/print_print_tasks.md b/docs/documents/niimbot_print_tasks.md
similarity index 100%
rename from docs/documents/print_print_tasks.md
rename to docs/documents/niimbot_print_tasks.md
diff --git a/typedoc.json b/typedoc.json
index 026da77..b5f9b95 100644
--- a/typedoc.json
+++ b/typedoc.json
@@ -8,7 +8,11 @@
   "treatValidationWarningsAsErrors": true,
   "excludeReferences": true,
   "out": "./docs/html",
-  "projectDocuments": ["docs/documents/*.md"],
+  "projectDocuments": [
+    "docs/documents/niimbot_hardware_interfacing.md",
+    "docs/documents/niimbot_proto.md",
+    "docs/documents/niimbot_print_tasks.md"
+  ],
   "plugin": [
     "typedoc-plugin-include-example"
   ]