mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 19:54:27 +00:00
[Export docs] Move docs to platform folders.
This commit is contained in:
parent
27253f3eb2
commit
a5128e71bb
16 changed files with 75 additions and 5 deletions
|
|
@ -56,6 +56,16 @@ def get_opts():
|
|||
]
|
||||
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"EditorExportPlatformLinuxBSD",
|
||||
]
|
||||
|
||||
|
||||
def get_doc_path():
|
||||
return "doc_classes"
|
||||
|
||||
|
||||
def get_flags():
|
||||
return [
|
||||
("arch", detect_arch()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue