-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
93 lines (78 loc) · 2.42 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
site_name: Confidential Cloud
site_url: https://docs.confidentialcloud.io
site_description: >-
Confidential Cloud is CanaryBit’s solution for
Businesses and Public Authorities that are willing to collaborate
with sensitive data and algorithms, and in need of a hardware-encrypted
execution environment protected from unauthorized access.
site_author: CanaryBit AB
copyright: >-
Developed by <a href="https://www.canarybit.eu" target="_blank">CanaryBit</a>
repo_url: https://github.com/canarybit
repo_name: "/canarybit"
edit_uri: ""
strict: true
theme:
name: material
font: false
logo: 'img/logo.png'
favicon: 'img/favicon.png'
palette:
scheme: canarybit
icon:
repo: fontawesome/brands/github
features:
#- navigation.sections
extra:
social:
- icon: material/web
link: https://www.canarybit.eu
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/canarybit/
extra_css:
- stylesheets/canarybit.css
plugins:
- search
- tags
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- 'Introduction': 'index.md'
- Basics:
- 'Architecture': 'architecture.md'
- 'Infrastructure': 'infrastructure.md'
- 'Workflow': 'workflow.md'
#- 'Encryption': []
#- 'Security': []
- 'Compliance': 'compliance.md'
#- 'Legal': []
#- 'Roadmap': []
- Getting started:
- 'Requirements': 'x509_certificate.md'
- 'Create Account ⧉': https://demo.confidentialcloud.io/signup" target="_blank
- Secure your Infrastructure:
- 'Deploy' : 'tower.md'
- 'Verify' : 'inspector.md'
- Secure your Applications:
- 'Confidential VMs' : []
- 'Confidential Containers': []
- 'Confidential AI' : []
- Start a Collaboration:
- 'Login ⧉': http://demo.confidentialcloud.io" target="_blank
- 'Register a dataset': []
- 'Register an Application': []
- 'Start a collaboration': []
- 'Run an Enclave': []
- 'Collect results': []
- 'Collect attestation': []
- 'Collect audit logs': []
- 'Support ⧉': https://canarybit.eu" target="_blank
- 'Book a Demo ⧉': https://www.canarybit.eu/book-a-demo/" target="_blank
- 'Blog ⧉': https://canarybit.eu/blog" target="_blank