-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
40 lines (40 loc) · 1.07 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
site_name: OCI Artifact for ML model & metadata
site_url: https://containers.github.io/omlmd/
repo_url: https://github.com/containers/omlmd
repo_name: containers/omlmd
theme:
name: material
palette:
scheme: slate
features:
- navigation.expand # temporary for bootstrap
- content.tabs.link
extra_css:
- stylesheets/extra.css
nav:
- Getting Started: 'index.md'
- Overview: 'overview.md'
- Demos:
- 'Demo 1: Introduction': 'demos/demo.md'
- 'Demo 2: more on ModelCar': 'demos/demo2.md'
- 'Demo 3: Signature and Attestation': 'demos/demo3.md'
- Use Cases: 'use-cases.md'
- Glossary: 'glossary.md'
- Appendixes:
- 'All links': 'appendixes/appendix-links.md'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/containers/omlmd
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details