aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-07 17:28:29 -0400
committerGitHub <noreply@github.com>2025-04-07 17:28:29 -0400
commit2eef15724bbca3f1086a71bea0138463fc3dd3e1 (patch)
tree865215c9778629af7bc02290d7df1951aa9af795
parentacce3604a4ccaa13be2ecb148c919f33d4383d5e (diff)
downloadanubis-2eef15724bbca3f1086a71bea0138463fc3dd3e1.tar.xz
anubis-2eef15724bbca3f1086a71bea0138463fc3dd3e1.zip
docs: fix edit me links and configuration subcategory (#238)
* docs: fix edit me links and configuration subcategory Signed-off-by: Xe Iaso <me@xeiaso.net> * remove this file that shouldn't exist Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--.gitignore5
-rw-r--r--doc/VERSION1
-rw-r--r--docs/docs/admin/configuration/_category_.json8
-rw-r--r--docs/docusaurus.config.ts2
4 files changed, 13 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 4f2dc2a..a716c66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,7 @@ node_modules
.DS_store
# Intellij
-.idea \ No newline at end of file
+.idea
+
+# how does this get here
+doc/VERSION
diff --git a/doc/VERSION b/doc/VERSION
deleted file mode 100644
index ace4423..0000000
--- a/doc/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-1.15.1
diff --git a/docs/docs/admin/configuration/_category_.json b/docs/docs/admin/configuration/_category_.json
new file mode 100644
index 0000000..e22c7a2
--- /dev/null
+++ b/docs/docs/admin/configuration/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "Configuration",
+ "position": 10,
+ "link": {
+ "type": "generated-index",
+ "description": "Detailed information about configuring parts of Anubis."
+ }
+} \ No newline at end of file
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts
index 4320504..3ca6cf5 100644
--- a/docs/docusaurus.config.ts
+++ b/docs/docusaurus.config.ts
@@ -45,7 +45,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
+ 'https://github.com/TecharoHQ/anubis/tree/main/docs/',
},
// blog: {
// showReadingTime: true,