Просмотр исходного кода

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>
Xe Iaso 2 месяцев назад
Родитель
Сommit
2eef15724b
4 измененных файлов с 13 добавлено и 3 удалено
  1. 4 1
      .gitignore
  2. 0 1
      doc/VERSION
  3. 8 0
      docs/docs/admin/configuration/_category_.json
  4. 1 1
      docs/docusaurus.config.ts

+ 4 - 1
.gitignore

@@ -16,4 +16,7 @@ node_modules
 .DS_store
 .DS_store
 
 
 # Intellij
 # Intellij
-.idea
+.idea
+
+# how does this get here
+doc/VERSION

+ 0 - 1
doc/VERSION

@@ -1 +0,0 @@
-1.15.1

+ 8 - 0
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."
+  }
+}

+ 1 - 1
docs/docusaurus.config.ts

@@ -45,7 +45,7 @@ const config: Config = {
           // Please change this to your repo.
           // Please change this to your repo.
           // Remove this to remove the "edit this page" links.
           // Remove this to remove the "edit this page" links.
           editUrl:
           editUrl:
-            'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
+            'https://github.com/TecharoHQ/anubis/tree/main/docs/',
         },
         },
         // blog: {
         // blog: {
         //   showReadingTime: true,
         //   showReadingTime: true,