Skip to content

Commit 5d521cf

Browse files
authored
Merge pull request #1124 from ethereum-optimism/handling-beta
Handling beta
2 parents 7bccd10 + 100367d commit 5d521cf

File tree

3 files changed

+53
-7
lines changed

3 files changed

+53
-7
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

pages/stack/beta-features.mdx

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,63 @@
11
---
22
title: Beta Features
3-
description: Documentation covering Alt Da Mode, Custom Gas Token in the Beta Features section of the OP Stack ecosystem.
3+
description: Learn how beta features in the OP Stack work, their benefits, and how to provide feedback.
44
lang: en-US
55
---
66

7+
import { Callout } from 'nextra/components'
78
import { Card, Cards } from 'nextra/components'
89

10+
<Callout type="warning">
11+
Note: All features listed here are currently in beta and under active
12+
development. Expect changes in functionality, design, and performance as we
13+
gather feedback and make improvements.
14+
</Callout>
15+
916
# Beta Features
1017

11-
Documentation covering Alt Da Mode, Custom Gas Token in the Beta Features section of the OP Stack ecosystem.
18+
Welcome to the beta features overview. This section contains a list of the latest in-development features currently in the beta stage. Beta features are available for early access and feedback gathering, helping to refine and optimize these tools before a full release.
19+
20+
These features may undergo changes based on user feedback and ongoing improvements. The functionality and design may evolve. Explore the sections below for more information on individual beta features and participation in shaping their final release.
21+
22+
## What are beta features?
23+
24+
Beta features are early-stage functionalities available for testing and feedback. Access to beta features provides opportunities to try new tools and provide valuable input that directly influences their final versions.
25+
26+
## Benefits of using beta features
27+
28+
* **Early access**: Be among the first to use the latest innovations.
29+
* **Influence Development**: Your feedback plays a critical role in helping us refine and optimize these features.
30+
* **Enhanced Product Understanding**: Working with beta features can provide insights into the future direction of our product and how it will evolve.
31+
32+
## Key Considerations
33+
34+
When using beta features, please keep the following in mind:
35+
36+
* **Functionality May Vary**: Since these features are still under development, there may be occasional bugs or performance issues.
37+
* **Limited Support**: Support for beta features may be limited, and these features are not recommended for critical production environments.
38+
* **Continuous Updates**: Beta features will be updated frequently based on user feedback, which means they may undergo significant changes during the testing phase.
39+
40+
## How to provide feedback
41+
42+
Feedback from beta users helps improve and refine these features. Here's how to contribute:
43+
44+
1. **Document Your Experience**: Take note of any issues, suggestions, or enhancements you'd like to see.
45+
2. **Report Through Official Channels**: Submit feedback and bug report through the optimism [monorepo](https://github.com/ethereum-optimism/optimism/issues).
46+
3. **Participate in Surveys**: Occasionally, we'll send surveys to beta users. Participating in these helps us prioritize improvements.
47+
48+
## Available beta features
49+
50+
Explore our current beta features below. Each feature includes links to detailed documentation for setup, usage, and feedback guidelines.
1251

1352
<Cards>
14-
<Card title="Alt-DA Mode explainer" href="/stack/beta-features/alt-da-mode" />
53+
<Card title="Alt-DA Mode" href="/stack/beta-features/alt-da-mode" icon={<img src="/img/icons/shapes.svg" />} />
54+
55+
{' '}
56+
57+
<Card
58+
title="Custom Gas Token"
59+
href="/stack/beta-features/custom-gas-token"
60+
icon={<img src="/img/icons/shapes.svg" />}
61+
/>
1562

16-
<Card title="Custom Gas token explainer" href="/stack/beta-features/custom-gas-token" />
1763
</Cards>

pages/stack/beta-features/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"custom-gas-token": "Custom gas token",
3-
"alt-da-mode": "Alt-DA Mode"
2+
"custom-gas-token": "Custom gas token",
3+
"alt-da-mode": "Alt-DA Mode"
44
}

0 commit comments

Comments
 (0)