You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/10/31 22:48:05 UTC

[incubator-teaclave-website] branch master updated: Remove about from the navbar

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 226cf67  Remove about from the navbar
226cf67 is described below

commit 226cf670e78e86db9f644c7199a612a5fae3c202
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Sat Oct 31 15:42:29 2020 -0700

    Remove about from the navbar
---
 site/.vuepress/config.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 70cacba..3bebd3d 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -10,7 +10,6 @@ module.exports = {
         domain: 'https://teaclave.apache.org',
         dateFormat: 'MMMM D, YYYY',
         nav: [
-            { text: 'About', link: '/' },
             { text: 'Community', link: '/community/' },
             { text: 'Download', link: '/download/' },
             { text: 'Contributors', link: '/contributors/' },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org