diff --git a/docs/docs/api/plugin-config-types.md b/docs/docs/api/plugin-config-types.md index 92d9794..c996e68 100644 --- a/docs/docs/api/plugin-config-types.md +++ b/docs/docs/api/plugin-config-types.md @@ -27,4 +27,4 @@ if (strapi.plugin('config-sync')) { } ``` -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 +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 diff --git a/docs/docs/configuration/custom-types.md b/docs/docs/configuration/custom-types.md index 66850f1..696f525 100644 --- a/docs/docs/configuration/custom-types.md +++ b/docs/docs/configuration/custom-types.md @@ -6,7 +6,7 @@ slug: /configuration/custom-types # Custom types -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. +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. | Name | Details | | ---- | ------- | diff --git a/docs/docs/getting-started/admin-gui.md b/docs/docs/getting-started/admin-gui.md index b3d04d3..8a1f3cc 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 diff --git a/docs/docs/getting-started/config-types.md b/docs/docs/getting-started/config-types.md index 607d517..2f4480f 100644 --- a/docs/docs/getting-started/config-types.md +++ b/docs/docs/getting-started/config-types.md @@ -34,7 +34,7 @@ These 4 types are by default registered in the sync process. 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. -_Read more about the `config/plugins.js` file [here](/config-sync/configuration)._ +_Read more about the `config/plugins.js` file [here](/configuration)._ You can register a type by giving the `customTypes` array an object which contains at least the following 3 properties: diff --git a/docs/docs/getting-started/installation.md b/docs/docs/getting-started/installation.md index 9e57e6d..da103da 100644 --- a/docs/docs/getting-started/installation.md +++ b/docs/docs/getting-started/installation.md @@ -63,6 +63,6 @@ After successful installation you have to rebuild the admin UI so it'll include The **Config Sync** plugin should now appear in the **Settings** section of your Strapi app. -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) +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) Enjoy 🎉 diff --git a/docs/static/img/assets/config-sync/admin-diff-viewer.png b/docs/static/img/assets/admin-diff-viewer.png similarity index 100% rename from docs/static/img/assets/config-sync/admin-diff-viewer.png rename to docs/static/img/assets/admin-diff-viewer.png diff --git a/docs/static/img/assets/config-sync/logo.png b/docs/static/img/assets/config-sync/logo.png deleted file mode 100644 index 3e55669..0000000 Binary files a/docs/static/img/assets/config-sync/logo.png and /dev/null differ diff --git a/docs/static/img/assets/webtools/admin-url-overview.png b/docs/static/img/assets/webtools/admin-url-overview.png deleted file mode 100644 index 4af5f05..0000000 Binary files a/docs/static/img/assets/webtools/admin-url-overview.png and /dev/null differ diff --git a/docs/static/img/assets/webtools/enable-webtools.png b/docs/static/img/assets/webtools/enable-webtools.png deleted file mode 100644 index 9e2327f..0000000 Binary files a/docs/static/img/assets/webtools/enable-webtools.png and /dev/null differ diff --git a/docs/static/img/assets/webtools/logo.png b/docs/static/img/assets/webtools/logo.png deleted file mode 100644 index f2a7cfb..0000000 Binary files a/docs/static/img/assets/webtools/logo.png and /dev/null differ diff --git a/docs/static/img/assets/webtools/url-alias.png b/docs/static/img/assets/webtools/url-alias.png deleted file mode 100644 index 82cb339..0000000 Binary files a/docs/static/img/assets/webtools/url-alias.png and /dev/null differ diff --git a/docs/static/img/assets/webtools/url-pattern.png b/docs/static/img/assets/webtools/url-pattern.png deleted file mode 100644 index 1dc7a0f..0000000 Binary files a/docs/static/img/assets/webtools/url-pattern.png and /dev/null differ diff --git a/docs/static/img/logo.png b/docs/static/img/logo.png index 0ea58b0..3e55669 100644 Binary files a/docs/static/img/logo.png and b/docs/static/img/logo.png differ