Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default extendConfig(
{ text: 'Releases', link: 'https://github.com/voidzero-dev/vite-plus/releases' },
{
text: 'Announcement',
link: 'https://voidzero.dev/posts/announcing-vite-plus-alpha',
link: 'https://voidzero.dev/posts/announcing-vite-plus-beta',
},
{
text: 'Contributing',
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/components/home/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<div class="flex flex-wrap items-center justify-center gap-5">
<a href="/guide" target="_self" class="button button--primary"> Get started </a>
<a
href="https://voidzero.dev/posts/announcing-vite-plus-alpha"
href="https://voidzero.dev/posts/announcing-vite-plus-beta"
target="_blank"
rel="noopener noreferrer"
class="button"
>
Read the Announcement
Read the Beta Announcement
</a>
<CopyPrompt />
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Use this page when something in Vite+ is not behaving the way you expect.

::: warning
Vite+ is still in alpha. We are making frequent changes, adding features quickly, and we want feedback to help make it great.
::: info
Vite+ is in beta: stable, but not yet complete. We are adding features on the road to 1.0 and prioritize community feedback, so please [reach out](#asking-for-help) if something does not work as expected.
:::

## Supported Tool Versions
Expand Down
Loading