Skip to content

Commit

Permalink
fix: suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
brokewhale committed Nov 26, 2024
1 parent f209931 commit a5f2d57
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
43 changes: 26 additions & 17 deletions pages/stack/beta-features.mdx
Original file line number Diff line number Diff line change
@@ -1,54 +1,63 @@
---
title: Beta Features
description: Documentation covering beta features of the OP Stack ecosystem, their benefits, and how to provide feedback.
description: Learn how beta features in the OP Stack works, their benefits, and how to provide feedbacks.
lang: en-US
---
import { Callout } from 'nextra/components'
import { Card, Cards } from 'nextra/components'

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

# Beta Features

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

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?
## What are beta features?

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
## Benefits of using beta features

* **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.
- **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.

## 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.
- **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
## How to provide feedback

Feedback from beta users helps improve and refine these features. Here's how to contribute:

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.
## Available Beta Features

## Available beta features

Explore our current beta features below. Each feature includes links to detailed documentation for setup, usage, and feedback guidelines.

<Cards>
<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" />} />
{' '}

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

</Cards>

0 comments on commit a5f2d57

Please sign in to comment.