diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/admin/configuration/_category_.json | 8 | ||||
| -rw-r--r-- | docs/docusaurus.config.ts | 2 |
2 files changed, 9 insertions, 1 deletions
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, |
