-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
94 lines (94 loc) · 5.17 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
94
---
site_name: Box Manifest
site_url: https://llaville.github.io/box-manifest/4.1
repo_url: https://github.com/llaville/box-manifest # https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository
site_author: Laurent Laville
edit_uri: "" # hide edit button -- https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#edit-button
theme:
name: material
favicon: assets/images/box.png
logo: assets/images/box.png
icon:
annotation: material/arrow-right-circle
palette: # Color palette toggle -- https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-palette-toggle
# editorconfig-checker-disable
- scheme: default
primary: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
# editorconfig-checker-enable
features:
- navigation.instant # Instant loading -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading
- navigation.tabs # Navigation tabs -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs
- navigation.indexes # Section index pages -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages
- navigation.top # Back-To-Top button -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#back-to-top-button
- navigation.footer # Setting up the footer -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/
- content.code.copy # Code copy button -- https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-copy-button
- content.code.annotate # Code blocks, Adding annotations -- https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-annotations
plugins:
- asciinema-player # https://github.com/pa-decarvalho/mkdocs-asciinema-player
markdown_extensions:
- attr_list
- md_in_html # https://squidfunk.github.io/mkdocs-material/reference/grids/
- tables # https://squidfunk.github.io/mkdocs-material/reference/data-tables/
- footnotes # https://squidfunk.github.io/mkdocs-material/reference/footnotes/
- pymdownx.highlight: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets
- pymdownx.tabbed: # https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#content-tabs
alternate_style: true
- pymdownx.superfences: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- github-callouts
nav:
- "Home": README.md
- "Getting-Started":
- "Installation": getting-started.md
- "Build your manifests": build-your-manifests.md
- "Build your stub": build-your-stub.md
- "Build your Box config file": build-your-config.md
- "Compile your PHAR": compile-your-phar.md
- "Make them all": run-all-stages.md
- "Customization":
- "Built-in stages":
- stages/README.md
- "Build": stages/build.md
- "Stub": stages/stub.md
- "Configure": stages/configure.md
- "Compilation": stages/compilation.md
- "Additional stages": stages/custom.md
- "Tutorial":
- Tutorial/README.md
- "Generate manifest files": Tutorial/generate-manifest-files.md
- "Generate your PHAR bootstrapping file": Tutorial/generate-custom-stub.md
- "Generate a final BOX configuration file": Tutorial/generate-box-json-dist.md
- "Use Cases":
- UseCases/README.md
- "Manifest in plain text format": UseCases/PlainTextFormat.md
- "Manifest in decorated text format": UseCases/DecoratedTextFormat.md
- "Manifest in console table format": UseCases/ConsoleTextFormat.md
- "Manifest in SBOM JSON format": UseCases/SBomJsonFormat.md
- "Manifest in SBOM XML format": UseCases/SBomXmlFormat.md
- "Manifest in user format": UseCases/CustomFormat.md
- "Inspect": inspect.md
- "Capabilities": capabilities.md
- "Strategies": strategies.md
- "Contributing": contributing.md
extra:
social:
- icon: material/zip-box
link: https://www.flaticon.com/free-icon/box_2954144
name: Shipping and delivery icons created by Smashicons - Flaticon