-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
mkdocs.yml
27 lines (27 loc) · 1.3 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
site_name: PSDeploy Docs
repo_url: https://github.com/RamblingCookieMonster/PSDeploy
theme: readthedocs
pages:
- Home: index.md
- PSDeploy Basics:
- Quick Start: Quick-Start.-Installation-and-Example.md
- PSDeploy Configuration Files: PSDeploy-Configuration-Files.md
- DeploymentType Examples:
- AppVeyorModule Deployment: Example-AppVeyorModule-Deployment.md
- Artifactory Deployment: Example-Artifactory-Deployment.md
- Chocolatey Deployment: Example-Chocolatey-Deployment.md
- CopyVMFile Deployment: Example-CopyVMFile-Deployment.md
- FileSystem Deployment: Example-Filesystem-Deployment.md
- Filesystem Deployment Follow Along: Example-Filesystem-Deployment-Follow-Along.md
- FilesystemRemote Deployment: Example-FilesystemRemote-Deployment.md
- PlatyPS Deployment: Example-PlatyPS-Deployment.md
- PSDirect Deployment: Example-PSDirect-Deployment.md
- PSGalleryModule Deployment: Example-PSGalleryModule-Deployment.md
- Task Deployment: Example-Task-Deployment.md
- vSphereOVF Deployment: Example-vSphereOVF-Deployment.md
- How Do I...:
- Use Tags: Feature.-Tags.md
- Create dependencies: Feature.-Dependencies.md
- Call setup or teardown scripts: Feature.-Setup-and-Teardown-Scripts.md
- Advanced:
- Extending PSDeploy: 'Extending-PSDeploy.md'