Skip to content

Commit 83e7d1c

Browse files
committed
Update plugins documentation h1s
1 parent 82b6eb6 commit 83e7d1c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docusaurus/docs/dev-docs/plugins/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: API Documentation
2+
title: Documentation
33
displayed_sidebar: devDocsSidebar
44
description: By using Swagger UI, the API documentation plugin takes out most of your pain to generate your documentation.
55
---
66

7-
# API Documentation
7+
# Documentation plugin
88

99
The Documentation plugin is useful to document the available endpoints once you created an API.
1010

docusaurus/docs/dev-docs/plugins/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Send email from your server or externals providers.
55

66
---
77

8-
# Email
8+
# Email plugin
99

1010
The Email plugin enables applications to send emails from a server or an external provider. The Email plugin uses the Strapi global API, meaning it can be called from anywhere inside a Strapi application. Two of the most common use cases are in the Strapi back end and in the admin panel. The following documentation describes how to use the Email plugin in a controller or service for back-end use cases and using a lifecycle hook for admin panel use cases.
1111

docusaurus/docs/dev-docs/plugins/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Use a GraphQL endpoint in your Strapi project to fetch and mutate y
77
---
88

99

10-
# GraphQL
10+
# GraphQL plugin
1111

1212
By default Strapi create [REST endpoints](/dev-docs/api/rest#endpoints) for each of your content-types. With the GraphQL plugin, you will be able to add a GraphQL endpoint to fetch and mutate your content.
1313

docusaurus/docs/dev-docs/plugins/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Instructions on how to use Strapi Content API with the Internationa
66

77
---
88

9-
# 🌍 Internationalization (i18n)
9+
# 🌍 Internationalization (i18n) plugin
1010

1111
The Internationalization (i18n) plugin allows Strapi users to create, manage and distribute localized content in different languages, called "locales". For more information about the concept of internationalization, please refer to the
1212
[W3C definition](https://www.w3.org/International/questions/qa-i18n.en#i18n).

docusaurus/docs/dev-docs/plugins/sentry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Track errors in your Strapi application.
55

66
---
77

8-
# Sentry
8+
# Sentry plugin
99

1010
This plugin enables you to track errors in your Strapi application using [Sentry](https://sentry.io/welcome/).
1111

docusaurus/docs/dev-docs/plugins/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ displayed_sidebar: devDocsSidebar
44
description: Upload any kind of file on your server or external providers.
55
---
66

7-
# Upload
7+
# Upload plugin
88

99
The Upload plugin is the backend powering the Media Library plugin available by default in the Strapi admin panel. Using either the Media Library from the admin panel or the upload API directly, you can upload any kind of file for use in your Strapi application.
1010

docusaurus/docs/dev-docs/plugins/users-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Protect your API with a full authentication process based on JWT an
66

77
---
88

9-
# Users & Permissions
9+
# Users & Permissions plugin
1010

1111
This plugin provides a full authentication process based on [JSON Web Tokens (JWT)](https://en.wikipedia.org/wiki/JSON_Web_Token) to protect your API. It also provides an access-control list (ACL) strategy that enables you to manage permissions between groups of users.
1212

0 commit comments

Comments
 (0)