Skip to content

Commit 941a294

Browse files
committed
🤖 Update LLMs files [skip ci]
1 parent c896350 commit 941a294

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

‎docusaurus/static/llms-full.txt‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7799,8 +7799,6 @@ Source: https://docs.strapi.io/cms/features/content-manager
77997799

78007800
# Content Manager
78017801

7802-
<!-- -->
7803-
78047802
From the
78057803

78067804
</IdentityCard>
@@ -10643,8 +10641,6 @@ Source: https://docs.strapi.io/cms/plugins-development/plugins-extension
1064310641

1064410642
# Plugins extension
1064510643

10646-
> Existing plugins can be overriden by placing code in `/src/extensions` or using global `register/bootstrap` hooks. Instructions in this documentation cover reshaping plugin content-type schemas or server logic — altough upstream updates may break extensions.
10647-
1064810644
Strapi comes with plugins that can be installed from the [Marketplace](/cms/plugins/installing-plugins-via-marketplace#installing-marketplace-plugins-and-providers) or as npm packages. You can also create your own plugins (see [plugins development](/cms/plugins-development/developing-plugins)) or extend the existing ones.
1064910645

1065010646
:::warning

‎docusaurus/static/llms.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- [Status](https://docs.strapi.io/cms/api/rest/status): Use Strapi's REST API to work with draft or published versions of your documents.
5555
- [Upload files](https://docs.strapi.io/cms/api/rest/upload): Learn how to use the /api/upload endpoints to upload files to Strapi with the REST API.
5656
- [Back-end customization](https://docs.strapi.io/cms/backend-customization): All elements of Strapi's back end, like routes, policies, middlewares, controllers, services, models, requests, responses, and webhooks, can be customized.
57-
- [Controllers](https://docs.strapi.io/cms/backend-customization/controllers): Controllers are JavaScript files that contain a set of methods, called actions, reached by the client according to the requested [route](/cms/backend-...
57+
- [Controllers](https://docs.strapi.io/cms/backend-customization/controllers): <Tldr>
5858
- [Middlewares](https://docs.strapi.io/cms/backend-customization/middlewares): import MiddlewareTypes from '/docs/snippets/middleware-types.md'
5959
- [Models](https://docs.strapi.io/cms/backend-customization/models): Strapi models (i.e. content-types, components, and dynamic zones) define a representation of the content structure.
6060
- [Policies](https://docs.strapi.io/cms/backend-customization/policies): Strapi policies are functions that execute specific logic on each request before it reaches the controller. Policies can be customized according to your needs.
@@ -111,7 +111,7 @@
111111
- [How to store and access data from a Strapi plugin](https://docs.strapi.io/cms/plugins-development/guides/store-and-access-data): Learn how to store and access data from a Strapi plugin
112112
- [Plugin SDK](https://docs.strapi.io/cms/plugins-development/plugin-sdk): Reference documentation for Strapi's Plugin SDK commands
113113
- [Plugin structure](https://docs.strapi.io/cms/plugins-development/plugin-structure): Learn more about the structure of a Strapi plugin
114-
- [Plugins extension](https://docs.strapi.io/cms/plugins-development/plugins-extension): > Existing plugins can be overriden by placing code in `/src/extensions` or using global `register/bootstrap` hooks. Instructions in this documentatio...
114+
- [Plugins extension](https://docs.strapi.io/cms/plugins-development/plugins-extension): <Tldr>
115115
- [Server API for plugins](https://docs.strapi.io/cms/plugins-development/server-api): Strapi's Server API for plugins allows a Strapi plugin to customize the back end part (i.e. the server) of your application.
116116
- [Documentation plugin](https://docs.strapi.io/cms/plugins/documentation): By using Swagger UI, the API documentation plugin takes out most of your pain to generate your documentation.
117117
- [GraphQL plugin](https://docs.strapi.io/cms/plugins/graphql): Use a GraphQL endpoint in your Strapi project to fetch and mutate your content.

0 commit comments

Comments
 (0)