You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
-
# vuejs.org next
1
+
# v3.vuejs.org
2
2
3
-
This repo contains the code for the future VuePress version of the vuejs.org docs. A continuously deployed live preview is available at https://vue-docs-next-preview.netlify.com/.
3
+
This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is written in Markdown format located in `src`.
4
4
5
-
## Getting Setup
5
+
## Writing
6
+
7
+
See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation.
8
+
9
+
> The docs are in beta: The team is currently in the midst of changes and we are not ready for additional contributions yet. All content is subject to change. If you see a problem that you would like to bring to our attention, please [create an issue](https://github.com/vuejs/docs-next/issues/new) and we will get to it when we can. You may want to wait until the content is finalized, though.
10
+
11
+
## Developing
6
12
7
13
1. Clone repository
8
14
@@ -21,3 +27,7 @@ yarn # or npm install
21
27
```bash
22
28
yarn serve
23
29
```
30
+
31
+
## Deploying
32
+
33
+
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).
0 commit comments