@@ -52,59 +52,95 @@ plugins:
52
52
css_dir : css
53
53
javascript_dir : js
54
54
- search
55
+ # Note: Try to avoid globs for `imports`. Be explicit about imports, so we can avoid having
56
+ # published dangling docs with no routes to them from the nav/other pages - these will go stale quickly.
55
57
- multirepo :
56
58
cleanup : true
57
59
keep_docs_dir : true
58
60
nav_repos :
59
61
- name : kuadrant-operator
60
- import_url : ' https://github.com/kuadrant/kuadrant-operator?edit_uri=/blob/main/&branch=main'
62
+ import_url : https://github.com/kuadrant/kuadrant-operator?edit_uri=/blob/main/&branch=main
61
63
imports :
62
- - /README.md
63
- - /doc/*
64
- - /config/samples/*
65
- - /examples/*
64
+ - /doc/install/mtls-configuration.md
65
+ - /doc/observability/examples.md
66
+ - /doc/observability/metrics.md
67
+ - /doc/observability/tracing.md
68
+ - /doc/overviews/auth.md
69
+ - /doc/overviews/dns.md
70
+ - /doc/overviews/rate-limiting.md
71
+ - /doc/overviews/tls.md
72
+ - /doc/reference/authpolicy.md
73
+ - /doc/reference/dnspolicy.md
74
+ - /doc/reference/kuadrant.md
75
+ - /doc/reference/ratelimitpolicy.md
76
+ - /doc/reference/tlspolicy.md
77
+ - /doc/user-guides/auth/auth-for-app-devs-and-platform-engineers.md
78
+ - /doc/user-guides/dns/basic-dns-configuration.md
79
+ - /doc/user-guides/dns/dnshealthchecks.md
80
+ - /doc/user-guides/dns/gateway-dns.md
81
+ - /doc/user-guides/dns/load-balanced-dns.md
82
+ - /doc/user-guides/full-walkthrough/secure-protect-connect.md
83
+ - /doc/user-guides/ratelimiting/authenticated-rl-for-app-developers.md
84
+ - /doc/user-guides/ratelimiting/authenticated-rl-with-jwt-and-k8s-authnz.md
85
+ - /doc/user-guides/ratelimiting/gateway-rl-for-cluster-operators.md
86
+ - /doc/user-guides/ratelimiting/multi-auth-rlp-diff-section.md
87
+ - /doc/user-guides/ratelimiting/multi-auth-rlp-same-section.md
88
+ - /doc/user-guides/tls/gateway-tls.md
89
+ - /doc/observability/grafana_trace.png
90
+ - /doc/observability/grafana_tracing_loki.png
91
+ - /doc/user-guides/ratelimiting/simple-rl-for-app-developers.md
66
92
- name : authorino
67
- import_url : ' https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=main'
93
+ import_url : https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=main
68
94
imports :
69
- - /README.md
70
- - /docs/*
71
- - /docs/user-guides/*
72
- - /install/crd/*
73
- - name : authorino-operator
74
- import_url : ' https://github.com/kuadrant/authorino-operator?edit_uri=/blob/main/&branch=main'
75
- imports :
76
- - /README.md
77
- - name : limitador
78
- import_url : ' https://github.com/kuadrant/limitador?edit_uri=/blob/main/&branch=main'
79
- imports :
80
- - /README.md
81
- - /doc/*
82
- - /limitador-server/README.md
83
- - /limitador-server/docs/*
84
- - /limitador/README.md
85
- - /limitador-server/kubernetes/*
86
- - /limitador-server/sandbox/*
87
- - /LICENSE
88
- - name : limitador-operator
89
- import_url : ' https://github.com/kuadrant/limitador-operator?edit_uri=/blob/main/&branch=main'
90
- imports :
91
- - /README.md
92
- - /doc/*
95
+ - /docs/user-guides/observability.md
96
+ - /docs/features.md
97
+ - /docs/architecture.md
98
+ - /docs/architecture.gif
99
+ - /docs/auth-pipeline.gif
100
+ - /install/crd/*
101
+ - /docs/user-guides.md
102
+ - /docs/user-guides/*
103
+ - /docs/user-guides/hello-world.md
104
+ - /docs/user-guides/anonymous-access.md
105
+ - /docs/user-guides/oidc-user-info.md
106
+ - /docs/user-guides/oidc-rbac.md
107
+ - /docs/user-guides/authzed.md
108
+ - /docs/user-guides/injecting-data.md
109
+ - /docs/user-guides/host-override.md
110
+ - /docs/user-guides/sharding.md
111
+ - /docs/user-guides/caching.md
112
+ - /docs/user-guides/sharding.md
113
+ - /docs/getting-started.md
114
+ - /docs/user-guides/api-key-authentication.md
115
+ - /docs/user-guides/authenticated-rate-limiting-envoy-dynamic-metadata.md
116
+ - /docs/user-guides/deny-with-redirect-to-login.md
117
+ - /docs/user-guides/edge-authentication-architecture-festival-wristbands.md
118
+ - /docs/user-guides/envoy-jwt-authn-and-authorino.md
119
+ - /docs/user-guides/external-metadata.md
120
+ - /docs/user-guides/http-basic-authentication.md
121
+ - /docs/user-guides/json-pattern-matching-authorization.md
122
+ - /docs/user-guides/keycloak-authorization-services.md
123
+ - /docs/user-guides/kubernetes-subjectaccessreview.md
124
+ - /docs/user-guides/kubernetes-tokenreview.md
125
+ - /docs/user-guides/mtls-authentication.md
126
+ - /docs/user-guides/oauth2-token-introspection.md
127
+ - /docs/user-guides/oidc-jwt-authentication.md
128
+ - /docs/user-guides/opa-authorization.md
129
+ - /docs/user-guides/passing-credentials.md
130
+ - /docs/user-guides/resource-level-authorization-uma.md
131
+ - /docs/user-guides/token-normalization.md
132
+ - /docs/terminology.md
133
+ - /docs/contributing.md
134
+ - /docs/README.md
93
135
- name : architecture
94
- import_url : ' https://github.com/kuadrant/architecture?edit_uri=/blob/main/&branch=main'
95
- imports :
96
- - /docs/design/*
97
- - name : kuadrantctl
98
- import_url : ' https://github.com/kuadrant/kuadrantctl?edit_uri=/blob/main/&branch=main'
136
+ import_url : https://github.com/kuadrant/architecture?edit_uri=/blob/main/&branch=main
99
137
imports :
100
- - /README .md
101
- - /doc /*
138
+ - /docs/design/architectural-overview-v1 .md
139
+ - /docs/design/images /*
102
140
- name : dns-operator
103
- import_url : ' https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=main'
141
+ import_url : https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=main
104
142
imports :
105
- - /README.md
106
- - /docs/*
107
- - /config/samples/*
143
+ - /docs/provider.md
108
144
- redirects :
109
145
redirect_maps :
110
146
' getting-started-single-cluster.md ' : ' getting-started.md'
0 commit comments