You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Export docs] Move docs to platform folders.
This commit is contained in:
@@ -567,7 +567,7 @@ def main() -> None:
|
||||
if path.endswith("/") or path.endswith("\\"):
|
||||
path = path[:-1]
|
||||
|
||||
if os.path.basename(path) == "modules":
|
||||
if os.path.basename(path) in ["modules", "platform"]:
|
||||
for subdir, dirs, _ in os.walk(path):
|
||||
if "doc_classes" in dirs:
|
||||
doc_dir = os.path.join(subdir, "doc_classes")
|
||||
|
||||
Reference in New Issue
Block a user