Skip to content

Commit

Permalink
Deployed 3a8b4d7 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Mar 11, 2024
1 parent 6787ed1 commit 617ec69
Show file tree
Hide file tree
Showing 5 changed files with 536 additions and 3 deletions.
6 changes: 4 additions & 2 deletions gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
nav_file.writelines(nav.build_literate_nav())

readme = Path("README.md").open("r")
with mkdocs_gen_files.open("index.md", "w") as index_file:
with Path("README.md").open("r") as readme, mkdocs_gen_files.open(
"index.md",
"w",
) as index_file:
index_file.writelines(readme.read())
Binary file modified objects.inv
Binary file not shown.
Loading

0 comments on commit 617ec69

Please sign in to comment.