From 383590854209781214da4a44956ee09b7a33f4bb Mon Sep 17 00:00:00 2001 From: Dan McCracken Date: Tue, 27 May 2025 12:21:57 -0400 Subject: [PATCH 1/2] fixing typo --- docs/docs/getting-started/motivation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/motivation.md b/docs/docs/getting-started/motivation.md index dd69a56..9bb0bbb 100644 --- a/docs/docs/getting-started/motivation.md +++ b/docs/docs/getting-started/motivation.md @@ -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. From a2a136a33645cfe5db144c3606bed555281064da Mon Sep 17 00:00:00 2001 From: Dan McCracken Date: Tue, 27 May 2025 13:05:30 -0400 Subject: [PATCH 2/2] fixing broken image ref See docs state tags in .md https://docusaurus.io/docs/static-assets#in-markdown --- docs/docs/getting-started/admin-gui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/admin-gui.md b/docs/docs/getting-started/admin-gui.md index 8a1f3cc..2c4dafe 100644 --- a/docs/docs/getting-started/admin-gui.md +++ b/docs/docs/getting-started/admin-gui.md @@ -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. -Config diff in admin +![Config diff in admin](/img/assets/admin-diff-viewer.png)