diff --git a/.all-contributorsrc b/.all-contributorsrc index 66220cedc1..96b3fabc73 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -87,6 +87,14 @@ "doc" ] }, + { + "login": "meteorlxy", + "name": "meteorlxy", + "avatar_url": "https://avatars0.githubusercontent.com/u/18205362?s=400&v=4", + "contributions": [ + "code" + ] + }, { "login": "sobolevn", "name": "Nikita Sobolev", diff --git a/README.md b/README.md index e38085ee4f..ac08ae5e33 100644 --- a/README.md +++ b/README.md @@ -5,37 +5,28 @@

- Downloads + Downloads Version License VuePress channel on Discord

-

Supporting VuePress

- -Maintaining and developing new features to VuePress takes a considerable amount of time (if you know that Gastby's team is a company), and I am currently exploring the possibility of working on VuePress fulltime. - -- [Sponsor ULIVZ on Patreon](https://www.patreon.com/ulivz) -- [Sponsor Vue.js](https://vuejs.org/support-vuejs) - -> "VuePress is much more than that." —— ULIVZ - ## Install ```bash yarn add vuepress -D ``` +## Documentation + +Check out our docs at https://vuepress.vuejs.org/. + ## Showcase - [Awesome VuePress](https://github.com/ulivz/awesome-vuepress) - [vuepress.gallery](https://vuepress.gallery) (by [@vicbergquist](https://twitter.com/vicbergquist)) - [vuepress.tools](https://vuepress.tools/) (By [Ahmad Mostafa](https://ahmadmostafa.com)) -## Documentation - -Docs are available at https://vuepress.vuejs.org/ - we are still working on refining it and contributions are welcome! - ## Contribution Want to contribute? Check our [issues for beginners](https://github.com/vuejs/vuepress/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)! @@ -71,11 +62,14 @@ If you have a VuePress-related project/component/tool, add it with a pull reques Sarah Dayan
Sarah Dayan

💻 📖 + meteorlxy
meteorlxy
💻 Nikita Sobolev
Nikita Sobolev

💻 📖 Ramona
Ramona

💻 Fatih Acet
Fatih Acet

💻 Filip Rakowski
Filip Rakowski

💻 Vladimir Pouzanov
Vladimir Pouzanov

💻 + + Vinayak Kulkarni
Vinayak Kulkarni

🔌 💻 📝 diff --git a/package.json b/package.json index 1a3e2de0d2..64903f786d 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "test": "node scripts/test.js", "tsc": "yarn workspace @vuepress/shared-utils tsc", "unregister-vuepress": "lerna exec --scope vuepress -- yarn unlink", + "update-core-team": "all-contributors generate", "view-info": "yarn tsc && yarn workspace docs view-info" }, "husky": {