Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions .github/styles/base/Dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ service_name
shm
show_in_api
Sigstore
sign_in
slas
Slowloris
slsa
Expand Down
2 changes: 2 additions & 0 deletions .github/styles/base/Kongterms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ swap:
Kong Gateway: "{{site.base_gateway}}"
AI Gateway: "{{site.ai_gateway}}"
Kong AI Gateway: "{{site.ai_gateway_name}}"
Kong Context Mesh: "{{site.context_mesh_product_name}}"
Context Mesh: "{{site.context_mesh}}"
Kong Konnect: "{{site.konnect_product_name}}"
Kong Ingress Controller: "{{site.kic_product_name}}"
Kong Mesh: "{{site.mesh_product_name}}"
Expand Down
2 changes: 2 additions & 0 deletions app/_assets/stylesheets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
--color-observability-background: var(--color-semantic-yellow-secondary);
--color-ai-gateway-brand: var(--color-semantic-green-primary);
--color-ai-gateway-background: var(--color-semantic-green-secondary);
--color-context-mesh-brand: var(--color-semantic-green-primary);
--color-context-mesh-background: var(--color-semantic-green-secondary);
--color-event-gateway-brand: var(--color-semantic-green-primary);
--color-event-gateway-background: var(--color-semantic-green-secondary);
--color-gateway-brand: var(--color-semantic-green-primary);
Expand Down
2 changes: 2 additions & 0 deletions app/_data/products/context-mesh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: Context Mesh
icon: /assets/icons/context-mesh.svg
2 changes: 1 addition & 1 deletion app/_data/schemas/frontmatter/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "array",
"items": {
"type": "string",
"enum": ["ai-gateway", "gateway", "insomnia", "mesh", "kic", "catalog", "observability", "dev-portal", "operator", "konnect", "event-gateway", "konnect-reference-platform", "metering-and-billing", "identity"]
"enum": ["ai-gateway", "gateway", "insomnia", "mesh", "kic", "catalog", "observability", "dev-portal", "operator", "konnect", "event-gateway", "konnect-reference-platform", "metering-and-billing", "identity", "context-mesh"]
}
},
"tools": {
Expand Down
Loading
Loading