-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (30 loc) · 1.41 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
28
29
30
31
32
33
site_name: PSHVTag
repo_url: https://github.com/sasstu/PSHVTag
theme: readthedocs
pages:
- Home: index.md
- PSHVTag Basics:
- What is PSHVTag: about.md
- Quick Start: Quick-Start-Installation-and-Example.md
- What is VM-Topology: What-is-VM-Topology.md
- The Tag: TheTag.md
- Public Functions:
- Start-VMService: PublicFunctions/Command-Start-VMService.md
- Stop-VMService: PublicFunctions/Command-Stop-VMService.md
- Set-VMTag: PublicFunctions/Command-Set-VMTag.md
- Get-VMTopology : PublicFunctions/Command-Get-VMTopology.md
- Get-VMTopologyGraph: PublicFunctions/Command-Get-VMTopologyGraph.md
- Internal Functions:
- Get-VMEnvironment: InternalFunctions/Command-Get-VMEnvironment.md
- Get-VMService: InternalFunctions/Command-Get-VMService.md
- Get-VMWithTag: InternalFunctions/Command-Get-VMWithTag.md
- Get-TopologicalSort: InternalFunctions/Command-Get-TopologicalSort.md
- Convert-VMNoteTagsToObject: InternalFunctions/Command-Convert-VMNoteTagsToObject.md
- Get-ClonedObject: InternalFunctions/Command-Get-ClonedObject.md
- Get-EdgeHashtableFromVMNote: InternalFunctions/Command-Get-EdgeHashtableFromVMNote.md
- Classes:
- VMWithTag: Classes/Class-VMWithTag.md
- VMService: Classes/Class-VMService.md
- VMEnvironment: Classes/Class-VMEnvironment.md
- VMTopology: Classes/Class-VMTopology.md
- Acknowledgements: acknowledgements.md