Merge pull request #184 from mccrackend/patch-1
Documentation typo, fixing broken linkpull/185/head
commit
8becc53ddf
|
@ -10,4 +10,4 @@ This plugin ships with a React app which can be accessed from the settings page
|
|||
**Pro tip:**
|
||||
By clicking on one of the items in the diff table you can see the exact difference between sync dir and database in a git-style diff viewer.
|
||||
|
||||
<img src="/img/assets/admin-diff-viewer.png" alt="Config diff in admin" />
|
||||

|
||||
|
|
|
@ -6,7 +6,7 @@ slug: /motivation
|
|||
|
||||
# 💡 Motivation
|
||||
|
||||
In Strapi we come across what I would call config types. These are models of which the records are stored in our database, just like content types. Though the big difference here is that your code ofter relies on the database records of these types.
|
||||
In Strapi we come across what I would call config types. These are models of which the records are stored in our database, just like content types. Though the big difference here is that your code often relies on the database records of these types.
|
||||
|
||||
Having said that, it makes sense that these records can be exported, added to git, and be migrated across environments. This way we can make sure we have all the data our code relies on, on each environment.
|
||||
|
||||
|
|
Loading…
Reference in New Issue