Tweak docs design
This commit is contained in:
parent
51f920bc4d
commit
09a7287877
2 changed files with 9 additions and 2 deletions
|
@ -28,12 +28,14 @@ def main() -> None:
|
|||
template.stream(
|
||||
content=markdownify(readme.read_text().removeprefix("# microblog.pub")),
|
||||
version=VERSION,
|
||||
path="/",
|
||||
).dump("docs/dist/index.html")
|
||||
|
||||
install = Path("docs/install.md")
|
||||
template.stream(
|
||||
content=markdownify(install.read_text().removeprefix("# microblog.pub")),
|
||||
version=VERSION,
|
||||
path="/installing.html",
|
||||
).dump("docs/dist/installing.html")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue