From 2eef15724bbca3f1086a71bea0138463fc3dd3e1 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 7 Apr 2025 17:28:29 -0400 Subject: docs: fix edit me links and configuration subcategory (#238) * docs: fix edit me links and configuration subcategory Signed-off-by: Xe Iaso * remove this file that shouldn't exist Signed-off-by: Xe Iaso --------- Signed-off-by: Xe Iaso --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docusaurus.config.ts') 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, -- cgit v1.2.3