Skip to content

Commit 410a38e

Browse files
authored
Merge branch 'main' into fix/custom-vp-home-broken
2 parents db7166a + ff5ad75 commit 410a38e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default extendConfig(
154154
{ text: 'Releases', link: 'https://github.com/voidzero-dev/vite-plus/releases' },
155155
{
156156
text: 'Announcement',
157-
link: 'https://voidzero.dev/posts/announcing-vite-plus-alpha',
157+
link: 'https://voidzero.dev/posts/announcing-vite-plus-beta',
158158
},
159159
{
160160
text: 'Contributing',

docs/.vitepress/theme/components/home/Hero.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<div class="flex flex-wrap items-center justify-center gap-5">
1616
<a href="/guide" target="_self" class="button button--primary"> Get started </a>
1717
<a
18-
href="https://voidzero.dev/posts/announcing-vite-plus-alpha"
18+
href="https://voidzero.dev/posts/announcing-vite-plus-beta"
1919
target="_blank"
2020
rel="noopener noreferrer"
2121
class="button"
2222
>
23-
Read the Announcement
23+
Read the Beta Announcement
2424
</a>
2525
<CopyPrompt />
2626
</div>

docs/guide/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

5-
::: warning
6-
Vite+ is still in alpha. We are making frequent changes, adding features quickly, and we want feedback to help make it great.
5+
::: info
6+
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.
77
:::
88

99
## Supported Tool Versions

0 commit comments

Comments
 (0)