-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (22 loc) · 778 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (22 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: OpenShift Windows Containers
theme:
name: null
custom_dir: openshift/
navigation_depth: 1
include_homepage_in_sidebar: true
include_search_page: false
extra_css:
- css/video.css
nav:
- Home: 'index.md'
- Getting Started:
- 'Getting familiar with the installation': '1-Gettingfamiliar.md'
- 'Installing The WMCO': '2-InstallingtheWMCO.md'
- Working With The Windows Node:
- 'Managing a Windows Node': '3-ManagingWindowsNode.md'
- 'Exploring The Windows Node': '4-ExploringTheWindowsNode.md'
- 'Running a Windows Container Workload': '5-WindowsContainerWorkload.md'
- NetCandyStore:
- 'Introduction': 'ns-intro.md'
- 'Deploying NetCandy Store': '6-ns-deploy.md'
- 'Exploring NetCandy Store': '7-ns-explore.md'