Skip to content

Commit b0b0b01

Browse files
committed
Update: Strapi page
1 parent e2417af commit b0b0b01

1 file changed

Lines changed: 28 additions & 29 deletions

File tree

src/site/headless-cms/strapi.md

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,63 +17,62 @@ images:
1717

1818
## Get started
1919

20-
Get started with Strapi using yarn or npx:
20+
Get started with Strapi:
2121

2222
<br />
2323

24-
```bash
25-
yarn create strapi-app my-project
26-
```
27-
28-
```bash
29-
npx create-strapi-app my-project
24+
```sh
25+
npx create-strapi-app@latest <my project>
3026
```
3127

3228
<br />
3329

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)
30+
Request a free [demo](https://strapi.io/demo)
3531

3632
<br />
3733

38-
## Features overview
34+
## Product overview
3935

4036
### For Developers
4137

4238
<br />
4339

44-
**Multi-databases support** SQLite, MySQL, Postgres are supported, you just have to pick one of your choice.<br />
45-
**GraphQL or RESTful** Consume the API from any client (React, Vue, Angular), mobile apps or even IoT, using REST or GraphQL.<br />
46-
**100% Javascript** One language fits all. Use JavaScript from front to back.<br />
47-
**Webhooks** Call back anywhere you need, to get the functionality you want, out of the box with our API.<br />
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
40+
- **Multi-databases support**: SQLite, MySQL, Postgres are supported, you just have to pick one of your choice.<br />
41+
- **GraphQL or RESTful**: Consume the API from any client (React, Vue, Angular), mobile apps or even IoT, using REST or GraphQL.<br />
42+
- **100% Javascript**: One language fits all. Use JavaScript from front to back.<br />
43+
- **Webhooks**: Call back anywhere you need, to get the functionality you want, out of the box with our API.<br />
44+
- **Auto-generated documentation**: Write and maintain the documentation with a one-click integration.<br />
45+
- **Authentication & Permissions**: Secure your endpoints by allowing or not allowing users to
5046
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 />
47+
- **API Token v2 (NEW)**: Improved token-based authentication with custom permissions.<br />
48+
- **Custom Fields (NEW)**: Extend Strapi’s capabilities by allow users to add new fields to content types for a better content edition experience (nicer display,
49+
enriched data, more actions, etc).<br />
50+
- **TypeScript support (NEW)**: 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 />
5251

5352
### For Users
5453

5554
<br />
5655

57-
**An intuitive, minimal editor** The editor allows you to pull in dynamic blocks of content. It’s 100% open-source, and it’s fully extensible.<br />
58-
**Media Library** Upload images, video or any files and crop and optimize their sizes, without quality loss.<br />
59-
**Flexible content management** Build any type of category, section, format or flow to adapt to your needs. <br />
60-
**Sort and Filter** Built-in sorting and filtering: you can manage thousands of entries without effort.<br />
61-
**User-friendly interface** The most user-friendly open-source interface on the market.<br />
62-
**SEO optimized** Easily manage your SEO metadata with a repeatable field and use our Media Library to add captions, notes, and custom filenames to optimize the SEO of media assets.<br /><br />
56+
- **An intuitive, minimal editor**: The editor allows you to pull in dynamic blocks of content. It’s 100% open-source, and it’s fully extensible.<br />
57+
- **Media Library**: Upload images, video or any files and crop and optimize their sizes, without quality loss.<br />
58+
- **Flexible content management**: Build any type of category, section, format or flow to adapt to your needs. <br />
59+
- **Sort and Filter**: Built-in sorting and filtering: you can manage thousands of entries without effort.<br />
60+
- **User-friendly interface**: The most user-friendly open-source interface on the market.<br />
61+
- **SEO optimized**: Easily manage your SEO metadata with a repeatable field and use our Media Library to add captions, notes, and custom filenames to optimize the SEO of media assets.<br /><br />
6362

6463
### Global
6564

6665
<br />
6766

68-
[Customizable API](https://strapi.io/features/customizable-api): Automatically build out the schema, models, controllers for your API from the editor. Get REST or GraphQL API out of the box without writing a single line of code.<br />
69-
[Media Library](https://strapi.io/features/media-library): The media library allows you to store your images, videos and files in your Strapi admin panel with many ways to visualize and manage them.<br />
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 />
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 />
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...
67+
- [Customizable API](https://strapi.io/features/customizable-api): Automatically build out the schema, models, controllers for your API from the editor. Get REST or GraphQL API out of the box without writing a single line of code.<br />
68+
- [Media Library](https://strapi.io/features/media-library): The media library allows you to store your images, videos and files in your Strapi admin panel with many ways to visualize and manage them.<br />
69+
- [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 />
70+
- [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 />
71+
- [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...
7372
<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.
73+
- [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.
7574
<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.
75+
- [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.
7776
<br />
7877

7978
## Resources

0 commit comments

Comments
 (0)