-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (59 loc) · 1.64 KB
/
Copy pathmkdocs.yml
File metadata and controls
74 lines (59 loc) · 1.64 KB
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
site_name: QuantumD
site_description: Verification, governance, and evidence for quantum execution.
site_url: https://docs.quantumd.ai
repo_name: WindDAnalytics/quantumd
repo_url: https://github.com/WindDAnalytics/quantumd
edit_uri: edit/main/docs/
copyright: Copyright © QuantumD
theme:
name: material
language: en
palette:
scheme: slate
primary: black
accent: cyan
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Platform Support: getting-started/platform-support.md
- Local Quickstart: getting-started/quickstart.md
- Core Concepts:
- Trust Modes: concepts/trust-modes.md
- Trust Boundary: concepts/trust-boundary.md
- Evidence Graph: concepts/evidence-graph.md
- Guides:
- Local Simulation: guides/local-simulation.md
- Verify an Evidence Chain: guides/verifying-a-chain.md
- Providers:
- IBM Quantum: providers/ibm-quantum.md
- Reference:
- CLI Commands: reference/cli.md
- Alpha Evaluation: alpha-evaluation.md
- Releases:
- v0.7.5 Alpha: releases/v0.7.5-alpha.md
- v0.7.4 Alpha: releases/v0.7.4-alpha.md
- Roadmap: roadmap.md