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
Copy file name to clipboardExpand all lines: src/site/headless-cms/strapi.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ opensource: "Yes"
7
7
typeofcms: "API Driven"
8
8
supportedgenerators:
9
9
- All
10
-
description: Strapi is the leading open-source headless CMS. It’s 100% Javascript, fully customizable and developer-first. It saves API development time through a beautiful admin panel anyone can use.
10
+
description: Strapi is the leading open-source headless CMS. It’s 100% Javascript, fully customizable, support TypeScript and developer-first. It saves API development time through a beautiful admin panel anyone can use.
11
11
images:
12
12
- path: /img/cms/strapi-content-types-builder.png
13
13
- path: /img/cms/strapi-content-manager.png
@@ -22,22 +22,22 @@ Get started with Strapi using yarn or npx:
Try also one of our [starters](https://github.com/strapi/starters-and-templates/tree/main/packages/starters) or [templates](https://github.com/strapi/starters-and-templates/tree/main/packages/templates)
35
35
36
36
<br />
37
37
38
38
## Features overview
39
39
40
-
### Developer
40
+
### For Developers
41
41
42
42
<br />
43
43
@@ -46,9 +46,11 @@ Try also one of our starters: [Gatsby catalog](https://github.com/strapi/strapi-
46
46
**100% Javascript** One language fits all. Use JavaScript from front to back.<br />
47
47
**Webhooks** Call back anywhere you need, to get the functionality you want, out of the box with our API.<br />
48
48
**Auto-generated documentation** Write and maintain the documentation with a one-click integration.<br />
49
-
**Authentication & Permissions** Secure your endpoints by allowing or not allowing users to access your API by roles.<br /><br />
49
+
**Authentication & Permissions** Secure your endpoints by allowing or not allowing users to
50
+
access your API by roles.<br />
51
+
**TypeScript support** As developer, you will now be able to create and write lines of code using TypeScript files. All these files will be automatically compiled during the development phase.<br /><br />
50
52
51
-
### User
53
+
### For Users
52
54
53
55
<br />
54
56
@@ -68,6 +70,11 @@ Try also one of our starters: [Gatsby catalog](https://github.com/strapi/strapi-
68
70
[Role-Based Access Control (RBAC)](https://strapi.io/features/custom-roles-and-permissions): Role-Based Access Control is a feature available in the Administration Panel settings that let your team members have access rights only to the information they need.<br />
69
71
[Internationalization (i18n)](https://strapi.io/features/internationalization): Internationalization (i18n) lets you create many content versions, also called locales, in different languages and for different countries.<br />
70
72
[SSO (Enterprise)](https://strapi.io/blog/v3-5-sentry-plugin-sso-authentication): SSO authentication feature for the Strapi admin panel, which lets enterprises connect Strapi to their authentication providers and protocols such as Active Directory, Okta, Auth0, Keycloak, OAuth etc...
73
+
<br />
74
+
[Dark Mode](https://strapi.io/blog/strapiconf-2022-announcements-recap): You will be able to easily switch between the dark and the light mode through the user profile section in the administration panel.
75
+
<br />
76
+
[In-app marketplace](https://strapi.io/blog/strapiconf-2022-announcements-recap): Everything you love about the marketplace directly in Strapi. Now you can find all the plugins you need right in the app.
0 commit comments