chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-19 14:16:39 +00:00 committed by github-actions[bot]
parent a3b47e5202
commit eaa458b32f

View file

@ -77,6 +77,12 @@ Open the repo of the active file in the browser (e.g., GitHub)
permalink = "/src/{commit}/{file}#lines-{line_start}-L{line_end}",
commit = "/commits/{commit}",
},
["git.sr.ht"] = {
branch = "/tree/{branch}",
file = "/tree/{branch}/item/{file}",
permalink = "/tree/{commit}/item/{file}#L{line_start}",
commit = "/commit/{commit}",
},
},
}
```