Skip to content

Commit

Permalink
Merge branch '5.x' into feature/1538-support-asset-download-via-guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Nov 20, 2024
2 parents 0e514fb + 8a71f67 commit c8c38f6
Show file tree
Hide file tree
Showing 10 changed files with 2,664 additions and 2,363 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
build:
name: Build VitePress Site
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
outputs:
short_hash: ${{ steps.hash.outputs.short_hash }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ tests/.env
/node_modules/*
/build/*
/yarn-error.log
/docs/.vitepress/dist
/docs/.vitepress/cache

# MISC FILES
.cache
Expand Down
3 changes: 3 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.vitepress/dist
.vitepress/cache
1 change: 0 additions & 1 deletion docs/.vitepress/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]
},
Expand Down
10 changes: 8 additions & 2 deletions docs/get-started/installation-setup.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Installation & Setup
You can install Feed Me via the plugin store, or through Composer.
You can install Feed Me with the in-app [Plugin Store](https://plugins.craftcms.com), or via Composer.

### Requirements

Feed Me 4.x requires Craft CMS 3.7.0 or newer; Feed Me 5.x requires Craft CMS 4.6.0 or newer.

### Craft Plugin Store

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

You can also add the package to your project using Composer.

1. Open your terminal and go to your Craft project:
Expand All @@ -15,4 +21,4 @@ cd /path/to/project
```
composer require craftcms/feed-me
```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Feed Me.
3. Run `php craft plugin/install feed-me`, or open the Control Panel and visit **Settings****Plugins** and click the “Install” button for Feed Me.
7 changes: 0 additions & 7 deletions docs/get-started/requirements.md

This file was deleted.

Loading

0 comments on commit c8c38f6

Please sign in to comment.