-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (62 loc) · 1.56 KB
/
mkdocs.yml
File metadata and controls
67 lines (62 loc) · 1.56 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
site_name: Qiskit Ecosystem documentation
site_url: https://qiskit.github.io/ecosystem/
repo_url: https://github.com/Qiskit/ecosystem
repo_name: GitHub Repository
theme:
name: material
palette:
primary: deep purple
logo: img/logo.png
favicon: img/favicon.ico
icon:
annotation: material/eye-circle
features:
- content.tooltips
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
extra_javascript:
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- abbr
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- table-reader
- gen-files:
scripts:
- ecosystem/generate_project_pages.py
- literate-nav:
nav_file: SUMMARY.md
- charts
nav:
- Overview: overview.md
- Projects:
- Summary: summary.md
- All: p/
# - in GitHub: p/
# - in PyPI: p/
- Classifications:
- Status: status.md
- Categories: categories.md
- Labels: labels.md
- Qiskit Pattern steps: pattern_steps.md
- Interfaces: interfaces.md
- Maturity levels: maturity.md
- Badges: badges.md