Просмотр исходного кода

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 3 лет назад
Родитель
Сommit
6930cb95c5
1 измененных файлов с 1 добавлено и 1 удалено
  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",
 		},