Skip to content

Commit 71eee55

Browse files
committed
Set correct paths for "Edit this page"
1 parent bb2607a commit 71eee55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/gen_pages.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@
2323
)
2424
with mkdocs_gen_files.open("configurator.md", "w") as f:
2525
f.write(content)
26+
27+
mkdocs_gen_files.set_edit_path("configurator.md", "configurator.md")
28+
mkdocs_gen_files.set_edit_path("index.md", "../README.md")

0 commit comments

Comments
 (0)