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/06/03 00:58:02 UTC

[incubator-teaclave-website] branch master updated: Add search and lastupdated

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 <bo...@mssun.me>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org