docs(releaser): fix Geekdoc edit link for Gitea
ci / vet, staticcheck, test, build (push) Successful in 3m37s
docs / Build and deploy docs (push) Failing after 15s

Gitea uses /_edit/ instead of /edit/ in its file editor URLs. Change
geekdocEditPath from "edit/main/docs/content" to "_edit/main/docs/content"
so the "Edit this page" links resolve correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-11 23:59:32 +02:00
parent d053faeb23
commit 712abe3c9d
+1 -1
View File
@@ -15,7 +15,7 @@ pygmentsCodeFences = true
[params] [params]
geekdocLogo = "images/releaser-logo-1024.png" geekdocLogo = "images/releaser-logo-1024.png"
geekdocRepo = "https://git.k3nny.fr/k3nny/releaser" geekdocRepo = "https://git.k3nny.fr/k3nny/releaser"
geekdocEditPath = "edit/main/docs/content" geekdocEditPath = "_edit/main/docs/content"
geekdocSearch = true geekdocSearch = true
geekdocMenuBundle = true geekdocMenuBundle = true
geekdocBreadcrumb = false geekdocBreadcrumb = false