From ad4994854f00c34a9941eac35cab861cf81806d3 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 31 Jan 2020 09:39:45 -0500 Subject: [PATCH 1/7] docs: update README to focus more on project and core team --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e38085ee4f..8cc0794870 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,12 @@

- 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 @@ -82,6 +73,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques + ### Code Contributors From 797dda778e2f399b4e1df8b3e73d415d492e0794 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 31 Jan 2020 09:40:33 -0500 Subject: [PATCH 2/7] docs: simplify language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc0794870..1587d6c569 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ yarn add vuepress -D ## Documentation -Docs are available at https://vuepress.vuejs.org/ - we are still working on refining it and contributions are welcome! +Check out our docs at https://vuepress.vuejs.org/. ## Contribution From 53bb476f57dca281370370861432c0b59a74b610 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 31 Jan 2020 09:41:21 -0500 Subject: [PATCH 3/7] docs: give documentation a higher priority --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1587d6c569..565f19a8bd 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ 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 - -Check out our docs at https://vuepress.vuejs.org/. - ## 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)! From aa7ddc43e19aec26f34270c0369d859fbf5cfd33 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 31 Jan 2020 09:52:15 -0500 Subject: [PATCH 4/7] docs: add meteorlxy to core team --- .all-contributorsrc | 8 ++++++++ 1 file changed, 8 insertions(+) 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", From 699bbe102a988c109bb0ff2016d57506d7de2e7d Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 31 Jan 2020 09:59:44 -0500 Subject: [PATCH 5/7] build: add script to update core team --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1a3e2de0d2..0c5f3779fb 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-contributors": "all-contributors generate", "view-info": "yarn tsc && yarn workspace docs view-info" }, "husky": { From c7847301f539ca3b8a7c360d640c3167629095e3 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 31 Jan 2020 10:00:07 -0500 Subject: [PATCH 6/7] docs: update meteorlxy in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 565f19a8bd..ac08ae5e33 100644 --- a/README.md +++ b/README.md @@ -62,18 +62,20 @@ 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

🔌 💻 📝 - ### Code Contributors From 537bc2c0949f74beae3a4b63243f4040f26244e1 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Fri, 31 Jan 2020 10:02:51 -0500 Subject: [PATCH 7/7] build: update command to be more semantic --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c5f3779fb..64903f786d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test": "node scripts/test.js", "tsc": "yarn workspace @vuepress/shared-utils tsc", "unregister-vuepress": "lerna exec --scope vuepress -- yarn unlink", - "update-contributors": "all-contributors generate", + "update-core-team": "all-contributors generate", "view-info": "yarn tsc && yarn workspace docs view-info" }, "husky": {