forked from redhat-openshift-ecosystem/operator-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (32 loc) · 1.11 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: Red Hat OpenShift Operators
repo_name: operator-pipelines
repo_url: https://github.com/redhat-openshift-ecosystem/operator-pipelines
nav:
- "Overview": README.md
- "Operator pipelines":
- "Overview": "users/pipelines_overview.md"
- "ISV operators": "users/isv_pipelines.md"
- "Contributing via PR": "users/contributing-via-pr.md"
- "Operator CI yaml": "users/operator-ci-yaml.md"
- "Tests":
- "Static checks": "users/static_checks.md"
- "Dynamic checks": "users/dynamic_checks.md"
- "Operators":
- "Before submitting your Operator": "users/contributing-prerequisites.md"
- "Where to place operator": "users/contributing-where-to.md"
- "Best practices": "users/best-practices.md"
- "File base catalog": "users/fbc_onboarding.md"
- "OKD/OpenShift Catalogs criteria and options": "users/packaging-required-criteria-ocp.md"
- "Admin":
- "Admin guide": "pipeline-admin-guide.md"
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- toc.integrate
plugins:
- search
- mermaid2