From 35c3be2ce4b1926581d77cc69236a795efe86118 Mon Sep 17 00:00:00 2001 From: ota Date: Thu, 17 Sep 2020 09:47:11 +0900 Subject: [PATCH 1/3] Update documentations --- README.md | 8 --- docs/.vuepress/theme/index.js | 3 - docs/.vuepress/theme/layouts/Layout.vue | 77 ------------------------- docs/README.md | 4 ++ docs/user-guide/README.md | 33 +++++++++-- package.json | 3 - 6 files changed, 33 insertions(+), 95 deletions(-) delete mode 100644 docs/.vuepress/theme/index.js delete mode 100644 docs/.vuepress/theme/layouts/Layout.vue diff --git a/README.md b/README.md index 52fb216ef..c34728c49 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,6 @@ See [the official website](https://eslint.vuejs.org). -> :exclamation: Attention - this is documentation for version `7.x` :exclamation: -> -> This branch contains `eslint-plugin-vue@next` which is a pre-released `7.0`, but it's not the default version that you get with `npm install eslint-plugin-vue`. In order to install this you need to specify either `"eslint-plugin-vue": "next"` in `package.json` or do `npm install eslint-plugin-vue@next`. -> -> Please try it and report any issues that you might have encountered. -> -> If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases). - ## :anchor: Versioning Policy This plugin is following [Semantic Versioning](https://semver.org/) and [ESLint's Semantic Versioning Policy](https://github.com/eslint/eslint#semantic-versioning-policy). diff --git a/docs/.vuepress/theme/index.js b/docs/.vuepress/theme/index.js deleted file mode 100644 index b91b8a576..000000000 --- a/docs/.vuepress/theme/index.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - extend: '@vuepress/theme-default' -} diff --git a/docs/.vuepress/theme/layouts/Layout.vue b/docs/.vuepress/theme/layouts/Layout.vue deleted file mode 100644 index 43b5ad685..000000000 --- a/docs/.vuepress/theme/layouts/Layout.vue +++ /dev/null @@ -1,77 +0,0 @@ - - - - - diff --git a/docs/README.md b/docs/README.md index 8bb745619..fe739cc26 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,6 +14,10 @@ This plugin allows us to check the `