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 a925670f4306809a9e6095ca2109c8da5131dbe7 Author: Mingshen Sun <[email protected]> AuthorDate: Tue Apr 19 16:56:57 2022 -0700 Only track docs needed --- site/.vuepress/config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index b5639d02..aca231c0 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -4,6 +4,18 @@ module.exports = { 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: '/', + patterns: [ + '*.md', + 'api-docs/*.md', + 'blog/*.md', + 'teaclave/**/*.md', + 'teaclave-sgx-sdk/documents/*.md', + 'teaclave-trustzone-sdk/docs', + '!teaclave/sdk/rust/target/**', + '!node_modules/**', + '!teaclave-trustzone-sdk/optee-utee/target/**', + '!teaclave-trustzone-sdk/optee-teec/target/**', + ], head: [ ['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:100,300,400,500,700,900|Roboto+Condensed:300,400|Noto+Sans+SC:400,500,700,900' }], ['script', { src: 'https://use.fontawesome.com/releases/v5.15.0/js/all.js' } ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
