Skip to content

Commit 58460b0

Browse files
Merge pull request #743 from Mcastres/main
TypeScript support & Dark mode
2 parents 2f0eb47 + e2417af commit 58460b0

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

src/site/headless-cms/strapi.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opensource: "Yes"
77
typeofcms: "API Driven"
88
supportedgenerators:
99
- 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.
1111
images:
1212
- path: /img/cms/strapi-content-types-builder.png
1313
- path: /img/cms/strapi-content-manager.png
@@ -22,22 +22,22 @@ Get started with Strapi using yarn or npx:
2222
<br />
2323

2424
```bash
25-
yarn create strapi-app my-project --quickstart
25+
yarn create strapi-app my-project
2626
```
2727

2828
```bash
29-
npx create-strapi-app my-project --quickstart
29+
npx create-strapi-app my-project
3030
```
3131

3232
<br />
3333

34-
Try also one of our starters: [Gatsby catalog](https://github.com/strapi/strapi-starter-gatsby-catalog)[Gatsby blog](https://github.com/strapi/strapi-starter-gatsby-blog)[Nuxt.js blog](https://github.com/strapi/strapi-starter-nuxt-blog)[Next.js blog](https://github.com/strapi/strapi-starter-next-blog)[Next.js corporate](https://github.com/strapi/strapi-starter-next-corporate)[Gatsby corporate](https://github.com/strapi/strapi-starter-gatsby-corporate)[Gridsome portfolio](https://github.com/strapi/strapi-starter-gridsome-portfolio)[Nuxt.js e-commerce](https://github.com/strapi/strapi-starter-nuxt-e-commerce)[Next.js e-commerce](https://github.com/strapi/strapi-starter-next-ecommerce)[Gridsome blog](https://github.com/strapi/strapi-starter-gridsome-blog)
34+
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)
3535

3636
<br />
3737

3838
## Features overview
3939

40-
### Developer
40+
### For Developers
4141

4242
<br />
4343

@@ -46,9 +46,11 @@ Try also one of our starters: [Gatsby catalog](https://github.com/strapi/strapi-
4646
**100% Javascript** One language fits all. Use JavaScript from front to back.<br />
4747
**Webhooks** Call back anywhere you need, to get the functionality you want, out of the box with our API.<br />
4848
**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 />
5052

51-
### User
53+
### For Users
5254

5355
<br />
5456

@@ -68,6 +70,11 @@ Try also one of our starters: [Gatsby catalog](https://github.com/strapi/strapi-
6870
[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 />
6971
[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 />
7072
[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.
77+
<br />
7178

7279
## Resources
7380

66.9 KB
Loading
15.4 KB
Loading

0 commit comments

Comments
 (0)