You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add DebugComponent * Add first skeleton of AiToolbar component and its logic * Add Copy Markdown button logic and style and test it on CMS intro page * Improve button styles * Swizzle heading component to include AiToolbar in all h1s * Add LLMs buttons * Fix dark mode * Remove Copy Markdown button from secondary TOC * Remove LLM txt files from footer * Move AiToolbar to left * Add special hook to ensure badges are displayed before AiToolbar * Add missing h1s to some pages so that the AiToolbar is displayed, because it's part of headings * Fix margin around badges container * Add description to hook * Update tip in CMS intro. page
Copy file name to clipboardExpand all lines: docusaurus/docs/cloud/getting-started/cloud-fundamentals.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ tags:
8
8
- concepts
9
9
---
10
10
11
-
# Strapi Cloud fundamentals <UpdatedBadge />
11
+
# Strapi Cloud fundamentals
12
12
13
13
Before going any further into this Strapi Cloud documentation, we recommend you to acknowledge the main concepts below. They will help you to understand how Strapi Cloud works, and ensure a smooth Strapi Cloud experience.
Copy file name to clipboardExpand all lines: docusaurus/docs/cms/admin-panel-customization/bundlers.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ tags:
13
13
14
14
import FeedbackCallout from '/docs/snippets/backend-customization-feedback-cta.md'
15
15
16
+
# Admin panel bundlers
17
+
16
18
Strapi's [admin panel](/cms/admin-panel-customization) is a React-based single-page application that encapsulates all the features and installed plugins of a Strapi application. 2 different bundlers can be used with your Strapi 5 application, [Vite](#vite) (the default one) and [webpack](#webpack). Both bundlers can be configured to suit your needs.
There are 2 Strapi documentations, one for each Strapi product:
19
-
20
-
- <Icon name="feather" /> The **CMS documentation**, that you're currently reading, which contains all the information related to a Strapi 5 project (installation, setup, deployment, content management in admin panel, etc).
21
-
- <Icon name="cloud" /> The **[Cloud documentation](/cloud/intro)**, which is about deploying your Strapi application to Strapi Cloud and managing your Strapi Cloud projects and settings.
22
-
23
-
</SubtleCallout>
24
-
-->
25
-
26
15
The Strapi CMS documentation focuses on Strapi 5 and will take you through the complete journey of your Strapi 5 project. From the technical information related to the setup, advanced usage, customization and update of your project, to the management of the admin panel and its content and users.
27
16
28
17
<ThemedImage
@@ -66,7 +55,7 @@ The table of content of the Strapi CMS documentation displays 7 main sections in
66
55
- If you prefer learning more about Strapi while looking at the project code structure, you can use the interactive [project structure](/cms/project-structure) page.
67
56
- If demos are more your thing, feel free to watch the <ExternalLinkto="https://youtu.be/zd0_S_FPzKg"text="video demo"/>, or you can request a <ExternalLinkto="https://strapi.io/demo"text="live demo"/>.
68
57
- Try our AI assistant: Click or tap the **Ask AI** button and ask your questions using natural language. Watch it answer you in real time, then read recommended sources for more details.
69
-
- To help you integrate Strapi Docs with your favorite AI models, you can use the **Copy Markdown** button or visit the [`llms.txt`](/llms.txt) and [`llms-full.txt`](/llms-full.txt) pages.
58
+
- To help you integrate Strapi Docs with your favorite AI models, you can use the dropdown at the top of each page to **Copy Markdown** or visit the [`llms.txt`](/llms.txt) and [`llms-full.txt`](/llms-full.txt) pages.
0 commit comments