We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d568a3e commit 04616feCopy full SHA for 04616fe
python/.gitignore
@@ -169,3 +169,5 @@ cython_debug/
169
170
# PyPI configuration file
171
.pypirc
172
+
173
+.DS_Store
python/src/kagent/tools/docs/query_documentation.py
@@ -19,16 +19,16 @@
19
PRODUCT_DB_MAP = {
20
"kubernetes": "kubernetes.db",
21
"istio": "istio.db",
22
- "argo cd": "argo.db",
23
- "argo rollouts": "argo-rollouts.db",
+ "argo": "argo.db",
+ "argo-rollouts": "argo-rollouts.db",
24
"helm": "helm.db",
25
"prometheus": "prometheus.db",
26
"gateway-api": "gateway-api.db",
27
"gloo-gateway": "gloo-gateway.db",
28
"gloo-edge": "gloo-edge.db",
29
"otel": "otel.db",
30
"cilium": "cilium.db",
31
- "istio ambient mesh": "ambient.db",
+ "ambient": "ambient.db",
32
}
33
34
0 commit comments