Skip to content

Commit

Permalink
Merge branch '5.x' into 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Nov 19, 2024
2 parents 64e25fd + 1122b88 commit 8279866
Show file tree
Hide file tree
Showing 7 changed files with 10,082 additions and 15,978 deletions.
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
2 changes: 1 addition & 1 deletion docs/get-started/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration

Create an `feed-me.php` file under your `/config` directory with the following options available to you. You can also use multi-environment options to change these per environment.
Create a `feed-me.php` file under your `/config` directory with any of the following. Feed Me’s configuration file allows customization [per-environment](https://craftcms.com/docs/4.x/config/#multi-environment-configs) and [per-feed](#configuration-options) (see `feedOptions`).

```php
<?php
Expand Down
Loading

0 comments on commit 8279866

Please sign in to comment.