Skip to content

Commit 45d2c6d

Browse files
authored
Remove mentions of beta and future flags (#2325)
1 parent 805f1cf commit 45d2c6d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

docusaurus/docs/dev-docs/configurations/features.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Developers can use the following APIs to interact with future flags:
108108
## Available future flags
109109

110110
There are currently no available future flags. This section will be updated once new experimental features are available for testing.
111-
111+
<!--
112112
The following future flags are currently available and can be used in the `future` object of the `config/features` configuration file:
113113
114114
| Property name | Related feature | Suggested environment variable name |
115115
| ----------------- | -------------------------------------------- | ----------------------------------------- |
116-
| `preview` | [Preview](/user-docs/content-manager/previewing-content) | `STRAPI_FUTURE_PREVIEW` |
116+
| `preview` | [Preview](/user-docs/content-manager/previewing-content) | `STRAPI_FUTURE_PREVIEW` | -->

docusaurus/docs/dev-docs/preview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- configuration
99
---
1010

11-
# Setting up the Preview feature <BetaBadge /> <FutureBadge />
11+
# Setting up the Preview feature
1212

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

docusaurus/docs/user-docs/content-manager/previewing-content.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- preview
88
---
99

10-
# Previewing content <BetaBadge /> <FutureBadge />
10+
# Previewing content
1111

1212
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.
1313

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

2323
:::prerequisites
2424
- The Strapi admin panel user should have read permissions for the content-type.
25-
- 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)).
2625
- The Preview feature should be configured in the code of the `config/admin` file (see [Developer Docs](/dev-docs/preview)).
2726
- A front-end application should already be created and running so you can preview it.
2827
:::

docusaurus/sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const sidebars = {
100100
'dev-docs/configurations/cron',
101101
'dev-docs/configurations/environment',
102102
'dev-docs/configurations/sso',
103-
'dev-docs/configurations/features',
103+
// 'dev-docs/configurations/features',
104104
'dev-docs/configurations/guides/rbac',
105105
'dev-docs/configurations/guides/public-assets',
106106
'dev-docs/configurations/guides/access-cast-environment-variables',

0 commit comments

Comments
 (0)