mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-04 20:30:43 +00:00
15 lines
298 B
YAML
15 lines
298 B
YAML
---
|
|
main:
|
|
- name: Setup
|
|
sub:
|
|
- name: Using pip
|
|
ref: "/setup/pip"
|
|
- name: Using docker
|
|
ref: "/setup/docker"
|
|
- name: Usage
|
|
sub:
|
|
- name: Getting Started
|
|
ref: "/usage/getting-started"
|
|
- name: Configuration
|
|
ref: "/usage/configuration"
|