generated from google/docsy-example
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to latest mkdocs material version * Add media coverage page * Enable allowed domains for fathom analytics to suppress dev traffic * Enable Material for MkDocs privacy plugin * Make banner dismissable * Enable tab linking in tutorials Signed-off-by: Sven Trieflinger <[email protected]>
- Loading branch information
Showing
9 changed files
with
72 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,8 @@ jobs: | |
with: | ||
python-version: 3.x | ||
- name: Install Material for MkDocs | ||
run: pip install mkdocs-material==8.1.1 mkdocs-minify-plugin==0.5.0 | ||
run: pip install \ | ||
git+https://${MKDOCS_MATERIAL_INSIDERS}@github.com/squidfunk/[email protected] \ | ||
mkdocs-minify-plugin==0.5.0 | ||
- name: Deploy site | ||
run: mkdocs gh-deploy --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ out | |
gen | ||
target | ||
|
||
# MkDocs files | ||
.cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Media Coverage | ||
|
||
This page summarizes media coverage of Carbyne Stack in blog posts, articles | ||
and news. | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- <p>:fontawesome-solid-blog:{ .middle } __Blog Post__</p> | ||
|
||
--- | ||
|
||
![Blog Image][bosch-cs-blog-post-image] | ||
|
||
**Lifting Computing on Encrypted Data into the Cloud** - Bosch Research | ||
launches Carbyne Stack Open-Source Project for Cloud-Native Secure | ||
Multiparty Computation | ||
|
||
[:octicons-arrow-right-24:{ .middle } Bosch Research Blog][bosch-cs-blog-post] | ||
|
||
</div> | ||
|
||
[bosch-cs-blog-post]: https://www.bosch.com/stories/open-source-carbyne-stack/ | ||
[bosch-cs-blog-post-image]: https://assets.bosch.com/media/global/stories/forschung/carbyne_stack_for_cloud_native_secure_multiparty_computation/blog-header-carbyne-stack-16x9_res_1280x720.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters