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/11/02 20:22:37 UTC

[incubator-teaclave-website] branch master updated (190a001 -> 8d8fe55)

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git.


    from 190a001  Tweak style
     new 2245cdc  Update sidebar
     new 8d8fe55  Tweak style

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site/.vuepress/config.js                 | 1 +
 site/.vuepress/theme/styles/index.styl   | 2 +-
 site/.vuepress/theme/styles/palette.styl | 3 ++-
 3 files changed, 4 insertions(+), 2 deletions(-)


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


[incubator-teaclave-website] 02/02: Tweak style

Posted by ms...@apache.org.
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

commit 8d8fe55bcea82477ac9328e6a71e50bea43db75d
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Mon Nov 2 12:22:24 2020 -0800

    Tweak style
---
 site/.vuepress/theme/styles/index.styl   | 2 +-
 site/.vuepress/theme/styles/palette.styl | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/site/.vuepress/theme/styles/index.styl b/site/.vuepress/theme/styles/index.styl
index 678a541..89a416e 100644
--- a/site/.vuepress/theme/styles/index.styl
+++ b/site/.vuepress/theme/styles/index.styl
@@ -151,7 +151,7 @@ a.header-anchor
     text-decoration none
 
 code, kbd, .line-number
-  font-family source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
+  font-family SF Mono, Menlo, Monaco, source-code-pro, Consolas, "Courier New", monospace
 
 p, ul, ol
   line-height 1.7
diff --git a/site/.vuepress/theme/styles/palette.styl b/site/.vuepress/theme/styles/palette.styl
index 5a686d2..6582ca8 100644
--- a/site/.vuepress/theme/styles/palette.styl
+++ b/site/.vuepress/theme/styles/palette.styl
@@ -1,2 +1,3 @@
 $contentWidth = 800px
-$homePageWidth = 960px
\ No newline at end of file
+$homePageWidth = 960px
+$sidebarWidth = 22rem


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


[incubator-teaclave-website] 01/02: Update sidebar

Posted by ms...@apache.org.
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

commit 2245cdcdcca1eb92b4719ae040e3430bfcbcb563
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Mon Nov 2 12:21:47 2020 -0800

    Update sidebar
---
 site/.vuepress/config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index ff9ec74..9b2fcb3 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -68,6 +68,7 @@ module.exports = {
                       '/teaclave/docs/my-first-function',
                       '/teaclave/docs/functions-in-python',
                       '/teaclave/docs/builtin-functions',
+                      '/teaclave/docs/azure-confidential-computing',
                   ],
               },
               {


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