Skip to content

Commit

Permalink
Remove mentions of beta and future flags (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Dec 18, 2024
1 parent 805f1cf commit 45d2c6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docusaurus/docs/dev-docs/configurations/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ Developers can use the following APIs to interact with future flags:
## Available future flags

There are currently no available future flags. This section will be updated once new experimental features are available for testing.

<!--
The following future flags are currently available and can be used in the `future` object of the `config/features` configuration file:
| Property name | Related feature | Suggested environment variable name |
| ----------------- | -------------------------------------------- | ----------------------------------------- |
| `preview` | [Preview](/user-docs/content-manager/previewing-content) | `STRAPI_FUTURE_PREVIEW` |
| `preview` | [Preview](/user-docs/content-manager/previewing-content) | `STRAPI_FUTURE_PREVIEW` | -->
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- configuration
---

# Setting up the Preview feature <BetaBadge /> <FutureBadge />
# Setting up the Preview feature

Strapi's Preview feature enables previewing content in a frontend application directly from the Strapi admin panel.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- preview
---

# Previewing content <BetaBadge /> <FutureBadge />
# Previewing content

With the Preview feature, you can preview your front end application directly from Strapi's admin panel. This is helpful to see how updates to your content in the Edit View of the Content Manager will affect the final result.

Expand All @@ -22,7 +22,6 @@ With the Preview feature, you can preview your front end application directly fr

:::prerequisites
- The Strapi admin panel user should have read permissions for the content-type.
- While the Preview feature is in beta, it should be enabled with the `future.preview` feature flag set to `true` in `config/features` (see [Developer Docs](/dev-docs/configurations/features)).
- The Preview feature should be configured in the code of the `config/admin` file (see [Developer Docs](/dev-docs/preview)).
- A front-end application should already be created and running so you can preview it.
:::
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const sidebars = {
'dev-docs/configurations/cron',
'dev-docs/configurations/environment',
'dev-docs/configurations/sso',
'dev-docs/configurations/features',
// 'dev-docs/configurations/features',
'dev-docs/configurations/guides/rbac',
'dev-docs/configurations/guides/public-assets',
'dev-docs/configurations/guides/access-cast-environment-variables',
Expand Down

0 comments on commit 45d2c6d

Please # to comment.