From ecae58fc2d61dda4f7c7668b1ae93d76db2f2119 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Thu, 16 Jul 2020 16:15:22 -0400 Subject: [PATCH 1/2] config (#171): add PR template to prevent PRs at the moment --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..421c871b84 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Note + +Thanks for your interest in submitting a PR! At this time, because the docs are in beta, the team is currently in the midst of changes and we are not ready for additional contributions yet. + +To bring your issue to the team's attention though, we would recommend [creating an issue](https://github.com/vuejs/docs-next/issues/new) and we'll get to it when we can. + +Thanks for your understanding! From 4dc03aac13da37119f13a13df3f916c68be84985 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Thu, 16 Jul 2020 16:16:21 -0400 Subject: [PATCH 2/2] config (#171): disable edit links on page temporarily --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 14090ad072..04ea0e8d23 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -210,7 +210,7 @@ module.exports = { } ], repo: 'vuejs/docs-next', - editLinks: true, + editLinks: false, editLinkText: 'Edit this on GitHub!', docsDir: 'src', sidebarDepth: 2,