Skip to content

Commit 636ff84

Browse files
Merge branch 'master' of github.com:vuejs/docs-next
2 parents 8857502 + 7333805 commit 636ff84

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Note
1+
# ⚠️⚠️⚠️ DISCLAIMER ⚠️⚠️⚠️:
22

3-
Thanks for your interest in submitting a PR! At this time, because the docs are in beta, the team is currently in the midst of changes and we are not ready for additional contributions yet.
3+
Thanks for your interest in submitting a PR! At this time, because the docs are in beta, the team is currently in the midst of changes. As a result, **we are not ready for additional contributions yet**.
44

5-
To bring your issue to the team's attention though, we would recommend [creating an issue](https://github.com/vuejs/docs-next/issues/new) and we'll get to it when we can.
5+
## How can I provide feedback?
6+
7+
To be respectful of your time and ideas, **please [create an issue](https://github.com/vuejs/docs-next/issues/new) instead of a pull request**. Otherwise, we will have to simply close your pull request at this time.
68

79
Thanks for your understanding!

src/.vuepress/config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ const sidebar = {
4141
'/guide/transitions-state'
4242
]
4343
},
44-
{
45-
title: 'Internals',
46-
collapsable: false,
47-
children: [
48-
'/guide/reactivity',
49-
'/guide/optimizations',
50-
'/guide/change-detection'
51-
]
52-
},
5344
{
5445
title: 'Reusability & Composition',
5546
collapsable: false,
@@ -108,7 +99,7 @@ const sidebar = {
10899
]
109100
},
110101
{
111-
title: 'Migration to Vue 3',
102+
title: 'Migration from Vue 2',
112103
collapsable: true,
113104
children: [
114105
'migration/introduction',

src/api/application-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const app = createApp({})
5656
app.config = {...}
5757
```
5858

59-
- **See also:** [Global Config Properties](./global-config.html)
59+
- **See also:** [Application Config](./application-config.html)
6060

6161
## directive
6262

0 commit comments

Comments
 (0)