Skip to content

Commit

Permalink
[docs] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 28, 2024
1 parent 0a480ea commit 4f793a1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 46 deletions.
11 changes: 0 additions & 11 deletions docs/data/base/getting-started/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ If you think you've found a bug, or you have a new feature idea:
- Please don't group multiple topics in one issue.
- Please don't comment "+1" on an issue. It spams the maintainers and doesn't help move the issue forward. Use GitHub reactions instead (👍).

### Bug reproductions

We require bug reports to be accompanied by a minimal reproduction.
It significantly increases the odds of fixing the problem.
You have a few options possible to provide it:

- You can browse the documentation, find an example close to your use case, and then open it in a live editor:
[![Forking an example](https://mui.com/static/docs/forking-an-example.png)](/base-ui/react-button/#introduction)

- You can use a starter React template to build a reproduction case with [JavaScript](https://mui.com/r/issue-template-js/) or [TypeScript](https://mui.com/r/issue-template-ts/).

## Stack Overflow

We use Stack Overflow for how-to questions. Answers are crowdsourced from expert developers in the Base UI community as well as Base UI maintainers.
Expand Down
11 changes: 0 additions & 11 deletions docs/data/joy/getting-started/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ If you think you've found a bug, or you have a new feature idea:
- Please don't group multiple topics in one issue.
- Please don't comment "+1" on an issue. It spams the maintainers and doesn't help move the issue forward. Use GitHub reactions instead (👍).

### Bug reproductions

We require bug reports to be accompanied by a minimal reproduction.
It significantly increases the odds of fixing the problem.
You have a few options possible to provide it:

- You can browse the documentation, find an example close to your use case, and then open it in a live editor:
[![Forking an example](https://mui.com/static/docs/forking-an-example.png)](/joy-ui/react-button/#basics)

- You can use a starter React template to build a reproduction case with [JavaScript](https://mui.com/r/issue-template-js/) or [TypeScript](https://mui.com/r/issue-template-ts/).

## Stack Overflow

We use Stack Overflow for how-to questions. Answers are crowdsourced from expert developers in the Joy UI community as well as Joy UI maintainers.
Expand Down
11 changes: 0 additions & 11 deletions docs/data/material/getting-started/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ If you think you've found a bug, or you have a new feature idea:
- Please don't group multiple topics in one issue.
- Please don't comment "+1" on an issue. It spams the maintainers and doesn't help move the issue forward. Use GitHub reactions instead (👍).

### Bug reproductions

We require bug reports to be accompanied by a minimal reproduction.
It significantly increases the odds of fixing the problem.
You have a few options possible to provide it:

- You can browse the documentation, find an example close to your use case, and then open it in a live editor:
[![Forking an example](https://mui.com/static/docs/forking-an-example.png)](/material-ui/react-button/#basic-button)

- You can use a starter React template to build a reproduction case with [JavaScript](https://mui.com/r/issue-template-js/) or [TypeScript](https://mui.com/r/issue-template-ts/).

## Stack Overflow

We use Stack Overflow for how-to questions. Answers are crowdsourced from expert developers in the Material UI community as well as Material UI maintainers.
Expand Down
11 changes: 0 additions & 11 deletions docs/data/system/getting-started/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ If you think you've found a bug, or you have a new feature idea:
- Please don't group multiple topics in one issue.
- Please don't comment "+1" on an issue. It spams the maintainers and doesn't help move the issue forward. Use GitHub reactions instead (👍).

### Bug reproductions

We require bug reports to be accompanied by a minimal reproduction.
It significantly increases the odds of fixing the problem.
You have a few options possible to provide it:

- You can browse the documentation, find an example close to your use case, and then open it in a live editor:
[![Forking an example](https://mui.com/static/docs/forking-an-example.png)](/system/borders/#additive)

- You can use a starter React template to build a reproduction case with [JavaScript](https://mui.com/r/issue-template-js/) or [TypeScript](https://mui.com/r/issue-template-ts/).

## Stack Overflow

We use Stack Overflow for how-to questions. Answers are crowdsourced from expert developers in the MUI System community as well as MUI System maintainers.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/mui-x-end-v6-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Use the following list to quickly access each component's issues:
- [Date and Time pickers](https://github.com/mui/mui-x/issues?q=is%3Aissue+is%3Aopen+label%3A%22component%3A+pickers%22+label%3A%22waiting+for+%F0%9F%91%8D%22)

Going forward, the next major version—v7—will be released in alpha and then beta between now and March 2024, at which point we'll bump it to a stable release.
At the same time, v6 will transition to [Long-Term Support](/versions/#long-term-support-lts), while support for v5 will be discontinued.
At the same time, v6 will transition to [long-term support](https://mui.com/x/introduction/support/#long-term-support-lts), while support for v5 will be discontinued.

## Give us feedback

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/mui-x-v6-alpha-zero.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We're establishing a one-year cycle for major versions, meaning the next major w
During v6 pre-releases, v5 will continue to be the official current major, and it will remain supported during this time.
However, we will only release new v5 versions as needed to patch bugs or add community contributions.

All new features and enhancements will go to v6, and after its first stable release, v5 will officially transition to [long-term support](https://mui.com/versions/#long-term-support-lts) status.
All new features and enhancements will go to v6, and after its first stable release, v5 will officially transition to [long-term support](https://mui.com/x/introduction/support/#long-term-support-lts) status.

## Where's the v6 documentation?

Expand Down

0 comments on commit 4f793a1

Please sign in to comment.