Skip to content

Commit

Permalink
📖 Adapters: Pointing to the correct location (#8507)
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
myles authored and kirrg001 committed May 31, 2017
1 parent b60fba2 commit e2dcdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The default behaviour in Ghost is as following:
### LocalFileStorage
By default Ghost will upload your images to the `content/images` folder.
The LocalFileStorage is using the file system to read or write images.
This default adapter can be found in `core/server/storage/LocalFileStorage.js`.
This default adapter can be found in `core/server/adapters/storage/LocalFileStorage.js`.

### SchedulingDefault
By default Ghost will schedule your posts using a pure JavaScript solution.
It doesn't use `cron` or similar.
This default adapter can be found in `core/server/scheduling/SchedulingDefault.js`.
This default adapter can be found in `core/server/adapters/scheduling/SchedulingDefault.js`.

### Custom Adapter
To override any of the default adapters, you have to add a folder (`content/adapters/storage` or `content/adapters/scheduling`) and copy your adapter to it.
Expand Down

0 comments on commit e2dcdd2

Please sign in to comment.