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 3091e54 Add community and contributor pages
3091e54 is described below
commit 3091e54e69ae291b315f010040501b6db8e26479
Author: Mingshen Sun <[email protected]>
AuthorDate: Fri May 15 18:42:58 2020 -0700
Add community and contributor pages
---
.vuepress/config.js | 6 ++++--
index.md | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.vuepress/config.js b/.vuepress/config.js
index 6766f8d..6219d4c 100644
--- a/.vuepress/config.js
+++ b/.vuepress/config.js
@@ -1,17 +1,19 @@
module.exports = {
- title: 'Apache Teaclave (incubating)',
+ title: 'Apache Teaclave (Incubating)',
description: 'Apache Teaclave (incubating) is an open source universal
secure computing platform, making computation on privacy-sensitive data safe
and simple.',
base: '/',
themeConfig: {
search: false,
nav: [
+ { text: 'Community', link: '/community/' },
+ { text: 'Contributors', link: '/contributors/' },
{ text: 'Documentation', link: '/docs/my-first-function/' },
{ 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: 'ASF Homepage', link: 'https://www.apache.org/' },
{ text: 'License', link:
'https://www.apache.org/licenses/' },
{ text: 'Sponsorship', link:
'https://www.apache.org/foundation/sponsorship.html' },
{ text: 'Security', link:
'https://www.apache.org/security/' },
diff --git a/index.md b/index.md
index b6a143c..cc77879 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
---
home: true
-heroText: Apache Teaclave (incubating)
+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/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]