Explorar o código

Update pattern for editLink (#3153)

* Update pattern for editLink

Changed to:
pattern: "https://github.com/hestiacp/hestiacp/edit/main/docs/docs/:path",

* 1 time is enough
Jaap Marcus %!s(int64=3) %!d(string=hai) anos
pai
achega
6930cb95c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/.vitepress/config.ts

+ 1 - 1
docs/.vitepress/config.ts

@@ -34,7 +34,7 @@ export default defineConfig({
 		outline: [2, 3],
 
 		editLink: {
-			pattern: "https://github.com/hestiacp/hestiacp-docs/edit/main/docs/:path",
+			pattern: "https://github.com/hestiacp/hestiacp/edit/main/docs/:path",
 			text: "Edit this page on GitHub",
 		},