Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sperating concepts and api/references #169

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ approvers:
- david-martin
- mikenairn
- philbrookes
- sergioifg94
- maleck13
- jasonmadigan
- guicassolato
Expand All @@ -15,7 +14,6 @@ reviewers:
- david-martin
- mikenairn
- philbrookes
- sergioifg94
- R-Lawton
- roivaz
- pmccarthy
Expand Down
18 changes: 12 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,29 @@ nav:
- 'Getting Started':
- 'Single-Cluster': getting-started-single-cluster.md
- 'Multi-Cluster': getting-started-multi-cluster.md
- 'Architecture': architecture/docs/design/architectural-overview-v1.md
- 'Installation':
- 'Helm': https://artifacthub.io/packages/helm/kuadrant/kuadrant-operator
- 'OLM on OpenShift': kuadrant-operator/doc/install/install-openshift.md
- 'Concepts and APIs':
- 'Concepts':
- 'Architecture': architecture/docs/design/architectural-overview-v1.md
- 'DNSPolicy':
- 'Overview': kuadrant-operator/doc/overviews/dns.md
- 'Reference': kuadrant-operator/doc/reference/dnspolicy.md
- 'TLSPolicy':
- 'Overview': kuadrant-operator/doc/overviews/tls.md
- 'Reference': kuadrant-operator/doc/reference/tlspolicy.md
- 'AuthPolicy':
- 'Overview': kuadrant-operator/doc/overviews/auth.md
- 'Reference': kuadrant-operator/doc/reference/authpolicy.md
- 'RateLimitPolicy':
- 'Overview': kuadrant-operator/doc/overviews/rate-limiting.md
- 'Reference': kuadrant-operator/doc/reference/ratelimitpolicy.md
- 'APIs':
- 'DNSPolicy':
- 'Reference': kuadrant-operator/doc/reference/dnspolicy.md
R-Lawton marked this conversation as resolved.
Show resolved Hide resolved
- 'TLSPolicy':
- 'Reference': kuadrant-operator/doc/reference/tlspolicy.md
- 'AuthPolicy':
- 'Reference': kuadrant-operator/doc/reference/authpolicy.md
- 'RateLimitPolicy':
- 'Reference': kuadrant-operator/doc/reference/ratelimitpolicy.md
- 'Kuadrant CRD': kuadrant-operator/doc/reference/kuadrant.md
- 'How-to Guides':
- 'Secure, connect and protect': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect.md
- 'DNS configuration':
Expand Down
Loading