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>
This commit is contained in:
Xe Iaso 2025-04-07 17:28:29 -04:00 committed by GitHub
parent acce3604a4
commit 2eef15724b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

5
.gitignore vendored
View File

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

View File

@ -1 +0,0 @@
1.15.1

View File

@ -0,0 +1,8 @@
{
"label": "Configuration",
"position": 10,
"link": {
"type": "generated-index",
"description": "Detailed information about configuring parts of Anubis."
}
}

View File

@ -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,