Skip to content

Commit 6af655d

Browse files
committed
tweaks for preview launch
1 parent 86e4db0 commit 6af655d

File tree

8 files changed

+20
-62
lines changed

8 files changed

+20
-62
lines changed

src/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ const nav = [
3838
items: [
3939
{ text: 'Partners', link: '/ecosystem/partners' },
4040
{ text: 'Themes', link: '/ecosystem/themes' },
41-
{ text: 'Video Courses', link: '/ecosystem/video-courses' },
4241
{ text: 'Jobs', link: 'https://vuejobs.com/?ref=vuejs' },
43-
{ text: 'T-Shirt Shop', link: 'https://vue.threadless.com/' }
42+
{ text: 'T-Shirt Shop', link: 'https://vue.threadless.com/' },
43+
// { text: 'Video Courses', link: '/ecosystem/video-courses' },
4444
// TODO should start a separate branch for Vue 3?
4545
// {
4646
// text: 'Awesome Vue',

src/about/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Frequently Asked Questions
22

3-
## What license does Vue use?
4-
5-
Vue is a free and open source project released under the [MIT License](https://opensource.org/licenses/MIT).
6-
73
## Who maintains Vue?
84

9-
Vue is an independent, community-driven project. It was created by [Evan You](https://twitter.com/youyuxi) in 2014 as a personal side project. Today, Vue is actively maintained by [a team of both full-time and volunteer members from all around the world](/about/team), where Evan serves as the project lead.
5+
Vue is an independent, community-driven project. It was created by [Evan You](https://twitter.com/youyuxi) in 2014 as a personal side project. Today, Vue is actively maintained by [a team of both full-time and volunteer members from all around the world](/about/team), where Evan serves as the project lead. You can learn more about the story of Vue in this [documentary](https://www.youtube.com/watch?v=OrxmtDw4pVI).
106

117
Vue's development is primarily funded through sponsorships and we have been financially sustainable since 2016. If you or your business benefit from Vue, consider [sponsoring us](/sponsor/) to support Vue's development!
128

9+
## What license does Vue use?
10+
11+
Vue is a free and open source project released under the [MIT License](https://opensource.org/licenses/MIT).
12+
1313
## What browsers does Vue support?
1414

1515
The latest version of Vue (3.x) only supports [browsers with native ES2015 support](https://caniuse.com/es6). This excludes IE11. Vue 3.x uses ES2015 features that cannot be polyfilled in legacy browsers, so if you need to support legacy browsers, you will need to use Vue 2.x instead.

src/about/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Releases
1+
# Releases <Badge text="WIP" />
22

33
## Release Notes
44

src/api/application.md

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

33
## createApp()
44

5-
// TODO rework this
6-
// TODO document that you can pass props to the root component
5+
<!--
6+
TODO rework this
7+
TODO document that you can pass props to the root component
8+
-->
79

810
In Vue 3, APIs that globally mutate Vue's behavior are now moved to application instances created by the new `createApp` method. In addition, their effects are now scoped to that specific application's instance:
911

src/api/sfc-script-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const emit = defineEmits<{
263263
- A type literal
264264
- A reference to an interface or a type literal in the same file
265265

266-
Currently complex types and type imports from other files are not supported. It is theoretically possible to support type imports in the future.
266+
Currently complex types and type imports from other files are not supported. It is possible to support type imports in the future.
267267

268268
### Default props values when using type declaration
269269

src/sponsor/index.md

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,12 @@
11
---
2-
supportvue: true
32
sidebar: false
43
aside: false
54
---
65

7-
# Sponsor Vue.js Development
6+
# Sponsorships <Badge text="WIP" />
87

98
Vue.js is an MIT licensed open source project and completely free to use.
10-
However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support Vue.js development via the following methods:
11-
12-
## One-time Donations
13-
14-
We accept donations through these channels:
15-
16-
<!-- <support-Coins /> -->
17-
18-
## Recurring Pledges
19-
20-
Recurring pledges come with exclusive perks, e.g. having your name listed in the Vue GitHub repository, or have your company logo placed on this website.
21-
22-
- [Become a backer or sponsor via Patreon](https://www.patreon.com/evanyou) (goes directly to support Evan You's full-time work on Vue)
23-
- [Become a backer or sponsor via OpenCollective](https://opencollective.com/vuejs) (goes into a fund with transparent expense models supporting community efforts and events)
24-
25-
## Current Premium Sponsors
26-
27-
### Special Sponsors
28-
29-
<!-- <support-SponsorGroup group="special_sponsors" class="platinum" /> -->
30-
31-
### Platinum
32-
33-
<!-- <support-SponsorGroup group="platinum_sponsors" class="platinum" /> -->
34-
35-
### OpenCollective Platinum
36-
37-
<!-- <support-OpenCollectiveGroup group="platinum" /> -->
38-
39-
### Special Sponsors (China)
40-
41-
<!-- <support-SponsorGroup group="platinum_sponsors_china" class="platinum" /> -->
42-
43-
### Patreon Gold
44-
45-
<!-- <support-SponsorGroup group="gold_sponsors" class="patreon-sponsors sponsor-section" /> -->
46-
47-
### OpenCollective Gold
48-
49-
<!-- <support-OpenCollectiveGroup group="gold" /> -->
50-
51-
### Patreon Silver
52-
53-
<!-- <support-SponsorGroup group="silver_sponsors" class="patreon-sponsors sponsor-section" /> -->
54-
55-
### OpenCollective Silver
56-
57-
<!-- <support-OpenCollectiveGroup group="silver" /> -->
9+
However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
5810

5911
If you run a business and are using Vue in a revenue-generating product, it makes business sense to sponsor Vue development: **it ensures the project that your product relies on stays healthy and actively maintained.** It can also help your exposure in the Vue community and makes it easier to attract Vue developers.
6012

src/translations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aside: false
33
---
44

5-
# Translations
5+
# Translations <Badge text="WIP" />
66

77
The Vue documentation is available in the following languages:
88

src/tutorial/src/step-1/description.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:::tip WIP
2+
The tutorial is currently work in progress. Check back later!
3+
:::
4+
15
# Adding Data
26

37
For now, our component renders some static data. Try to change a number 3 in the code to something different to see how the rendered result changes.

0 commit comments

Comments
 (0)