Skip to content

Commit

Permalink
Fix all links for plugins pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Apr 18, 2023
1 parent 9991dc2 commit 24f7d15
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/plugins/server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebarDepth: 3

# Server API for plugins

A Strapi [plugin](/dev-docs/plugins/plugins-intro) can interact with the backend or the [frontend](/dev-docs/api/plugins/admin-panel-api) of the Strapi application. The Server API is about the backend part.
A Strapi [plugin](/dev-docs/plugins) can interact with the backend or the [frontend](/dev-docs/api/plugins/admin-panel-api) of the Strapi application. The Server API is about the backend part.

Creating and using a plugin interacting with the Server API consists of 2 steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Strapi v3 plugin was enabled if it was manually installed or found in the `plu

In Strapi v4:

- Installed plugins following the [automatic plugins discovery](/dev-docs/plugins/plugins-intro.md#automatic-plugins-discovery) pattern will automatically be enabled.
- Installed plugins following the [automatic plugins discovery](/dev-docs/plugins#automatic-plugins-discovery) pattern will automatically be enabled.
- While developing a local plugin, the plugin must explicitly be enabled in [the `./config/plugins.js` file](/dev-docs/configurations//plugins.md) of the Strapi application.
:::

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/plugins-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayed_sidebar: devDocsSidebar

# Plugins extension

Strapi comes with [plugins](/dev-docs/plugins/plugins-intro) that can be installed from the [Marketplace](/user-docs/plugins/installing-plugins-via-marketplace#installing-marketplace-plugins-and-providers) or as npm packages. You can also create your own plugins (see [plugins development](/dev-docs/plugins-development)) or extend the existing ones.
Strapi comes with [plugins](/dev-docs/plugins) that can be installed from the [Marketplace](/user-docs/plugins/installing-plugins-via-marketplace#installing-marketplace-plugins-and-providers) or as npm packages. You can also create your own plugins (see [plugins development](/dev-docs/plugins-development)) or extend the existing ones.

Plugin extensions code is located in the `./src/extensions` folder (see [project structure](/dev-docs/project-structure)). Some plugins automatically create files there, ready to be modified.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: devDocsSidebar

# Templates

Templates are pre-made Strapi configurations designed for specific use cases. They allow bootstrapping a custom Strapi application. A template can configure [collection types and single types](/user-docs/content-type-builder), [components](/dev-docs/backend-customization/models.md#components-2) and [dynamic zones](/dev-docs/backend-customization/models.md#dynamic-zones), and [plugins](/dev-docs/plugins/plugins-intro.md).
Templates are pre-made Strapi configurations designed for specific use cases. They allow bootstrapping a custom Strapi application. A template can configure [collection types and single types](/user-docs/content-type-builder), [components](/dev-docs/backend-customization/models.md#components-2) and [dynamic zones](/dev-docs/backend-customization/models.md#dynamic-zones), and [plugins](/dev-docs/plugins).

:::strapi Templates vs. Starters

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const sidebars = {
* is defined as the 'id' property.
*/
type: 'doc',
id: 'dev-docs/plugins/plugins-intro',
id: 'dev-docs/plugins',
},
items: [
'dev-docs/plugins/documentation',
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
"destination": "/dev-docs/plugins-extension"
},
{
"source": "/developer-docs/latest/plugins/plugins-intro.html",
"source": "/developer-docs/latest/plugins/plugins.html",
"destination": "/dev-docs/plugins"
},
{
Expand Down

0 comments on commit 24f7d15

Please sign in to comment.