Add commit hook & markdown scripts

This commit is contained in:
Hadi
2026-05-18 22:59:48 +02:00
parent 2705c2882d
commit e3e89582c1
7 changed files with 141 additions and 16 deletions
+3 -1
View File
@@ -19,12 +19,14 @@ import (
)
func readDoc(name string) string {
b, _ := spilltea.DocsFS.ReadFile("./docs/" + name)
b, _ := spilltea.DocsFS.ReadFile("docs/" + name)
return string(b)
}
var contentMarkdown = strings.Join([]string{
readDoc("main.md"),
readDoc("legal-disclaimer.md"),
readDoc("basics.md"),
readDoc("proxy.md"),
readDoc("certificate.md"),
readDoc("history.md"),