[Export docs] Move docs to platform folders.

This commit is contained in:
bruvzg 2023-04-19 12:23:22 +03:00
parent 27253f3eb2
commit a5128e71bb
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
16 changed files with 75 additions and 5 deletions

View file

@ -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()),