mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 04:05:23 -04:00
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:
parent
acce3604a4
commit
2eef15724b
5
.gitignore
vendored
5
.gitignore
vendored
@ -16,4 +16,7 @@ node_modules
|
|||||||
.DS_store
|
.DS_store
|
||||||
|
|
||||||
# Intellij
|
# Intellij
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# how does this get here
|
||||||
|
doc/VERSION
|
||||||
|
@ -1 +0,0 @@
|
|||||||
1.15.1
|
|
8
docs/docs/admin/configuration/_category_.json
Normal file
8
docs/docs/admin/configuration/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Configuration",
|
||||||
|
"position": 10,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Detailed information about configuring parts of Anubis."
|
||||||
|
}
|
||||||
|
}
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user