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/05/19 01:00:58 UTC

[incubator-teaclave-website] branch master updated: Add about in 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 4b29715  Add about in navbar
4b29715 is described below

commit 4b29715e54932aa66fa2701dc5937b0c10fcea91
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Mon May 18 18:00:33 2020 -0700

    Add about in navbar
---
 .vuepress/config.js | 1 +
 Makefile            | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.vuepress/config.js b/.vuepress/config.js
index 9bddfa8..e881a8f 100644
--- a/.vuepress/config.js
+++ b/.vuepress/config.js
@@ -6,6 +6,7 @@ module.exports = {
         search: false,
         smoothScroll: true,
         nav: [
+            { text: 'About', link: '/' },
             { text: 'Community', link: '/community/' },
             { text: 'Contributors', link: '/contributors/' },
             { text: 'Documentation', link: '/docs/my-first-function/' },
diff --git a/Makefile b/Makefile
index 1d4a290..da9d17b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,6 @@ build:
 	git clone https://github.com/apache/incubator-teaclave.git teaclave || cd teaclave && git pull
 	vuepress build -d dist
 	cp .asf.yaml dist
+
+clean:
+	rm -rf dist teaclave


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