This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
The following commit(s) were added to refs/heads/master by this push:
new 48bb43c Update config
48bb43c is described below
commit 48bb43c5e42ca8059ae438a8167d20c170798f86
Author: Mingshen Sun <[email protected]>
AuthorDate: Sun May 17 21:27:25 2020 -0700
Update config
---
.vuepress/config.js | 2 +-
package.json | 3 +--
yarn.lock | 9 +--------
3 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/.vuepress/config.js b/.vuepress/config.js
index f7be020..9bddfa8 100644
--- a/.vuepress/config.js
+++ b/.vuepress/config.js
@@ -4,6 +4,7 @@ module.exports = {
base: '/',
themeConfig: {
search: false,
+ smoothScroll: true,
nav: [
{ text: 'Community', link: '/community/' },
{ text: 'Contributors', link: '/contributors/' },
@@ -50,6 +51,5 @@ module.exports = {
},
plugins: [
'@vuepress/plugin-back-to-top',
- 'vuepress-plugin-smooth-scroll',
],
}
diff --git a/package.json b/package.json
index 4ee4d4d..60abcb3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,6 @@
{
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.5.0",
- "vuepress": "^1.0.0",
- "vuepress-plugin-smooth-scroll": "^0.0.9"
+ "vuepress": "^1.0.0"
}
}
diff --git a/yarn.lock b/yarn.lock
index 443f792..ebebdb5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6512,7 +6512,7 @@ slash@^2.0.0:
resolved
"https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
integrity
sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
-smoothscroll-polyfill@^0.4.3, smoothscroll-polyfill@^0.4.4:
+smoothscroll-polyfill@^0.4.3:
version "0.4.4"
resolved
"https://registry.yarnpkg.com/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz#3a259131dc6930e6ca80003e1cb03b603b69abf8"
integrity
sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg==
@@ -7475,13 +7475,6 @@ vuepress-plugin-smooth-scroll@^0.0.3:
dependencies:
smoothscroll-polyfill "^0.4.3"
-vuepress-plugin-smooth-scroll@^0.0.9:
- version "0.0.9"
- resolved
"https://registry.yarnpkg.com/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.9.tgz#6c5d01db60def3d7b976b53404e56b97da9e8f39"
- integrity
sha512-UXX+HLZO1NKVwyiOJlj0smh8F9dKnwybjEi7w/Mj9EYLhKrNYr5uXs+N+OTt8VwKCn3f0vZ1XAwFIjsPlD7GJA==
- dependencies:
- smoothscroll-polyfill "^0.4.4"
-
vuepress@^1.0.0:
version "1.5.0"
resolved
"https://registry.yarnpkg.com/vuepress/-/vuepress-1.5.0.tgz#690ed2b190844c2e53665df1e211a5fb107a8de7"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]