diff --git a/docs/development/README.md b/docs/development/README.md index 4104a86b092..2514d3c935b 100644 --- a/docs/development/README.md +++ b/docs/development/README.md @@ -18,7 +18,7 @@ Set up WSL, this will give you a command line that can be used to run docker, gr - Fork & Clone: - Setup IDE: [/docs/development/how-to/ide-setup](how-to/ide-setup) -- Use a feature-branch workflow, see: [typical git workflow](reference/typical-git-workflow.md)) +- Use a feature-branch workflow, see: [typical git workflow](typical-git-workflow.md)) - Submit pull request, see: [pull requests process](../project/pull-requests.md). If you are new to Open Source & Github: @@ -33,7 +33,7 @@ If you are new to Open Source & Github: ``` For more detailed steps on building the project with CLI, see: -- [reference/cli-build-commands.md](reference/cli-build-commands.md) +- [reference/cli-build-commands.md](cli-build-commands.md) ## Compile and launch TripleA (IDEA) @@ -60,7 +60,7 @@ PR builds will fail if the code is not formatted with spotless. ## Code Conventions (Style Guide) -Full list of coding conventions can be found at: [reference/code-conventions](./reference/code-conventions) +Full list of coding conventions can be found at: [reference/code-conventions](code-conventions) Please be sure to check these out so that you can fit the general style of the project. diff --git a/docs/development/design/ai-overview-and-backlog.md b/docs/development/ai-overview-and-backlog.md similarity index 100% rename from docs/development/design/ai-overview-and-backlog.md rename to docs/development/ai-overview-and-backlog.md diff --git a/docs/development/reference/cli-build-commands.md b/docs/development/cli-build-commands.md similarity index 100% rename from docs/development/reference/cli-build-commands.md rename to docs/development/cli-build-commands.md diff --git a/docs/development/reference/code-conventions/database.md b/docs/development/code-conventions/database.md similarity index 100% rename from docs/development/reference/code-conventions/database.md rename to docs/development/code-conventions/database.md diff --git a/docs/development/reference/code-conventions/java-code-conventions.md b/docs/development/code-conventions/java-code-conventions.md similarity index 100% rename from docs/development/reference/code-conventions/java-code-conventions.md rename to docs/development/code-conventions/java-code-conventions.md diff --git a/docs/development/reference/code-conventions/java-test-code-conventions.md b/docs/development/code-conventions/java-test-code-conventions.md similarity index 100% rename from docs/development/reference/code-conventions/java-test-code-conventions.md rename to docs/development/code-conventions/java-test-code-conventions.md diff --git a/docs/development/reference/code-conventions/naming-conventions.md b/docs/development/code-conventions/naming-conventions.md similarity index 100% rename from docs/development/reference/code-conventions/naming-conventions.md rename to docs/development/code-conventions/naming-conventions.md diff --git a/docs/development/reference/code-conventions/shell-script-conventions.md b/docs/development/code-conventions/shell-script-conventions.md similarity index 100% rename from docs/development/reference/code-conventions/shell-script-conventions.md rename to docs/development/code-conventions/shell-script-conventions.md diff --git a/docs/development/reference/database-unit-test.md b/docs/development/database-unit-test.md similarity index 100% rename from docs/development/reference/database-unit-test.md rename to docs/development/database-unit-test.md diff --git a/docs/development/reference/db-migration-file-versioning.md b/docs/development/db-migration-file-versioning.md similarity index 100% rename from docs/development/reference/db-migration-file-versioning.md rename to docs/development/db-migration-file-versioning.md diff --git a/docs/development/design/engine-code-overview.md b/docs/development/engine-code-overview.md similarity index 100% rename from docs/development/design/engine-code-overview.md rename to docs/development/engine-code-overview.md diff --git a/docs/development/design/error-handling-and-logging.md b/docs/development/error-handling-and-logging.md similarity index 100% rename from docs/development/design/error-handling-and-logging.md rename to docs/development/error-handling-and-logging.md diff --git a/docs/development/design/game-asset-management.md b/docs/development/game-asset-management.md similarity index 100% rename from docs/development/design/game-asset-management.md rename to docs/development/game-asset-management.md diff --git a/docs/development/reference/game-rule-sets.md b/docs/development/game-rule-sets.md similarity index 100% rename from docs/development/reference/game-rule-sets.md rename to docs/development/game-rule-sets.md diff --git a/docs/development/reference/glossary.md b/docs/development/glossary.md similarity index 100% rename from docs/development/reference/glossary.md rename to docs/development/glossary.md diff --git a/docs/development/reference/i18n_languages.md b/docs/development/i18n_languages.md similarity index 100% rename from docs/development/reference/i18n_languages.md rename to docs/development/i18n_languages.md diff --git a/docs/development/design/lobby-authentication-logic.md b/docs/development/lobby-authentication-logic.md similarity index 100% rename from docs/development/design/lobby-authentication-logic.md rename to docs/development/lobby-authentication-logic.md diff --git a/docs/development/design/map-loading-design.md b/docs/development/map-loading-design.md similarity index 100% rename from docs/development/design/map-loading-design.md rename to docs/development/map-loading-design.md diff --git a/docs/development/design/maps-server.md b/docs/development/maps-server.md similarity index 100% rename from docs/development/design/maps-server.md rename to docs/development/maps-server.md diff --git a/docs/development/reference/pr-release-notes.md b/docs/development/pr-release-notes.md similarity index 100% rename from docs/development/reference/pr-release-notes.md rename to docs/development/pr-release-notes.md diff --git a/docs/development/reference/typical-git-workflow.md b/docs/development/typical-git-workflow.md similarity index 91% rename from docs/development/reference/typical-git-workflow.md rename to docs/development/typical-git-workflow.md index 3467309cbdd..610285921f2 100644 --- a/docs/development/reference/typical-git-workflow.md +++ b/docs/development/typical-git-workflow.md @@ -38,4 +38,4 @@ git push origin ## Follow the 'create PR' web link ``` -Read more about TripleA's [pull requests process here](../../project/pull-requests.md). +Read more about TripleA's [pull requests process here](../project/pull-requests.md). diff --git a/docs/development/design/ui/CasualtySelection.puml b/docs/development/ui/CasualtySelection.puml similarity index 100% rename from docs/development/design/ui/CasualtySelection.puml rename to docs/development/ui/CasualtySelection.puml diff --git a/docs/development/design/ui/UnitChooser.puml b/docs/development/ui/UnitChooser.puml similarity index 100% rename from docs/development/design/ui/UnitChooser.puml rename to docs/development/ui/UnitChooser.puml diff --git a/docs/development/reference/versioning.md b/docs/development/versioning.md similarity index 100% rename from docs/development/reference/versioning.md rename to docs/development/versioning.md