0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Updated content/settings/README.md

no issue

- the name of the routing type was incorrect
- we have
  1. routes: static routes (or series later)
  2. collections: a collection of posts
  3. taxonomies: configuration for author and tag routes
- see equivalent: https://github.com/TryGhost/Ghost/blob/1.23.1/core/server/services/settings/default-routes.yaml
This commit is contained in:
kirrg001 2018-06-01 19:36:48 +02:00
parent 826d384902
commit c2849728e9

View file

@ -16,7 +16,7 @@ collections:
- home
- index
resources:
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
```