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
commit 715da28939f3da7ff7ff12f7b7b15bdb351c20ea Author: Mingshen Sun <[email protected]> AuthorDate: Thu May 14 17:31:02 2020 -0700 Update navigation bar --- .vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 9c4dd7c..53beceb 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -5,7 +5,7 @@ module.exports = { themeConfig: { search: false, nav: [ - { text: 'Documentation', link: '/docs/' }, + { text: 'Documentation', link: '/docs/my-first-function/' }, { text: 'GitHub', link: 'https://github.com/apache/incubator-teaclave' } ], sidebar: [ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
