-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
62 lines (62 loc) · 2.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Example: https://github.com/squidfunk/mkdocs-material/blob/master/mkdocs.yml
---
site_name: Platform Automation Toolkit
site_url: https://docs.pivotal.io
repo_url: https://github.com/pivotal/docs-platform-automation
repo_name: Help fix the docs!
edit_uri: edit/develop/docs/
theme:
name: pivotal
logo: assets/icon.svg
strict: true
use_directory_urls: false
plugins:
- search: {}
- jinja2: {}
markdown_extensions:
- admonition
- pymdownx.extra
- pymdownx.highlight:
linenums: true
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- sane_lists
- markdown-code-excerpt:
sections:
tasks: "./tasks"
examples: "./docs/examples"
reference: "./external/docs-platform-automation-reference-pipeline-config"
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/7.1.2/mermaid.min.js
nav:
- Overview: index.md
- Release Notes: release-notes.md
- Compatibility and Versioning: compatibility-and-versioning.md
- Getting Started: getting-started.md
- Reference Pipelines:
- Retrieving External Dependencies: pipelines/resources.md
- Ops Manager + Multiple Products: pipelines/multiple-products.md
- How-to Guides:
- Installing Ops Manager: how-to-guides/installing-opsman.md
- Upgrading an Existing Ops Manager: how-to-guides/upgrade-existing-opsman.md
- Configuring Auth: how-to-guides/configuring-auth.md
- Configuring Env: how-to-guides/configuring-env.md
- Creating a Director Config File: how-to-guides/creating-a-director-config-file.md
- Adding a Product: how-to-guides/adding-a-product.md
- Git Repository Layout: how-to-guides/git-repo-layout.md
- Running Commands Locally: how-to-guides/running-commands-locally.md
- Setting Up S3 for File Storage: how-to-guides/setting-up-s3.md
- Rotating Certificate Authority: how-to-guides/rotating-certificate-authority.md
- Concepts:
- Secrets Handling: concepts/secrets-handling.md
- Stemcell Handling: concepts/stemcell-handling.md
- Variables: concepts/variables.md
- Recovering and Upgrading Ops Manager: concepts/upgrade.md
- Pipeline Design:
- Configuration Management Strategies: pipeline-design/configuration-management-strategies.md
- Task Reference: tasks.md
- Task Inputs and Outputs: inputs-outputs.md
- Report an Issue: report-an-issue.md