Skip to content

Commit

Permalink
Set correct paths for "Edit this page"
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Oct 19, 2024
1 parent bb2607a commit 71eee55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/gen_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
)
with mkdocs_gen_files.open("configurator.md", "w") as f:
f.write(content)

mkdocs_gen_files.set_edit_path("configurator.md", "configurator.md")
mkdocs_gen_files.set_edit_path("index.md", "../README.md")

0 comments on commit 71eee55

Please sign in to comment.