mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +02:00
move docs to settings.yaml (#1579)
This commit is contained in:
parent
85a5961e5e
commit
bfe68d1fd8
2 changed files with 66 additions and 25 deletions
3
scripts/generate-settings-docs.py
Normal file → Executable file
3
scripts/generate-settings-docs.py
Normal file → Executable file
|
@ -18,8 +18,7 @@ def main():
|
|||
"..", "docs", "reference", "readme.md"), "w")
|
||||
f.write(f"{doc['preamble']}\n")
|
||||
write_setting(f, 1, doc)
|
||||
f.write(f"{doc['postamble']}\n")
|
||||
|
||||
f.write(f"{doc['postamble']}")
|
||||
f.close()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue