forked from your-land-mirror/minetest-flow
Everything in doc is published
This commit is contained in:
parent
d14f7fe796
commit
33cfc4e0ff
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
|||||||
.* export-ignore
|
.* export-ignore
|
||||||
doc export-ignore
|
doc export-ignore
|
||||||
|
*.py export-ignore
|
||||||
mkdocs.yml export-ignore
|
mkdocs.yml export-ignore
|
||||||
|
@ -169,7 +169,7 @@ if __name__ == '__main__':
|
|||||||
elements = fetch_elements()
|
elements = fetch_elements()
|
||||||
print('Done.')
|
print('Done.')
|
||||||
|
|
||||||
with open('elements.md', 'w') as f:
|
with open('doc/elements.md', 'w') as f:
|
||||||
f.write('# Auto-generated elements list\n\n')
|
f.write('# Auto-generated elements list\n\n')
|
||||||
f.write('This is probably broken.')
|
f.write('This is probably broken.')
|
||||||
for element_name, variants in elements.items():
|
for element_name, variants in elements.items():
|
Loading…
Reference in New Issue
Block a user