diff --git a/website/docs/api_reference.md b/website/docs/api_reference.mdx similarity index 100% rename from website/docs/api_reference.md rename to website/docs/api_reference.mdx diff --git a/website/docs/changelog.md b/website/docs/changelog.mdx similarity index 100% rename from website/docs/changelog.md rename to website/docs/changelog.mdx diff --git a/website/docs/community.md b/website/docs/community.mdx similarity index 100% rename from website/docs/community.md rename to website/docs/community.mdx diff --git a/website/docs/contributing.md b/website/docs/contributing.mdx similarity index 99% rename from website/docs/contributing.md rename to website/docs/contributing.mdx index e05e4261..8a86d376 100644 --- a/website/docs/contributing.md +++ b/website/docs/contributing.mdx @@ -147,7 +147,7 @@ If you have questions, feel free to ask them in the `#help` forum channel on our --- - +{/* prettier-ignore-start */} [task]: https://github.com/go-task/task [vscode-task]: https://github.com/go-task/vscode-task [go]: https://go.dev @@ -164,4 +164,4 @@ If you have questions, feel free to ask them in the `#help` forum channel on our [discord-server]: https://discord.gg/6TY36E39UK [discussion]: https://github.com/go-task/task/discussions [conventional-commits]: https://www.conventionalcommits.org - +{/* prettier-ignore-end */} diff --git a/website/docs/deprecations/deprecations.md b/website/docs/deprecations/deprecations.mdx similarity index 100% rename from website/docs/deprecations/deprecations.md rename to website/docs/deprecations/deprecations.mdx diff --git a/website/docs/deprecations/template.md b/website/docs/deprecations/template.mdx similarity index 100% rename from website/docs/deprecations/template.md rename to website/docs/deprecations/template.mdx diff --git a/website/docs/deprecations/version_2_schema.md b/website/docs/deprecations/version_2_schema.mdx similarity index 95% rename from website/docs/deprecations/version_2_schema.md rename to website/docs/deprecations/version_2_schema.mdx index 7ed1b85d..1011e5c9 100644 --- a/website/docs/deprecations/version_2_schema.md +++ b/website/docs/deprecations/version_2_schema.mdx @@ -26,8 +26,8 @@ main branch. To use a more recent version of Task, you will need to ensure that your Taskfile uses the version 3 schema instead. A list of changes between version 2 and version 3 are available in the [Task v3 Release Notes][v3.0.0]. - +{/* prettier-ignore-start */} [v3.0.0]: https://github.com/go-task/task/releases/tag/v3.0.0 [v3.33.0]: https://github.com/go-task/task/releases/tag/v3.33.0 [deprecation-notice]: https://github.com/go-task/task/issues/1197 - +{/* prettier-ignore-end */} diff --git a/website/docs/experiments/any_variables.mdx b/website/docs/experiments/any_variables.mdx index bb292e86..be768d10 100644 --- a/website/docs/experiments/any_variables.mdx +++ b/website/docs/experiments/any_variables.mdx @@ -340,7 +340,7 @@ When looping over a map we also make an additional `{{.KEY}}` variable availabe that holds the string value of the map key. Remember that maps are unordered, so the order in which the items are looped over is random. - +{/* prettier-ignore-start */} [enabling-experiments]: /experiments/#enabling-experiments [slim-sprig]: https://go-task.github.io/slim-sprig/ - +{/* prettier-ignore-end */} diff --git a/website/docs/experiments/experiments.md b/website/docs/experiments/experiments.mdx similarity index 100% rename from website/docs/experiments/experiments.md rename to website/docs/experiments/experiments.mdx diff --git a/website/docs/experiments/gentle_force.md b/website/docs/experiments/gentle_force.mdx similarity index 96% rename from website/docs/experiments/gentle_force.md rename to website/docs/experiments/gentle_force.mdx index 68c63e8a..ab3d52d3 100644 --- a/website/docs/experiments/gentle_force.md +++ b/website/docs/experiments/gentle_force.mdx @@ -44,6 +44,6 @@ should replace all uses of the `--force` flag with `--force-all`. Alternatively, if you want to adopt the new behavior, you can continue to use the `--force` flag as you do now! - +{/* prettier-ignore-start */} [enabling-experiments]: /experiments/#enabling-experiments - +{/* prettier-ignore-end */} diff --git a/website/docs/experiments/remote_taskfiles.md b/website/docs/experiments/remote_taskfiles.mdx similarity index 98% rename from website/docs/experiments/remote_taskfiles.md rename to website/docs/experiments/remote_taskfiles.mdx index 1dddcb94..742b451c 100644 --- a/website/docs/experiments/remote_taskfiles.md +++ b/website/docs/experiments/remote_taskfiles.mdx @@ -98,7 +98,7 @@ and look for a cached copy instead. This timeout can be configured by setting the `--timeout` flag and specifying a duration. For example, `--timeout 5s` will set the timeout to 5 seconds. - +{/* prettier-ignore-start */} [enabling-experiments]: /experiments/#enabling-experiments [man-in-the-middle-attacks]: https://en.wikipedia.org/wiki/Man-in-the-middle_attack - +{/* prettier-ignore-end */} diff --git a/website/docs/experiments/template.md b/website/docs/experiments/template.mdx similarity index 94% rename from website/docs/experiments/template.md rename to website/docs/experiments/template.mdx index 37ac9987..fca9a527 100644 --- a/website/docs/experiments/template.md +++ b/website/docs/experiments/template.mdx @@ -37,6 +37,6 @@ information. \{Short explanation of how users should migrate to the new behavior\} - +{/* prettier-ignore-start */} [enabling-experiments]: /experiments/#enabling-experiments - +{/* prettier-ignore-end */} diff --git a/website/docs/faq.md b/website/docs/faq.mdx similarity index 97% rename from website/docs/faq.md rename to website/docs/faq.mdx index 6a8a96e6..4eb84034 100644 --- a/website/docs/faq.md +++ b/website/docs/faq.mdx @@ -95,7 +95,7 @@ this work. Constructive comments and contributions are very welcome! - [mvdan/sh#93](https://github.com/mvdan/sh/issues/93) - [mvdan/sh#97](https://github.com/mvdan/sh/issues/97) - +{/* prettier-ignore-start */} [git-bash]: https://gitforwindows.org/ [wsl]: https://learn.microsoft.com/en-us/windows/wsl/install - +{/* prettier-ignore-end */} diff --git a/website/docs/installation.md b/website/docs/installation.mdx similarity index 99% rename from website/docs/installation.md rename to website/docs/installation.mdx index 60863124..ac5e063d 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.mdx @@ -290,7 +290,7 @@ Add the line and save the file: Invoke-Expression -Command path/to/task.ps1 ``` - +{/* prettier-ignore-start */} [go]: https://golang.org/ [snapcraft]: https://snapcraft.io/task [homebrew]: https://brew.sh/ @@ -300,4 +300,4 @@ Invoke-Expression -Command path/to/task.ps1 [choco]: https://chocolatey.org/ [scoop]: https://scoop.sh/ [tea]: https://tea.xyz/ - +{/* prettier-ignore-end */} diff --git a/website/docs/integrations.md b/website/docs/integrations.mdx similarity index 100% rename from website/docs/integrations.md rename to website/docs/integrations.mdx diff --git a/website/docs/intro.md b/website/docs/intro.mdx similarity index 96% rename from website/docs/intro.md rename to website/docs/intro.mdx index 350006d1..8996ab3a 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.mdx @@ -50,7 +50,7 @@ guide to check the full schema documentation and Task features. of files haven't changed since last run (based either on its timestamp or content). - +{/* prettier-ignore-start */} [make]: https://www.gnu.org/software/make/ [go]: https://go.dev/ [yaml]: http://yaml.org/ @@ -58,4 +58,4 @@ guide to check the full schema documentation and Task features. [snapcraft]: https://snapcraft.io/ [scoop]: https://scoop.sh/ [sh]: https://github.com/mvdan/sh - +{/* prettier-ignore-end */} diff --git a/website/docs/releasing.md b/website/docs/releasing.mdx similarity index 97% rename from website/docs/releasing.md rename to website/docs/releasing.mdx index 0db6ef8b..b2214352 100644 --- a/website/docs/releasing.md +++ b/website/docs/releasing.mdx @@ -61,7 +61,7 @@ take care of updating versions there by editing [this file](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/tools/go-task/default.nix). If you think its Task version is outdated, open an issue to let us know. - +{/* prettier-ignore-start */} [goreleaser]: https://goreleaser.com/ [homebrewtap]: https://github.com/go-task/homebrew-tap [gotaskrb]: https://github.com/go-task/homebrew-tap/blob/main/Formula/go-task.rb @@ -69,4 +69,4 @@ If you think its Task version is outdated, open an issue to let us know. [snappackage]: https://github.com/go-task/snap [snapcraftyaml]: https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml#L2 [snapcraftdashboard]: https://snapcraft.io/task/releases - +{/* prettier-ignore-end */} diff --git a/website/docs/styleguide.md b/website/docs/styleguide.mdx similarity index 100% rename from website/docs/styleguide.md rename to website/docs/styleguide.mdx diff --git a/website/docs/taskfile_versions.md b/website/docs/taskfile_versions.mdx similarity index 98% rename from website/docs/taskfile_versions.md rename to website/docs/taskfile_versions.mdx index 989e17c2..0b080726 100644 --- a/website/docs/taskfile_versions.md +++ b/website/docs/taskfile_versions.mdx @@ -255,9 +255,9 @@ The variable priority order was also different: 3. Task variables 4. `Taskvars.yml` variables - +{/* prettier-ignore-start */} [deprecate-version-2-schema]: /deprecations/version-2-schema/ [output]: /usage#output-syntax [ignore_errors]: /usage#ignore-errors [includes]: /usage#including-other-taskfiles - +{/* prettier-ignore-end */} diff --git a/website/docs/translate.md b/website/docs/translate.mdx similarity index 92% rename from website/docs/translate.md rename to website/docs/translate.mdx index 47f39b35..d45961d7 100644 --- a/website/docs/translate.md +++ b/website/docs/translate.mdx @@ -16,7 +16,7 @@ translations, please ask for access on the [#translations channel on our Discord server][discord]. If a given language is not being shown to Crowdin yet, just ask and we can configure it. - +{/* prettier-ignore-start */} [crowdin]: https://crowdin.com/project/taskfile [discord]: https://discord.gg/6TY36E39UK - +{/* prettier-ignore-end */} diff --git a/website/docs/usage.md b/website/docs/usage.mdx similarity index 99% rename from website/docs/usage.md rename to website/docs/usage.mdx index c04ba8d6..cea5a950 100644 --- a/website/docs/usage.md +++ b/website/docs/usage.mdx @@ -1954,6 +1954,6 @@ if called by another task, either directly or as a dependency. ::: - +{/* prettier-ignore-start */} [gotemplate]: https://golang.org/pkg/text/template/ - +{/* prettier-ignore-end */}