-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
27 lines (27 loc) · 1.27 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: PSRemotely Docs
repo_url: https://github.com/DexterPOSH/PSRemotely
theme: readthedocs
pages:
- Home: index.md
- PSRemotely Basics:
- Quick Start: Quick-Start-Installation-and-Example.md
- PSDeploy Configuration Files: PSRemotely-Configuration-Files.md
- PSRemotely variable: PSRemotely-Remotely-Variable.md
- PSRemotely workflow: PSRemotely-workflow.md
- PSRemotely Examples:
- Basic : Example-Basic.md
- Using Configuration Data : Example-ConfigurationData.md
- Using Credential Hashtable: Example-CredentialHash.md
- Using Configuration Data and Credential : Example-ConfigurationData-Credential.md
- Using custom Variables : Example-Custom-Variables.md
- Using IPv4 Address for node name : Example-IPv4-Address.md
- Using IPv6 Address for node name : Example-Ipv6-Address.md
- Using PreferNodeProperty parameter : Example-PreferNodeProperty.md
- How Do I...:
- Target different types of Nodes in a solution: PSRemotely-Node-Based-Target.md
- Invoke PSRemotely: Invoke-PSRemotely.md
- TroubleShoot : PSRemotely.TroubleShoot.md
- Copy Artifacts to PSRemotely Nodes: PSRemotely.Artifacts.md
- Re run a failed test: PSRemotely.ReRunTest.md
- Advanced:
- Using PoshSpec with PSRemotely: PSRemotely-PoshSpec.md