-
Notifications
You must be signed in to change notification settings - Fork 96
/
mkdocs.yml
38 lines (36 loc) · 1.47 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
site_name: Integreatly Operator
site_url: https://integreatly-repo.readthedocs.io/
repo_url: https://github.com/integr8ly/integreatly-operator
theme:
name: readthedocs
plugins:
- search
nav:
- Home:
- Integreatly Operator: index.md
- Getting Started: getting_started.md
- Terminology: terminology.md
- Installation:
- Local installation: installation_guides/local_installation.md
- OLM Installation: installation_guides/olm_installation.md
- Identity Provider Setup: installation_guides/identity_provider_setup.md
- Additional configuration: installation_guides/additional_configuration.md
- Validation of installation: installation_guides/validation_of_installation.md
- Setting Up OBO with RHOAM: observability/obo_setup.md
- Products:
- Adding new product: products/adding_new_product.md
- Configuring Custom Domain: products/custom_domain.md
- 3scale guides: products/3scale_guides.md
- Tests:
- Unit tests: tests/unit_tests.md
- End to End (e2e): tests/e2e.md
- Product tests: tests/product_tests.md
- Scorecard tests: tests/scorecard_tests.md
- Testing Alerts: tests/testing_alerts.md
- Workshop postgres/redis instances: tests/workshop.md
- Uninstallation:
- Local and OLM: uninstallation/local_and_olm.md
- Addon flow: uninstallation/addon_flow.md
- ROSA: uninstallation/rosa.md
- Load Testing:
- Using Locust: load_testing/locust.md