Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling beta #1124

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 42 additions & 5 deletions pages/stack/beta-features.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,54 @@
---
title: Beta Features
description: Documentation covering Alt Da Mode, Custom Gas Token in the Beta Features section of the OP Stack ecosystem.
description: Documentation covering beta features of the OP Stack ecosystem, their benefits, and how to provide feedback.
brokewhale marked this conversation as resolved.
Show resolved Hide resolved
lang: en-US
---

import { Callout } from 'nextra/components'
import { Card, Cards } from 'nextra/components'

<Callout type="warning">
**Note:** All features listed here are currently in beta and under active development. Expect changes in functionality, design, and performance as we gather feedback and make improvements.
</Callout>

brokewhale marked this conversation as resolved.
Show resolved Hide resolved
# Beta Features

Documentation covering Alt Da Mode, Custom Gas Token in the Beta Features section of the OP Stack ecosystem.
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.

krofax marked this conversation as resolved.
Show resolved Hide resolved
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.

## What Are Beta Features?

brokewhale marked this conversation as resolved.
Show resolved Hide resolved
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.

## Benefits of Using Beta Features

brokewhale marked this conversation as resolved.
Show resolved Hide resolved
* **Early access**: Be among the first to use the latest innovations.
* **Influence Development**: Your feedback plays a critical role in helping us refine and optimize these features.
* **Enhanced Product Understanding**: Working with beta features can provide insights into the future direction of our product and how it will evolve.
krofax marked this conversation as resolved.
Show resolved Hide resolved
krofax marked this conversation as resolved.
Show resolved Hide resolved

## Key Considerations

When using beta features, please keep the following in mind:

* **Functionality May Vary**: Since these features are still under development, there may be occasional bugs or performance issues.
* **Limited Support**: Support for beta features may be limited, and these features are not recommended for critical production environments.
* **Continuous Updates**: Beta features will be updated frequently based on user feedback, which means they may undergo significant changes during the testing phase.

## How to Provide Feedback

Feedback from beta users helps improve and refine these features. Here's how to contribute:
brokewhale marked this conversation as resolved.
Show resolved Hide resolved

1. **Document Your Experience**: Take note of any issues, suggestions, or enhancements you'd like to see.
2. **Report Through Official Channels**: Submit feedback and bug report through the optimism [monorepo](https://github.com/ethereum-optimism/optimism/issues).
3. **Participate in Surveys**: Occasionally, we'll send surveys to beta users. Participating in these helps us prioritize improvements.
krofax marked this conversation as resolved.
Show resolved Hide resolved
## Available Beta Features

Explore our current beta features below. Each feature includes links to detailed documentation for setup, usage, and feedback guidelines.
brokewhale marked this conversation as resolved.
Show resolved Hide resolved

<Cards>
<Card title="Alt-DA Mode explainer" href="/stack/beta-features/alt-da-mode" />
<Card title="Alt-DA Mode" href="/stack/beta-features/alt-da-mode" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Custom Gas Token" href="/stack/beta-features/custom-gas-token" icon={<img src="/img/icons/shapes.svg" />} />

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

4 changes: 2 additions & 2 deletions pages/stack/beta-features/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"custom-gas-token": "Custom gas token",
"alt-da-mode": "Alt-DA Mode"
"custom-gas-token": "Custom gas token",
"alt-da-mode": "Alt-DA Mode"
}
Loading