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/15 21:45:59 UTC

[incubator-teaclave-website] branch master updated: Add ASF links

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 b6736a4  Add ASF links
b6736a4 is described below

commit b6736a4f73a83a00cb62f2a43863c28509cf710f
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Fri May 15 14:45:40 2020 -0700

    Add ASF links
---
 .gitignore          |  2 ++
 .vuepress/config.js | 14 +++++++++++++-
 index.md            |  2 ++
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0cc52f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+dist
+teaclave
\ No newline at end of file
diff --git a/.vuepress/config.js b/.vuepress/config.js
index 53beceb..642bf11 100644
--- a/.vuepress/config.js
+++ b/.vuepress/config.js
@@ -6,7 +6,19 @@ module.exports = {
         search: false,
         nav: [
             { text: 'Documentation', link: '/docs/my-first-function/' },
-            { text: 'GitHub', link: 'https://github.com/apache/incubator-teaclave' }
+            { text: 'GitHub', link: 'https://github.com/apache/incubator-teaclave' },
+            {
+                text: 'Apache Software Foundation',
+                ariaLabel: 'Apache Software Foundation',
+                items: [
+                    { text: 'Apache Homepage', link: 'https://www.apache.org/' },
+                    { text: 'License', link: 'https://www.apache.org/licenses/' },
+                    { text: 'Sponsorship', link: 'https://www.apache.org/licenses/' },
+                    { text: 'Security', link: 'https://www.apache.org/security/' },
+                    { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' },
+                    { text: 'Current Event', link: 'https://www.apache.org/events/current-event.html' },
+                ]
+            }
         ],
         sidebar: [
             {
diff --git a/index.md b/index.md
index 8e60ba9..b6a143c 100644
--- a/index.md
+++ b/index.md
@@ -2,6 +2,8 @@
 home: true
 heroText: Apache Teaclave (incubating)
 tagline:  an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple
+actionText: Get Started →
+actionLink: /docs/my-first-function/
 ---
 
 ## Highlights


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