diff --git a/docs/.vitepress/sidebar.json b/docs/.vitepress/sidebar.json index fd94df05..abf1721f 100644 --- a/docs/.vitepress/sidebar.json +++ b/docs/.vitepress/sidebar.json @@ -4,7 +4,6 @@ "items": [ {"text": "Introduction", "link": "/"}, {"text": "Installation", "link": "get-started/installation-setup"}, - {"text": "Requirements", "link": "get-started/requirements"}, {"text": "Configuration", "link": "get-started/configuration"} ] }, diff --git a/docs/get-started/installation-setup.md b/docs/get-started/installation-setup.md index 393686a8..7d5b0031 100644 --- a/docs/get-started/installation-setup.md +++ b/docs/get-started/installation-setup.md @@ -1,10 +1,13 @@ # Installation & Setup +You can install Feed Me with the in-app [Plugin Store](https://plugins.craftcms.com), or via Composer. -You can install Feed Me via the [Plugin Store](https://plugins.craftcms.com), or with Composer. +### Requirements + +Feed Me 6.x requires Craft CMS 5.0.0 or newer. ### Craft Plugin Store -Navigate to the **Plugin Store** section of your Craft control panel, search for _Feed Me_, and click the **Try** button. +To install **Feed Me**, navigate to the _Plugin Store_ section of your Craft control panel, search for `Feed Me`, and click the _Try_ button. ### Composer diff --git a/docs/get-started/requirements.md b/docs/get-started/requirements.md deleted file mode 100644 index 57ade02e..00000000 --- a/docs/get-started/requirements.md +++ /dev/null @@ -1,7 +0,0 @@ -# Requirements - -### Craft CMS -Feed Me requires Craft CMS 3.0 or greater. - -### PHP -Feed Me requires PHP 7.0 or greater.