forked from hpe-storage/scod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
130 lines (130 loc) · 6.99 KB
/
mkdocs.yml
File metadata and controls
130 lines (130 loc) · 6.99 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
site_name: 'SCOD.HPEDEV.IO'
site_description: 'Reference documentation for container orchestrator integration for HPE storage'
site_url: 'https://scod.hpedev.io/'
site_author: 'Hewlett Packard Enterprise'
theme:
name: readthedocs
custom_dir: hpe_theme/
prev_next_buttons_location: none
logo: img/hpe.png
analytics:
gtag: 'G-PC28RTKKTW'
repo_name: 'hpe-storage/scod'
repo_url: 'https://github.com/hpe-storage/scod'
copyright: 'Copyright 2020-2026 Hewlett Packard Enterprise Development LP'
extra_css:
- css/hpedev.css
use_directory_urls: false
edit_uri: ''
markdown_extensions:
- admonition:
- toc:
permalink: True
separator: "_"
- markdown_fenced_code_tabs_next:
single_block_as_tab: False
active_class: 'active'
template: 'default'
plugins:
- search:
- redirects:
redirect_maps:
'docker_volume_plugins/hpe_cloud_volumes.md': 'docker_volume_plugins/hpe_cloud_volumes/index.md'
'docker_volume_plugins/hpe_nimble_storage.md': 'docker_volume_plugins/hpe_nimble_storage/index.md'
'container_storage_provider/hpe_nimble_storage/index.md': 'csi_driver/container_storage_provider/hpe_alletra_6000/index.md'
'container_storage_provider/hpe_3par_primera/index.md': 'csi_driver/container_storage_provider/hpe_alletra_storage_mp_b10000/index.md'
'container_storage_provider/hpe_alletra_9000/index.md': 'csi_driver/container_storage_provider/hpe_alletra_storage_mp_b10000/index.md'
'container_storage_provider/hpe_alletra_storage_mp/index.md': 'csi_driver/container_storage_provider/hpe_alletra_storage_mp_b10000/index.md'
'container_storage_provider/hpe_alletra_mp/index.md': 'csi_driver/container_storage_provider/hpe_alletra_storage_mp_b10000/index.md'
'container_storage_provider/hpe_alletra_storage_mp_b10000/index.md': 'csi_driver/container_storage_provider/hpe_alletra_storage_mp_b10000/index.md'
'container_storage_provider/hpe_alletra_6000/index.md': 'csi_driver/container_storage_provider/hpe_alletra_6000/index.md'
'container_storage_provider/index.md': 'csi_driver/container_storage_provider/index.md'
'partners/rancher_labs/index.md': 'csi_driver/partners/suse_rancher/index.md'
'partners/amazon_eks_anywhere/index.md': 'csi_driver/partners/amazon_eks_anywhere/index.md'
'partners/canonical/index.md': 'csi_driver/partners/canonical/index.md'
'partners/cohesity/index.md': 'csi_driver/partners/cohesity/index.md'
'partners/commvault/index.md': 'csi_driver/partners/commvault/index.md'
'partners/kasten/index.md': 'csi_driver/partners/kasten/index.md'
'partners/mirantis/index.md': 'csi_driver/partners/mirantis/index.md'
'partners/redhat_openshift/index.md': 'csi_driver/partners/redhat_openshift/index.md'
'partners/suse_harvester/index.md': 'csi_driver/partners/suse_virtualization/index.md'
'csi_driver/partners/suse_harvester/index.md': 'csi_driver/partners/suse_virtualization/index.md'
'partners/suse_rancher/index.md': 'csi_driver/partners/suse_rancher/index.md'
'partners/tkgi/index.md': 'csi_driver/partners/tkgi/index.md'
'partners/vmware/index.md': 'csi_driver/partners/vmware/index.md'
'partners/index.md': 'csi_driver/partners/index.md'
'ezmeral_container_platform/install.md': 'csi_driver/partners/hpe_ezmeral/install.md'
'ezmeral/index.md': 'csi_driver/partners/hpe_ezmeral/install.md'
- include-markdown:
- macros:
exclude_docs: |
.*.swp
*.tmp
draft_docs: |
/sandbox/
nav:
- WELCOME:
- 'Get started!': 'welcome/index.md'
- HPE CSI DRIVER FOR KUBERNETES:
- 'Overview': 'csi_driver/index.md'
- 'Deployment': 'csi_driver/deployment.md'
- 'Using': 'csi_driver/using.md'
- 'Container Storage Providers':
- 'HPE Alletra Storage MP B10000, Alletra 9000, Primera and 3PAR': 'csi_driver/container_storage_provider/hpe_alletra_storage_mp_b10000/index.md'
- 'HPE Alletra Storage MP B10000 File Service': 'csi_driver/container_storage_provider/hpe_alletra_storage_mp_b10000_file_service/index.md'
- 'HPE Alletra 5000/6000 and Nimble Storage': 'csi_driver/container_storage_provider/hpe_alletra_6000/index.md'
- 'Metrics': 'csi_driver/metrics.md'
- 'Pod Monitor': 'csi_driver/monitor.md'
- 'Auxiliary Operations': 'csi_driver/operations.md'
- 'Diagnostics': 'csi_driver/diagnostics.md'
- 'Partner Ecosystems':
- 'HPE Morpheus Enterprise': 'csi_driver/partners/hpe_morpheus/install.md'
- 'HPE Ezmeral Runtime Enterprise': 'csi_driver/partners/hpe_ezmeral/install.md'
- 'Amazon EKS Anywhere': 'csi_driver/partners/amazon_eks_anywhere/index.md'
- 'Canonical': 'csi_driver/partners/canonical/index.md'
- 'Cohesity': 'csi_driver/partners/cohesity/index.md'
- 'Commvault': 'csi_driver/partners/commvault/index.md'
- 'Veeam Kasten': 'csi_driver/partners/kasten/index.md'
- 'Mirantis': 'csi_driver/partners/mirantis/index.md'
- 'Red Hat OpenShift': 'csi_driver/partners/redhat_openshift/index.md'
- 'SUSE Virtualization': 'csi_driver/partners/suse_virtualization/index.md'
- 'SUSE Rancher': 'csi_driver/partners/suse_rancher/index.md'
- 'Tanzu TKGI': 'csi_driver/partners/tkgi/index.md'
- 'VMware': 'csi_driver/partners/vmware/index.md'
- HPE COSI DRIVER FOR KUBERNETES:
- 'Overview': 'cosi_driver/index.md'
- 'Deployment': 'cosi_driver/deployment.md'
- 'Using': 'cosi_driver/using.md'
- 'Diagnostics': 'cosi_driver/diagnostics.md'
- HPE GREENLAKE FOR FILE STORAGE:
- 'Overview': 'filex_csi_driver/index.md'
- 'Deployment': 'filex_csi_driver/deployment.md'
- 'Using': 'filex_csi_driver/using.md'
# - WORKLOAD BLUEPRINTS:
# - 'Running MongoDB on HPE Storage': 'workloads/mongodb/index.md'
# - 'Hybrid Cloud CI/CD pipelines': 'workloads/mongodb/hybrid_cloud_cicd.md'
# - REFERENCE ARCHITECTURES:
# - 'HPE RA Library': ''
# - 'HPE InfoSight': ''
# - 'External': ''
- LEARN:
- 'Persistent Storage for Kubernetes': 'learn/persistent_storage/index.md'
- 'For HPE partners:<br /> Introduction to Containers': 'learn/introduction_to_containers/index.md'
- 'Introduction to CSI Primitives': 'learn/csi_primitives/index.md'
- 'Video Gallery': 'learn/video_gallery/index.md'
- 'Interactive CSI Workshop': 'learn/csi_workshop/index.md'
- COMMUNITY:
- 'HPE Developer': 'https://developer.hpe.com'
- 'Sign up to HPE Developer on Slack': 'https://slack.hpedev.io'
- 'Got feedback?': 'https://github.com/hpe-storage/scod/issues/new?title=I have some feedback on SCOD'
- EXTERNAL LINKS:
- 'SCOD on GitHub': 'https://github.com/hpe-storage/scod'
- 'HPE Storage on GitHub': 'https://github.com/hpe-storage'
- 'Storage for Containers on hpe.com': 'https://hpe.com/storage/containers'
- LEGAL:
- 'Contributing': 'legal/contributing/index.md'
- 'Support': 'legal/support/index.md'
- 'License': 'legal/license/index.md'
- 'Notices': 'legal/notices/index.md'
- LEGACY DRIVERS AND PLUGINS:
- 'Docker, FlexVolume and CSPs': 'legacy/index.md'