forked from KevinMarquette/PSGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (26 loc) · 809 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (26 loc) · 809 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
25
26
site_name: PSGraph Docs
repo_url: https://github.com/KevinMarquette/PSGraph
theme: readthedocs
pages:
- Home: index.md
- PSGraph Basics:
- What is PSGraph: about.md
- Quick Start: Quick-Start-Installation-and-Example.md
- Commands:
- Graph: Command-Graph.md
- Edge: Command-Edge.md
- Node: Command-Node.md
- Inline: Command-Inline.md
- SubGraph: Command-SubGraph.md
- Record: Command-Record.md
- Row: Command-Row.md
- Entity: Command-Entity.md
- Export-PSGraph: Command-Export-PSGraph.md
- Show-PSGraph: Command-Show-PSGraph.md
- Advanced:
- GraphViz Documentation: graphviz.md
- Examples:
- Gallery: Example-Gallery.md
- Scripted: Example-Scripted.md
- State Machine: Example-State-Machine.md
- Acknowledgements: acknowledgements.md