-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·67 lines (64 loc) · 1.68 KB
/
mkdocs.yml
File metadata and controls
executable file
·67 lines (64 loc) · 1.68 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: OpenShift Introduction on IBM Z and LinuxONE
repo_url: https://github.com/ibm-wsc/openshift-intro
edit_uri: ''
nav:
- Home: index.md
- Access: access.md
- Overview: overview.md
- Administrator Perspective: administrator.md
- Developer Perspective: developer.md
- Command Line Interface (cli): cli.md
- Persistent Storage with OpenShift Data Foundation (ODF): openshift_data_foundation.md
- Metering, Monitoring, and Alerts: monitoring.md
- Closing: finish.md
- Glossary: glossary.md
- Miscellaneous:
- Mkdocs: mkdocs/index.md
theme:
features:
- header.autohide
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tracking
- navigation.footer
- search.share
- navigation.indexes
- announce.dismiss
- content.tabs.link
- content.code.copy
- content.action.edit
- content.action.view
name: material
favicon: images/ocp.png
logo: images/ocp.png
palette:
scheme: preference
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ibm-wsc/openshift-intro
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: underscore
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- attr_list
- toc:
permalink: true