diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 135566fb74..ae47971835 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -66,8 +66,8 @@ jobs: # Merge the generated changelogs into the templates - name: Append the generated changelogs run: | - cat generated/fafdevelop.md >> changelogs/fafdevelop.md - cat generated/fafbeta.md >> changelogs/fafbeta.md + cat generated/fafdevelop.md >> patches/fafdevelop.md + cat generated/fafbeta.md >> patches/fafbeta.md - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/docs/_posts/2024-03-16-3801.md b/docs/_posts/2024-03-16-3801.md index 71b1d40ab7..752b0e132e 100644 --- a/docs/_posts/2024-03-16-3801.md +++ b/docs/_posts/2024-03-16-3801.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3801 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3801 --- # Game Version 3801 (16th of March, 2024) diff --git a/docs/_posts/2024-03-17-3802.md b/docs/_posts/2024-03-17-3802.md index 128f3b0fbf..a60e0b129b 100644 --- a/docs/_posts/2024-03-17-3802.md +++ b/docs/_posts/2024-03-17-3802.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3802 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3802 --- # Game Version 3802 diff --git a/docs/_posts/2024-03-17-3803.md b/docs/_posts/2024-03-17-3803.md index 1aeedc4673..608ba546b1 100644 --- a/docs/_posts/2024-03-17-3803.md +++ b/docs/_posts/2024-03-17-3803.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3803 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3803 --- # Game Version 3803 diff --git a/docs/_posts/2024-03-24-3804.md b/docs/_posts/2024-03-24-3804.md index f549169d2e..e372cefa38 100644 --- a/docs/_posts/2024-03-24-3804.md +++ b/docs/_posts/2024-03-24-3804.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3804 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3804 --- # Game Version 3804 diff --git a/docs/_posts/2024-03-24-3805.md b/docs/_posts/2024-03-24-3805.md index 10afc70dfa..b8df0a34a0 100644 --- a/docs/_posts/2024-03-24-3805.md +++ b/docs/_posts/2024-03-24-3805.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3805 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3805 --- # Game Version 3805 diff --git a/docs/_posts/2024-03-31-3806.md b/docs/_posts/2024-03-31-3806.md index b261f628eb..f7ad34ce4f 100644 --- a/docs/_posts/2024-03-31-3806.md +++ b/docs/_posts/2024-03-31-3806.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3806 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3806 --- # Game Version 3806 diff --git a/docs/_posts/2024-04-03-3807.md b/docs/_posts/2024-04-03-3807.md index 1025285b1d..51b30a0a4b 100644 --- a/docs/_posts/2024-04-03-3807.md +++ b/docs/_posts/2024-04-03-3807.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3807 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3807 --- # Game Version 3807 diff --git a/docs/_posts/2024-04-07-3808.md b/docs/_posts/2024-04-07-3808.md index 2c0fb6ad86..076ffff25a 100644 --- a/docs/_posts/2024-04-07-3808.md +++ b/docs/_posts/2024-04-07-3808.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3808 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3808 --- # Game Version 3808 diff --git a/docs/_posts/2024-04-20-3809.md b/docs/_posts/2024-04-20-3809.md index 0eb83dd8fc..863a18434a 100644 --- a/docs/_posts/2024-04-20-3809.md +++ b/docs/_posts/2024-04-20-3809.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3809 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3809 --- # Game Version 3809 diff --git a/docs/_posts/2024-07-07-3810.md b/docs/_posts/2024-07-07-3810.md index 13bdf0af27..d0b134e2ad 100644 --- a/docs/_posts/2024-07-07-3810.md +++ b/docs/_posts/2024-07-07-3810.md @@ -1,7 +1,7 @@ --- layout: post title: Game Version 3810 -permalink: /:year/:month/:day/:title:output_ext +permalink: patches/3810 --- # Game Version 3810 diff --git a/docs/blender.md b/docs/blender.md index 3f49efb29c..92f3f937b0 100644 --- a/docs/blender.md +++ b/docs/blender.md @@ -2,7 +2,7 @@ layout: page title: Blender & PBR permalink: /blender -nav_order: 4 +nav_order: 7 --- # How to Import Units & add PBR Texture diff --git a/docs/changelog/balance-snippet.md b/docs/changelog/balance-snippet.md new file mode 100644 index 0000000000..0d262a77ef --- /dev/null +++ b/docs/changelog/balance-snippet.md @@ -0,0 +1,9 @@ +--- +layout: page +title: Balance snippet +parent: Development - Changelog +permalink: changelog/balance-snippet +published: true +--- + +_Information about how to structure a balance snippet_ diff --git a/docs/changelog/other-snippet.md b/docs/changelog/other-snippet.md new file mode 100644 index 0000000000..cb2bd8ff5e --- /dev/null +++ b/docs/changelog/other-snippet.md @@ -0,0 +1,9 @@ +--- +layout: page +title: Other snippets +parent: Development - Changelog +permalink: changelog/other-snippet +published: true +--- + +_Information about how to structure all other snippets_ diff --git a/docs/changelog.md b/docs/development-changelog.md similarity index 98% rename from docs/changelog.md rename to docs/development-changelog.md index 821c2a9c07..1490415978 100644 --- a/docs/changelog.md +++ b/docs/development-changelog.md @@ -1,6 +1,6 @@ --- layout: page -title: Changelog +title: Development - Changelog permalink: changelog has_children: true nav_order: 5 diff --git a/docs/patches.md b/docs/patches.md index daef50ac07..b7509e6121 100644 --- a/docs/patches.md +++ b/docs/patches.md @@ -1,17 +1,43 @@ --- layout: page title: Patches +has_children: true permalink: /patches nav_order: 8 --- -# All Game Patches +# Overview of game patches -