diff --git a/.gitignore b/.gitignore
index b5ec4b0a..65cdb1a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
node_modules
.DS_Store
-_book
-test
+.idea
+docs/.vuepress/dist
diff --git a/CNAME b/CNAME
deleted file mode 100644
index 87b98a28..00000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-ssr.vuejs.org
diff --git a/LANGS.md b/LANGS.md
deleted file mode 100644
index 5f855067..00000000
--- a/LANGS.md
+++ /dev/null
@@ -1,6 +0,0 @@
-* [English](en/)
-* [Français](fr/)
-* [中文](zh/)
-* [Русский](ru/)
-* [한국어 (Korean)](ko/)
-* [日本語](ja/)
diff --git a/README.md b/README.md
index 8dcba747..5daa6440 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,14 @@
-# vue-ssr-docs
+# vue2-ssr-docs
-Comprehensive guide for SSR (Server-Side Rendering) in Vue.js. Live at [ssr.vuejs.org](https://ssr.vuejs.org).
+Comprehensive guide for SSR (Server-Side Rendering) in Vue 2. Live at [v2.ssr.vuejs.org](https://v2.ssr.vuejs.org).
-## Development
+The latest SSR guide for Vue 3, see [Vue 3 docs](https://vuejs.org/guide/scaling-up/ssr.html).
-``` bash
-# install gitbook CLI
-npm install gitbook-cli -g
+## Development
-# install local plugins
-npm install
+This site is powered by [VuePress](https://vuepress.vuejs.org/).
-# serve
-npm run dev
+```bash
+yarn
+yarn dev
```
-
-## Contribute
-
-[gl]: https://gitlocalize.com
-[gl-help]: https://docs.gitlocalize.com/
-[gl-issue-tracker]: https://github.com/gitlocalize/feedback
-[gl-repo]: https://gitlocalize.com/repo/101
-
-### Translation
-
-We are useing with a translation tool called [GitLocalize][gl] and follow the steps to get started with your contribution:
-
-1. Go to [GitLocalize's vuejs/vue-ssr-docs repository][gl-repo].
-1. Sign up using your GitHub account :octocat:.
-1. Find the document you are going to translate.
-1. Happy translating :sparkles: .
-1. When you are done, send the translation for reviews.
-1. Reviewed translation will be sent as a Pull Request to GitHub by language admin in the community.
-
-To learn more about how GitLocalize works, visit their [help page][gl-help]. If you find any issues or feature requests, please file them in [GitLocalize's issue tracker][gl-issue-tracker].
-
diff --git a/book.json b/book.json
deleted file mode 100644
index 82401655..00000000
--- a/book.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "gitbook": ">3.0.0",
- "plugins": ["edit-link", "theme-vuejs", "-fontsettings", "github"],
- "pluginsConfig": {
- "edit-link": {
- "base": "https://github.com/vuejs/vue-ssr-docs/edit/master/",
- "label": "Edit This Page"
- },
- "github": {
- "url": "https://github.com/vuejs/vue-ssr-docs/"
- }
- },
- "links": {
- "sharing": {
- "facebook": false,
- "twitter": false
- }
- }
-}
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100644
index 2f726c92..00000000
--- a/deploy.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-rm -rf _book
-gitbook install
-gitbook build
-mkdir _book
-cp CNAME _book/CNAME
-cd _book
-git init
-git add -A
-git commit -m 'update book'
-git push -f git@github.com:vuejs/vue-ssr-docs.git master:gh-pages
diff --git a/fr/README.md b/docs-gitbook/fr/README.md
similarity index 100%
rename from fr/README.md
rename to docs-gitbook/fr/README.md
diff --git a/fr/api.md b/docs-gitbook/fr/api.md
similarity index 100%
rename from fr/api.md
rename to docs-gitbook/fr/api.md
diff --git a/fr/basic.md b/docs-gitbook/fr/basic.md
similarity index 100%
rename from fr/basic.md
rename to docs-gitbook/fr/basic.md
diff --git a/fr/build-config.md b/docs-gitbook/fr/build-config.md
similarity index 99%
rename from fr/build-config.md
rename to docs-gitbook/fr/build-config.md
index 857ada91..6a9dd640 100644
--- a/fr/build-config.md
+++ b/docs-gitbook/fr/build-config.md
@@ -143,7 +143,7 @@ Avec cette mise en place, votre rendu HTML côté serveur pour un build avec sci