Skip to content

Commit eb0024c

Browse files
committed
fix: docs build
1 parent c17ea42 commit eb0024c

File tree

13 files changed

+5
-5
lines changed

13 files changed

+5
-5
lines changed

docs/docs/api/plugin-config-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ if (strapi.plugin('config-sync')) {
2727
}
2828
```
2929

30-
If you want to read more about what the different values of a config type actually mean please read the in depth [custom types](/config-sync/config-types#custom-types) docs
30+
If you want to read more about what the different values of a config type actually mean please read the in depth [custom types](/config-types#custom-types) docs

docs/docs/configuration/custom-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /configuration/custom-types
66

77
# Custom types
88

9-
With this setting you can register your own custom config types. This is an array which expects objects with at least the `configName`, `queryString` and `uid` properties. Read more about registering custom types in the [Custom config types](/config-sync/config-types#custom-types) documentation.
9+
With this setting you can register your own custom config types. This is an array which expects objects with at least the `configName`, `queryString` and `uid` properties. Read more about registering custom types in the [Custom config types](/config-types#custom-types) documentation.
1010

1111
| Name | Details |
1212
| ---- | ------- |

docs/docs/getting-started/admin-gui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This plugin ships with a React app which can be accessed from the settings page
1010
**Pro tip:**
1111
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.
1212

13-
<img src="/img/assets/config-sync/admin-diff-viewer.png" alt="Config diff in admin" />
13+
<img src="/img/assets/admin-diff-viewer.png" alt="Config diff in admin" />

docs/docs/getting-started/config-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ These 4 types are by default registered in the sync process.
3434

3535
Your custom types can be registered through the `customTypes` plugin config. This is a setting that can be set in the `config/plugins.js` file in your project.
3636

37-
_Read more about the `config/plugins.js` file [here](/config-sync/configuration)._
37+
_Read more about the `config/plugins.js` file [here](/configuration)._
3838

3939
You can register a type by giving the `customTypes` array an object which contains at least the following 3 properties:
4040

docs/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ After successful installation you have to rebuild the admin UI so it'll include
6363

6464
The **Config Sync** plugin should now appear in the **Settings** section of your Strapi app.
6565

66-
To start tracking your config changes you have to make the first export. This will dump all your configuration data to the `/config/sync` directory. You can export either through [the CLI](/config-sync/cli) or [Strapi admin panel](/config-sync/admin-gui)
66+
To start tracking your config changes you have to make the first export. This will dump all your configuration data to the `/config/sync` directory. You can export either through [the CLI](/cli) or [Strapi admin panel](/admin-gui)
6767

6868
Enjoy 🎉
File renamed without changes.
-2.08 KB
Binary file not shown.
-321 KB
Binary file not shown.
-102 KB
Binary file not shown.
-13.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)