diff --git a/en/mkdocs.yml b/en/mkdocs.yml index 1922a6f04..da73f8d56 100644 --- a/en/mkdocs.yml +++ b/en/mkdocs.yml @@ -408,6 +408,78 @@ nav: - Gateway runtime with two CPUs: api-gateway/next/performance/gateway-runtime-with-two-cpus.md - Gateway runtime with four CPUs: api-gateway/next/performance/gateway-runtime-with-four-cpus.md - About this release: api-gateway/next/about-this-release.md + - "1.2.0": + - Overview: api-gateway/1.2.0/overview.md + - Quick Start Guide: api-gateway/1.2.0/quick-start-guide.md + - Setup: + - Configuration & Interpolation: api-gateway/1.2.0/setup/configuration.md + - Setting Up the Database: api-gateway/1.2.0/setup/database-setup.md + - Artifact Templating: api-gateway/1.2.0/setup/artifact-templating.md + - Resiliency: + - Timeouts: api-gateway/1.2.0/resiliency/timeouts.md + - Policies: + - Overview: api-gateway/1.2.0/policies/overview.md + - Custom Policies: + - Writing a Custom Policy: api-gateway/1.2.0/policies/custom-policies/writing-a-custom-policy.md + - Building Gateway with Custom Policies: api-gateway/1.2.0/policies/custom-policies/building-gateway-with-custom-policies.md + - Deployment: + - Deployment Modes: + - Immutable Gateway: api-gateway/1.2.0/deployment/deployment-modes/immutable-gateway.md + - Kubernetes: + - Overview: api-gateway/1.2.0/deployment/deployment-modes/kubernetes/overview.md + - Standalone Mode: api-gateway/1.2.0/deployment/deployment-modes/kubernetes/kubernetes-standalone.md + - Kubernetes Operator Mode: api-gateway/1.2.0/deployment/deployment-modes/kubernetes/gateway-operator.md + - Management CRDs: api-gateway/1.2.0/deployment/deployment-modes/kubernetes/gateway-operator-management-crds.md + - High-Availability Production Deployment: + - Overview: api-gateway/1.2.0/deployment/high-availability-production-deployment.md + - Security Hardening: api-gateway/1.2.0/deployment/production-deployment/security-hardening.md + - Database Configuration: api-gateway/1.2.0/deployment/production-deployment/database-configuration.md + - Resources & Scaling: api-gateway/1.2.0/deployment/production-deployment/resources-and-scaling.md + - Deploy & Verify: api-gateway/1.2.0/deployment/production-deployment/deploy-and-verify.md + - Control Plane Connection: api-gateway/1.2.0/deployment/production-deployment/control-plane-connection.md + - Deploying APIs: + - Bottom-Up Deployment: api-gateway/1.2.0/deployment/deploying-apis/bottom-up-api-deployment.md + - Observability: + - Logging: + - Centralized Logging: api-gateway/1.2.0/observability/logging.md + - Traffic Logging: api-gateway/1.2.0/observability/traffic-logging.md + - Tracing: + - Overview: api-gateway/1.2.0/observability/tracing/overview.md + - Enabling and Disabling Tracing: api-gateway/1.2.0/observability/tracing/enabling-tracing.md + - Viewing Traces in Jaeger: api-gateway/1.2.0/observability/tracing/viewing-traces-in-jaeger.md + - Tracing Configuration: api-gateway/1.2.0/observability/tracing/configuration.md + - Alternative Tracing Backends: api-gateway/1.2.0/observability/tracing/alternative-backends.md + - Best Practices and Troubleshooting: api-gateway/1.2.0/observability/tracing/best-practices-and-troubleshooting.md + - Metrics: + - Overview: api-gateway/1.2.0/observability/metrics/overview.md + - Enabling and Disabling Metrics: api-gateway/1.2.0/observability/metrics/enabling-metrics.md + - Viewing Metrics in Grafana: api-gateway/1.2.0/observability/metrics/viewing-metrics-in-grafana.md + - Prometheus Queries: api-gateway/1.2.0/observability/metrics/prometheus-queries.md + - Configuration Options: api-gateway/1.2.0/observability/metrics/configuration.md + - Alternative Metrics Backends: api-gateway/1.2.0/observability/metrics/alternative-backends.md + - Metric Reference: api-gateway/1.2.0/observability/metrics/metric-reference.md + - Best Practices and Troubleshooting: api-gateway/1.2.0/observability/metrics/best-practices-and-troubleshooting.md + - Analytics: + - Analytics Header Filter: api-gateway/1.2.0/analytics/analytics-header-filter.md + - Moesif Analytics: api-gateway/1.2.0/analytics/moesif-analytics.md + - Management API: + - Overview: api-gateway/1.2.0/gateway-controller-management-api/overview.md + - Authentication: api-gateway/1.2.0/gateway-controller-management-api/authentication.md + - Rest API Management: api-gateway/1.2.0/gateway-controller-management-api/rest-api-management.md + - MCP Proxy Management: api-gateway/1.2.0/gateway-controller-management-api/mcp-proxy-management.md + - Certificate Management: api-gateway/1.2.0/gateway-controller-management-api/certificate-management.md + - LLM Provider Template Management: api-gateway/1.2.0/gateway-controller-management-api/llm-provider-template-management.md + - LLM Provider Management: api-gateway/1.2.0/gateway-controller-management-api/llm-provider-management.md + - LLM Proxy Management: api-gateway/1.2.0/gateway-controller-management-api/llm-proxy-management.md + - Secrets Management: api-gateway/1.2.0/gateway-controller-management-api/secrets-management.md + - WebSub API Management: api-gateway/1.2.0/gateway-controller-management-api/websub-api-management.md + - WebBroker API Management: api-gateway/1.2.0/gateway-controller-management-api/webbroker-api-management.md + - Schemas: api-gateway/1.2.0/gateway-controller-management-api/schemas.md + - Performance: + - Overview: api-gateway/1.2.0/performance/overview.md + - Gateway runtime with two CPUs: api-gateway/1.2.0/performance/gateway-runtime-with-two-cpus.md + - Gateway runtime with four CPUs: api-gateway/1.2.0/performance/gateway-runtime-with-four-cpus.md + - About this release: api-gateway/1.2.0/about-this-release.md - "1.1.0": - Overview: api-gateway/1.1.0/overview.md - Setup: @@ -595,6 +667,63 @@ nav: - AI Gateway runtime with two CPUs: ai-gateway/next/performance/ai-gateway-runtime-with-two-cpus.md - AI Gateway runtime with four CPUs: ai-gateway/next/performance/ai-gateway-runtime-with-four-cpus.md - About this release: ai-gateway/next/about-this-release.md + - "1.2.0": + - Overview: ai-gateway/1.2.0/overview.md + - Quick Start Guide: ai-gateway/1.2.0/quick-start-guide.md + - Setup: + - Configuration & Interpolation: ai-gateway/1.2.0/setup/configuration.md + - Setting Up the Database: ai-gateway/1.2.0/setup/database-setup.md + - LLM Proxy: + - Quick Start Guide: ai-gateway/1.2.0/llm-proxy/quick-start-guide.md + - LLM Provider Templates: ai-gateway/1.2.0/llm-proxy/llm-templates.md + - Multi-Provider Routing: ai-gateway/1.2.0/llm-proxy/multi-provider-routing.md + - Guardrails: + - AWS Bedrock Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/aws-bedrock-guardrail.md + - Azure Content Safety: ai-gateway/1.2.0/llm-proxy/guardrails/azure-content-safety.md + - Content Length Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/content-length.md + - JSON Schema Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/json-schema.md + - PII Masking Regex Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/pii-masking-regex.md + - Regex Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/regex.md + - Semantic Prompt Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/semantic-prompt-guard.md + - Sentence Count Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/sentence-count.md + - URL Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/url.md + - Word Count Guardrail: ai-gateway/1.2.0/llm-proxy/guardrails/word-count.md + - Load Balancing: + - Model Round Robin: ai-gateway/1.2.0/llm-proxy/load-balancing/model-round-robin.md + - Model Weighted Round Robin: ai-gateway/1.2.0/llm-proxy/load-balancing/model-weighted-round-robin.md + - Prompt Management: + - Prompt Decorator: ai-gateway/1.2.0/llm-proxy/prompt-management/prompt-decorator.md + - Prompt Template: ai-gateway/1.2.0/llm-proxy/prompt-management/prompt-template.md + - Semantic Caching: ai-gateway/1.2.0/llm-proxy/semantic-caching.md + - MCP Proxy: + - Quick Start Guide: ai-gateway/1.2.0/mcp-proxy/quick-start-guide.md + - Policies: + - MCP Access Control List: ai-gateway/1.2.0/mcp-proxy/policies/mcp-acl-list.md + - MCP Authentication: ai-gateway/1.2.0/mcp-proxy/policies/mcp-authentication.md + - MCP Authorization: ai-gateway/1.2.0/mcp-proxy/policies/mcp-authorization.md + - MCP Rewrite: ai-gateway/1.2.0/mcp-proxy/policies/mcp-rewrite.md + - Real-Time AI Streaming: ai-gateway/1.2.0/streaming-responses.md + - Deployment Modes: + - Immutable Gateway: ai-gateway/1.2.0/deployment-modes/immutable-gateway.md + - Kubernetes: + - Overview: ai-gateway/1.2.0/deployment-modes/kubernetes/overview.md + - Standalone Mode: ai-gateway/1.2.0/deployment-modes/kubernetes/kubernetes-standalone.md + - Kubernetes Operator Mode: ai-gateway/1.2.0/deployment-modes/kubernetes/gateway-operator.md + - Resiliency: + - Timeouts: ai-gateway/1.2.0/resiliency/timeouts.md + - Observability: + - Logging: ai-gateway/1.2.0/observability/logging.md + - Tracing: ai-gateway/1.2.0/observability/tracing.md + - Analytics: + - Moesif Analytics: ai-gateway/1.2.0/analytics/moesif-analytics.md + - Analytics Header Filter: ai-gateway/1.2.0/analytics/analytics-header-filter.md + - Performance: + - Overview: ai-gateway/1.2.0/performance/overview.md + - AI Gateway runtime with two CPUs: ai-gateway/1.2.0/performance/ai-gateway-runtime-with-two-cpus.md + - AI Gateway runtime with four CPUs: ai-gateway/1.2.0/performance/ai-gateway-runtime-with-four-cpus.md + - AI Gateway Rest API: + - Authentication: ai-gateway/1.2.0/ai-gateway-rest-api/authentication.md + - About this release: ai-gateway/1.2.0/about-this-release.md - "1.1.0": - Overview: ai-gateway/1.1.0/overview.md - LLM Proxy: @@ -1347,14 +1476,16 @@ extra: versioned_sections: API Gateway: slug: api-gateway - default: "1.1.0" + default: "1.2.0" versions: + - "1.2.0" - "1.1.0" - "1.0.0" AI Gateway: slug: ai-gateway - default: "1.1.0" + default: "1.2.0" versions: + - "1.2.0" - "1.1.0" - "1.0.0" AI Workspace: