From 658b6012a62bef97e2d168904dc1a239549004c9 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 21 Dec 2023 15:20:14 +0000 Subject: [PATCH] revert: docs back to .md files until prettier supports mdx --- docs/docs/{api_reference.mdx => api_reference.md} | 0 docs/docs/{changelog.mdx => changelog.md} | 0 docs/docs/{community.mdx => community.md} | 0 docs/docs/{contributing.mdx => contributing.md} | 0 docs/docs/deprecations/{deprecations.mdx => deprecations.md} | 0 docs/docs/deprecations/{template.mdx => template.md} | 0 .../{version_2_schema.mdx => version_2_schema.md} | 0 docs/docs/{donate.mdx => donate.md} | 5 ++--- .../docs/experiments/{any_variables.mdx => any_variables.md} | 0 docs/docs/experiments/{experiments.mdx => experiments.md} | 0 docs/docs/experiments/{gentle_force.mdx => gentle_force.md} | 0 .../{remote_taskfiles.mdx => remote_taskfiles.md} | 0 docs/docs/experiments/{template.mdx => template.md} | 0 docs/docs/{faq.mdx => faq.md} | 0 docs/docs/{installation.mdx => installation.md} | 0 docs/docs/{integrations.mdx => integrations.md} | 0 docs/docs/{intro.mdx => intro.md} | 0 docs/docs/{releasing.mdx => releasing.md} | 0 docs/docs/{styleguide.mdx => styleguide.md} | 0 docs/docs/{taskfile_versions.mdx => taskfile_versions.md} | 0 docs/docs/{translate.mdx => translate.md} | 0 docs/docs/{usage.mdx => usage.md} | 0 22 files changed, 2 insertions(+), 3 deletions(-) rename docs/docs/{api_reference.mdx => api_reference.md} (100%) rename docs/docs/{changelog.mdx => changelog.md} (100%) rename docs/docs/{community.mdx => community.md} (100%) rename docs/docs/{contributing.mdx => contributing.md} (100%) rename docs/docs/deprecations/{deprecations.mdx => deprecations.md} (100%) rename docs/docs/deprecations/{template.mdx => template.md} (100%) rename docs/docs/deprecations/{version_2_schema.mdx => version_2_schema.md} (100%) rename docs/docs/{donate.mdx => donate.md} (92%) rename docs/docs/experiments/{any_variables.mdx => any_variables.md} (100%) rename docs/docs/experiments/{experiments.mdx => experiments.md} (100%) rename docs/docs/experiments/{gentle_force.mdx => gentle_force.md} (100%) rename docs/docs/experiments/{remote_taskfiles.mdx => remote_taskfiles.md} (100%) rename docs/docs/experiments/{template.mdx => template.md} (100%) rename docs/docs/{faq.mdx => faq.md} (100%) rename docs/docs/{installation.mdx => installation.md} (100%) rename docs/docs/{integrations.mdx => integrations.md} (100%) rename docs/docs/{intro.mdx => intro.md} (100%) rename docs/docs/{releasing.mdx => releasing.md} (100%) rename docs/docs/{styleguide.mdx => styleguide.md} (100%) rename docs/docs/{taskfile_versions.mdx => taskfile_versions.md} (100%) rename docs/docs/{translate.mdx => translate.md} (100%) rename docs/docs/{usage.mdx => usage.md} (100%) diff --git a/docs/docs/api_reference.mdx b/docs/docs/api_reference.md similarity index 100% rename from docs/docs/api_reference.mdx rename to docs/docs/api_reference.md diff --git a/docs/docs/changelog.mdx b/docs/docs/changelog.md similarity index 100% rename from docs/docs/changelog.mdx rename to docs/docs/changelog.md diff --git a/docs/docs/community.mdx b/docs/docs/community.md similarity index 100% rename from docs/docs/community.mdx rename to docs/docs/community.md diff --git a/docs/docs/contributing.mdx b/docs/docs/contributing.md similarity index 100% rename from docs/docs/contributing.mdx rename to docs/docs/contributing.md diff --git a/docs/docs/deprecations/deprecations.mdx b/docs/docs/deprecations/deprecations.md similarity index 100% rename from docs/docs/deprecations/deprecations.mdx rename to docs/docs/deprecations/deprecations.md diff --git a/docs/docs/deprecations/template.mdx b/docs/docs/deprecations/template.md similarity index 100% rename from docs/docs/deprecations/template.mdx rename to docs/docs/deprecations/template.md diff --git a/docs/docs/deprecations/version_2_schema.mdx b/docs/docs/deprecations/version_2_schema.md similarity index 100% rename from docs/docs/deprecations/version_2_schema.mdx rename to docs/docs/deprecations/version_2_schema.md diff --git a/docs/docs/donate.mdx b/docs/docs/donate.md similarity index 92% rename from docs/docs/donate.mdx rename to docs/docs/donate.md index 4e8b626b..108a9250 100644 --- a/docs/docs/donate.mdx +++ b/docs/docs/donate.md @@ -19,9 +19,8 @@ the website homepage and on the GitHub repository README. Make contact with ## GitHub Sponsors The preferred way to donate to the maintainers is via GitHub Sponsors. Just use -the following links to do your donation. -We suggest a 50/50 split to each maintainer of the total amount you plan to -donate to the project. +the following links to do your donation. We suggest a 50/50 split to each +maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/docs/experiments/any_variables.mdx b/docs/docs/experiments/any_variables.md similarity index 100% rename from docs/docs/experiments/any_variables.mdx rename to docs/docs/experiments/any_variables.md diff --git a/docs/docs/experiments/experiments.mdx b/docs/docs/experiments/experiments.md similarity index 100% rename from docs/docs/experiments/experiments.mdx rename to docs/docs/experiments/experiments.md diff --git a/docs/docs/experiments/gentle_force.mdx b/docs/docs/experiments/gentle_force.md similarity index 100% rename from docs/docs/experiments/gentle_force.mdx rename to docs/docs/experiments/gentle_force.md diff --git a/docs/docs/experiments/remote_taskfiles.mdx b/docs/docs/experiments/remote_taskfiles.md similarity index 100% rename from docs/docs/experiments/remote_taskfiles.mdx rename to docs/docs/experiments/remote_taskfiles.md diff --git a/docs/docs/experiments/template.mdx b/docs/docs/experiments/template.md similarity index 100% rename from docs/docs/experiments/template.mdx rename to docs/docs/experiments/template.md diff --git a/docs/docs/faq.mdx b/docs/docs/faq.md similarity index 100% rename from docs/docs/faq.mdx rename to docs/docs/faq.md diff --git a/docs/docs/installation.mdx b/docs/docs/installation.md similarity index 100% rename from docs/docs/installation.mdx rename to docs/docs/installation.md diff --git a/docs/docs/integrations.mdx b/docs/docs/integrations.md similarity index 100% rename from docs/docs/integrations.mdx rename to docs/docs/integrations.md diff --git a/docs/docs/intro.mdx b/docs/docs/intro.md similarity index 100% rename from docs/docs/intro.mdx rename to docs/docs/intro.md diff --git a/docs/docs/releasing.mdx b/docs/docs/releasing.md similarity index 100% rename from docs/docs/releasing.mdx rename to docs/docs/releasing.md diff --git a/docs/docs/styleguide.mdx b/docs/docs/styleguide.md similarity index 100% rename from docs/docs/styleguide.mdx rename to docs/docs/styleguide.md diff --git a/docs/docs/taskfile_versions.mdx b/docs/docs/taskfile_versions.md similarity index 100% rename from docs/docs/taskfile_versions.mdx rename to docs/docs/taskfile_versions.md diff --git a/docs/docs/translate.mdx b/docs/docs/translate.md similarity index 100% rename from docs/docs/translate.mdx rename to docs/docs/translate.md diff --git a/docs/docs/usage.mdx b/docs/docs/usage.md similarity index 100% rename from docs/docs/usage.mdx rename to docs/docs/usage.md