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 da0b1b5 Add search and lastupdated
da0b1b5 is described below
commit da0b1b5f5846e432b838c4a71896544ea2cf7c3e
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Jun 2 17:57:42 2020 -0700
Add search and lastupdated
---
site/.vuepress/config.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index ffdf0d6..84895c5 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -3,8 +3,9 @@ module.exports = {
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,
+ search: true,
smoothScroll: true,
+ lastUpdated: 'Last Updated',
nav: [
{ text: 'About', link: '/' },
{ text: 'Community', link: '/community/' },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]