Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Nov 26, 2024
1 parent 848f481 commit 73e5bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/scripts/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
mkdocs_gen_files.set_edit_path(full_doc_path, path.relative_to(root))

with mkdocs_gen_files.open(root / "docs/api/navigation.md", "w") as nav_file:
nav_file.writelines(nav.build_literate_nav())
nav_file.writelines(nav.build_literate_nav())

0 comments on commit 73e5bfe

Please sign in to comment.