diff --git a/public/.htaccess b/public/.htaccess index 83310cd..6d73627 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -58,6 +58,8 @@ RewriteRule ^fr/help/pokemon-sdk/how-edit-map-rxdata-files/?$ https://docs.pokemonworkshop.com/fr/getting-started/travailler-a-plusieurs-sur-un-projet-psdk/ [R=301,L] RewriteRule ^en/help/pokemon-sdk/how-generate-csv-files-translate-game-messages/?$ https://docs.pokemonworkshop.com/rpg-maker-xp/translate-your-game-with-csv/ [R=301,L] RewriteRule ^fr/help/pokemon-sdk/how-generate-csv-files-translate-game-messages/?$ https://docs.pokemonworkshop.com/fr/rpg-maker-xp/traduire-son-jeu-avec-csv/ [R=301,L] + RewriteRule ^en/help/pokemon-sdk/how-compile-my-project/?$ https://docs.pokemonworkshop.com/pokemon-studio/create-a-playable-version/ [R=301,L] + RewriteRule ^fr/help/pokemon-sdk/how-compile-my-project/?$ https://docs.pokemonworkshop.com/fr/pokemon-studio/creer-une-version-jouable/ [R=301,L] RewriteRule ^en/learn/arrays-in-ruby/?$ https://docs.pokemonworkshop.com/ruby/arrays/ [R=301,L] RewriteRule ^fr/learn/arrays-in-ruby/?$ https://docs.pokemonworkshop.com/fr/ruby/tableaux/ [R=301,L] RewriteRule ^en/documentation/pokemon-sdk-battle-weather-effect-class-overview/?$ https://docs.pokemonworkshop.com/psdk/battle-engine/how-to-create-a-weather/ [R=301,L] diff --git a/src/content/pages/help/pokemon-sdk/how-compile-my-project_en.mdoc b/src/content/pages/help/pokemon-sdk/how-compile-my-project_en.mdoc deleted file mode 100644 index a01095c..0000000 --- a/src/content/pages/help/pokemon-sdk/how-compile-my-project_en.mdoc +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: How can I compile my project? -seoDescription: The way to compile your PSDK project -publishDate: '2022-09-15 17:35:00' -order: 0 ---- - -Here is the procedure to follow to **compile your project** : - -- Open `cmd.bat`, -- Write `psdk --util=project_compilation`. - -A **Release** folder will be created at the directory's root of your project and will contain your compiled project, ready to be distributed. - diff --git a/src/content/pages/help/pokemon-sdk/how-compile-my-project_fr.mdoc b/src/content/pages/help/pokemon-sdk/how-compile-my-project_fr.mdoc deleted file mode 100644 index adc8a65..0000000 --- a/src/content/pages/help/pokemon-sdk/how-compile-my-project_fr.mdoc +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Comment puis-je compiler mon projet ? -seoDescription: La procédure pour compiler votre projet PSDK -order: 0 ---- - -Voici la procédure à suivre pour **compiler votre projet** : - -- Ouvrez le fichier `cmd.bat`, -- Écrivez la commande `psdk --util=project_compilation`. - -Un dossier Release sera créé à la racine du répertoire de votre projet et contiendra votre projet compilé, prêt à être distribué. -