diff --git a/docs/CNAME b/CNAME similarity index 100% rename from docs/CNAME rename to CNAME diff --git a/docs/index.html b/index.html similarity index 100% rename from docs/index.html rename to index.html diff --git a/docs/script.js b/script.js similarity index 100% rename from docs/script.js rename to script.js diff --git a/docs/style.css b/style.css similarity index 100% rename from docs/style.css rename to style.css diff --git a/docs/templateer.js b/templateer.js similarity index 100% rename from docs/templateer.js rename to templateer.js diff --git a/docs/templateer_bg.wasm b/templateer_bg.wasm similarity index 100% rename from docs/templateer_bg.wasm rename to templateer_bg.wasm diff --git a/docs/templates/fabric/build.gradle b/templates/fabric/build.gradle similarity index 100% rename from docs/templates/fabric/build.gradle rename to templates/fabric/build.gradle diff --git a/docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java b/templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java similarity index 100% rename from docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java rename to templates/fabric/src/main/java/PACKAGE_DIR/fabric/ExampleModFabric.java diff --git a/docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java b/templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java similarity index 100% rename from docs/templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java rename to templates/fabric/src/main/java/PACKAGE_DIR/fabric/client/ExampleModFabricClient.java diff --git a/docs/templates/fabric/src/main/resources/fabric.mod.json b/templates/fabric/src/main/resources/fabric.mod.json similarity index 100% rename from docs/templates/fabric/src/main/resources/fabric.mod.json rename to templates/fabric/src/main/resources/fabric.mod.json diff --git a/docs/templates/fabric_like/build.gradle b/templates/fabric_like/build.gradle similarity index 100% rename from docs/templates/fabric_like/build.gradle rename to templates/fabric_like/build.gradle diff --git a/docs/templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java b/templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java similarity index 100% rename from docs/templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java rename to templates/fabric_like/src/main/java/PACKAGE_DIR/fabriclike/ExampleModFabricLike.java diff --git a/docs/templates/forge/build.gradle b/templates/forge/build.gradle similarity index 100% rename from docs/templates/forge/build.gradle rename to templates/forge/build.gradle diff --git a/docs/templates/forge/gradle.properties b/templates/forge/gradle.properties similarity index 100% rename from docs/templates/forge/gradle.properties rename to templates/forge/gradle.properties diff --git a/docs/templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java b/templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java similarity index 100% rename from docs/templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java rename to templates/forge/src/main/java/PACKAGE_DIR/forge/ExampleModForge.java diff --git a/docs/templates/forge/src/main/resources/META-INF/mods.toml b/templates/forge/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/forge/src/main/resources/META-INF/mods.toml rename to templates/forge/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/forge/src/main/resources/pack.mcmeta b/templates/forge/src/main/resources/pack.mcmeta similarity index 100% rename from docs/templates/forge/src/main/resources/pack.mcmeta rename to templates/forge/src/main/resources/pack.mcmeta diff --git a/docs/templates/forge_only/build.gradle b/templates/forge_only/build.gradle similarity index 100% rename from docs/templates/forge_only/build.gradle rename to templates/forge_only/build.gradle diff --git a/docs/templates/forge_only/gradle.properties b/templates/forge_only/gradle.properties similarity index 100% rename from docs/templates/forge_only/gradle.properties rename to templates/forge_only/gradle.properties diff --git a/docs/templates/forge_only/settings.gradle b/templates/forge_only/settings.gradle similarity index 100% rename from docs/templates/forge_only/settings.gradle rename to templates/forge_only/settings.gradle diff --git a/docs/templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java b/templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java similarity index 100% rename from docs/templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java rename to templates/forge_only/src/main/java/PACKAGE_DIR/ExampleMod.java diff --git a/docs/templates/forge_only/src/main/resources/META-INF/mods.toml b/templates/forge_only/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/forge_only/src/main/resources/META-INF/mods.toml rename to templates/forge_only/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/forge_only/src/main/resources/MOD_ID.mixins.json b/templates/forge_only/src/main/resources/MOD_ID.mixins.json similarity index 100% rename from docs/templates/forge_only/src/main/resources/MOD_ID.mixins.json rename to templates/forge_only/src/main/resources/MOD_ID.mixins.json diff --git a/docs/templates/forge_only/src/main/resources/pack.mcmeta b/templates/forge_only/src/main/resources/pack.mcmeta similarity index 100% rename from docs/templates/forge_only/src/main/resources/pack.mcmeta rename to templates/forge_only/src/main/resources/pack.mcmeta diff --git a/docs/templates/multiplatform/build.gradle b/templates/multiplatform/build.gradle similarity index 100% rename from docs/templates/multiplatform/build.gradle rename to templates/multiplatform/build.gradle diff --git a/docs/templates/multiplatform/common/build.gradle b/templates/multiplatform/common/build.gradle similarity index 100% rename from docs/templates/multiplatform/common/build.gradle rename to templates/multiplatform/common/build.gradle diff --git a/docs/templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java b/templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java similarity index 100% rename from docs/templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java rename to templates/multiplatform/common/src/main/java/PACKAGE_DIR/ExampleMod.java diff --git a/docs/templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json b/templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json similarity index 100% rename from docs/templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json rename to templates/multiplatform/common/src/main/resources/MOD_ID.mixins.json diff --git a/docs/templates/multiplatform/gradle.properties b/templates/multiplatform/gradle.properties similarity index 100% rename from docs/templates/multiplatform/gradle.properties rename to templates/multiplatform/gradle.properties diff --git a/docs/templates/multiplatform/settings.gradle b/templates/multiplatform/settings.gradle similarity index 100% rename from docs/templates/multiplatform/settings.gradle rename to templates/multiplatform/settings.gradle diff --git a/docs/templates/neoforge/build.gradle b/templates/neoforge/build.gradle similarity index 100% rename from docs/templates/neoforge/build.gradle rename to templates/neoforge/build.gradle diff --git a/docs/templates/neoforge/gradle.properties b/templates/neoforge/gradle.properties similarity index 100% rename from docs/templates/neoforge/gradle.properties rename to templates/neoforge/gradle.properties diff --git a/docs/templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java b/templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java similarity index 100% rename from docs/templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java rename to templates/neoforge/src/main/java/PACKAGE_DIR/neoforge/ExampleModNeoForge.java diff --git a/docs/templates/neoforge/src/main/resources/META-INF/mods.toml b/templates/neoforge/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/neoforge/src/main/resources/META-INF/mods.toml rename to templates/neoforge/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/neoforge_only/build.gradle b/templates/neoforge_only/build.gradle similarity index 100% rename from docs/templates/neoforge_only/build.gradle rename to templates/neoforge_only/build.gradle diff --git a/docs/templates/neoforge_only/gradle.properties b/templates/neoforge_only/gradle.properties similarity index 100% rename from docs/templates/neoforge_only/gradle.properties rename to templates/neoforge_only/gradle.properties diff --git a/docs/templates/neoforge_only/settings.gradle b/templates/neoforge_only/settings.gradle similarity index 100% rename from docs/templates/neoforge_only/settings.gradle rename to templates/neoforge_only/settings.gradle diff --git a/docs/templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java b/templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java similarity index 100% rename from docs/templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java rename to templates/neoforge_only/src/main/java/PACKAGE_DIR/ExampleMod.java diff --git a/docs/templates/neoforge_only/src/main/resources/META-INF/mods.toml b/templates/neoforge_only/src/main/resources/META-INF/mods.toml similarity index 100% rename from docs/templates/neoforge_only/src/main/resources/META-INF/mods.toml rename to templates/neoforge_only/src/main/resources/META-INF/mods.toml diff --git a/docs/templates/neoforge_only/src/main/resources/MOD_ID.mixins.json b/templates/neoforge_only/src/main/resources/MOD_ID.mixins.json similarity index 100% rename from docs/templates/neoforge_only/src/main/resources/MOD_ID.mixins.json rename to templates/neoforge_only/src/main/resources/MOD_ID.mixins.json diff --git a/docs/templates/quilt/build.gradle b/templates/quilt/build.gradle similarity index 100% rename from docs/templates/quilt/build.gradle rename to templates/quilt/build.gradle diff --git a/docs/templates/quilt/gradle.properties b/templates/quilt/gradle.properties similarity index 100% rename from docs/templates/quilt/gradle.properties rename to templates/quilt/gradle.properties diff --git a/docs/templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java b/templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java similarity index 100% rename from docs/templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java rename to templates/quilt/src/main/java/PACKAGE_DIR/quilt/ExampleModQuilt.java diff --git a/docs/templates/quilt/src/main/resources/quilt.mod.json b/templates/quilt/src/main/resources/quilt.mod.json similarity index 100% rename from docs/templates/quilt/src/main/resources/quilt.mod.json rename to templates/quilt/src/main/resources/quilt.mod.json diff --git a/docs/templates/shared/gradle/wrapper/gradle-wrapper.jar b/templates/shared/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from docs/templates/shared/gradle/wrapper/gradle-wrapper.jar rename to templates/shared/gradle/wrapper/gradle-wrapper.jar diff --git a/docs/templates/shared/gradle/wrapper/gradle-wrapper.properties b/templates/shared/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from docs/templates/shared/gradle/wrapper/gradle-wrapper.properties rename to templates/shared/gradle/wrapper/gradle-wrapper.properties diff --git a/docs/templates/shared/gradlew b/templates/shared/gradlew old mode 100755 new mode 100644 similarity index 100% rename from docs/templates/shared/gradlew rename to templates/shared/gradlew diff --git a/docs/templates/shared/gradlew.bat b/templates/shared/gradlew.bat similarity index 100% rename from docs/templates/shared/gradlew.bat rename to templates/shared/gradlew.bat diff --git a/docs/version_index.json b/version_index.json similarity index 100% rename from docs/version_index.json rename to version_index.json