From 036ae7d3cf9f800a8f71e8e6c056a601644d1dfb Mon Sep 17 00:00:00 2001 From: krish Date: Fri, 7 Aug 2026 15:13:16 +0530 Subject: [PATCH 1/4] Update docs --- en/mkdocs.yml | 315 +++++++++++++++++++++++++------------------------- 1 file changed, 158 insertions(+), 157 deletions(-) diff --git a/en/mkdocs.yml b/en/mkdocs.yml index b3eccf065..a31ab371a 100644 --- a/en/mkdocs.yml +++ b/en/mkdocs.yml @@ -336,78 +336,78 @@ nav: - Overview: api-manager/overview.md - Documentation: https://apim.docs.wso2.com/en/latest/ - API Gateway: - - "next": - - Overview: api-gateway/next/overview.md - - Quick Start Guide: api-gateway/next/quick-start-guide.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/next/setup/configuration.md - - Setting Up the Database: api-gateway/next/setup/database-setup.md - - Artifact Templating: api-gateway/next/setup/artifact-templating.md + - 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/next/resiliency/timeouts.md + - Timeouts: api-gateway/1.2.0/resiliency/timeouts.md - Policies: - - Overview: api-gateway/next/policies/overview.md + - Overview: api-gateway/1.2.0/policies/overview.md - Custom Policies: - - Writing a Custom Policy: api-gateway/next/policies/custom-policies/writing-a-custom-policy.md - - Building Gateway with Custom Policies: api-gateway/next/policies/custom-policies/building-gateway-with-custom-policies.md + - 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/next/deployment/deployment-modes/immutable-gateway.md + - Immutable Gateway: api-gateway/1.2.0/deployment/deployment-modes/immutable-gateway.md - Kubernetes: - - Overview: api-gateway/next/deployment/deployment-modes/kubernetes/overview.md - - Standalone Mode: api-gateway/next/deployment/deployment-modes/kubernetes/kubernetes-standalone.md - - Kubernetes Operator Mode: api-gateway/next/deployment/deployment-modes/kubernetes/gateway-operator.md - - Management CRDs: api-gateway/next/deployment/deployment-modes/kubernetes/gateway-operator-management-crds.md + - 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/next/deployment/high-availability-production-deployment.md - - Security Hardening: api-gateway/next/deployment/production-deployment/security-hardening.md - - Database Configuration: api-gateway/next/deployment/production-deployment/database-configuration.md - - Resources & Scaling: api-gateway/next/deployment/production-deployment/resources-and-scaling.md - - Deploy & Verify: api-gateway/next/deployment/production-deployment/deploy-and-verify.md - - Control Plane Connection: api-gateway/next/deployment/production-deployment/control-plane-connection.md + - 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/next/deployment/deploying-apis/bottom-up-api-deployment.md + - Bottom-Up Deployment: api-gateway/1.2.0/deployment/deploying-apis/bottom-up-api-deployment.md - Observability: - Logging: - - Centralized Logging: api-gateway/next/observability/logging.md - - Traffic Logging: api-gateway/next/observability/traffic-logging.md + - 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/next/observability/tracing/overview.md - - Enabling and Disabling Tracing: api-gateway/next/observability/tracing/enabling-tracing.md - - Viewing Traces in Jaeger: api-gateway/next/observability/tracing/viewing-traces-in-jaeger.md - - Tracing Configuration: api-gateway/next/observability/tracing/configuration.md - - Alternative Tracing Backends: api-gateway/next/observability/tracing/alternative-backends.md - - Best Practices and Troubleshooting: api-gateway/next/observability/tracing/best-practices-and-troubleshooting.md + - 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/next/observability/metrics/overview.md - - Enabling and Disabling Metrics: api-gateway/next/observability/metrics/enabling-metrics.md - - Viewing Metrics in Grafana: api-gateway/next/observability/metrics/viewing-metrics-in-grafana.md - - Prometheus Queries: api-gateway/next/observability/metrics/prometheus-queries.md - - Configuration Options: api-gateway/next/observability/metrics/configuration.md - - Alternative Metrics Backends: api-gateway/next/observability/metrics/alternative-backends.md - - Metric Reference: api-gateway/next/observability/metrics/metric-reference.md - - Best Practices and Troubleshooting: api-gateway/next/observability/metrics/best-practices-and-troubleshooting.md + - 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/next/analytics/analytics-header-filter.md - - Moesif Analytics: api-gateway/next/analytics/moesif-analytics.md + - 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/next/gateway-controller-management-api/overview.md - - Authentication: api-gateway/next/gateway-controller-management-api/authentication.md - - Rest API Management: api-gateway/next/gateway-controller-management-api/rest-api-management.md - - MCP Proxy Management: api-gateway/next/gateway-controller-management-api/mcp-proxy-management.md - - Certificate Management: api-gateway/next/gateway-controller-management-api/certificate-management.md - - LLM Provider Template Management: api-gateway/next/gateway-controller-management-api/llm-provider-template-management.md - - LLM Provider Management: api-gateway/next/gateway-controller-management-api/llm-provider-management.md - - LLM Proxy Management: api-gateway/next/gateway-controller-management-api/llm-proxy-management.md - - Secrets Management: api-gateway/next/gateway-controller-management-api/secrets-management.md - - WebSub API Management: api-gateway/next/gateway-controller-management-api/websub-api-management.md - - WebBroker API Management: api-gateway/next/gateway-controller-management-api/webbroker-api-management.md - - Schemas: api-gateway/next/gateway-controller-management-api/schemas.md + - 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/next/performance/overview.md - - 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 + - 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: @@ -687,135 +687,135 @@ nav: # In-development 'next' doc sets, only shown in the nav while browsing a # /next/ (or /next/) URL — see extra.version_scoped_navs. - API Portal & MCP Hub: - - Overview: next/api-portal/overview.md - - About this Release: next/api-portal/about-this-release.md - - Getting Started: next/api-portal/getting-started.md - - Concepts: next/api-portal/concepts.md + - Overview: 1.0.0/api-portal/overview.md + - About this Release: 1.0.0/api-portal/about-this-release.md + - Getting Started: 1.0.0/api-portal/getting-started.md + - Concepts: 1.0.0/api-portal/concepts.md - Discover APIs: - - Search APIs: next/api-portal/discover-apis/api-search.md - - API Overview: next/api-portal/discover-apis/api-overview.md - - API Documentation: next/api-portal/discover-apis/api-documentations.md - - AI Agent Discovery: next/api-portal/discover-apis/ai-agent-discovery.md + - Search APIs: 1.0.0/api-portal/discover-apis/api-search.md + - API Overview: 1.0.0/api-portal/discover-apis/api-overview.md + - API Documentation: 1.0.0/api-portal/discover-apis/api-documentations.md + - AI Agent Discovery: 1.0.0/api-portal/discover-apis/ai-agent-discovery.md - MCP Servers: - - Overview: next/api-portal/mcp-servers/overview.md - - Discover MCP Servers: next/api-portal/mcp-servers/discover-mcp-servers.md - - Connect to an MCP Server: next/api-portal/mcp-servers/connect-to-an-mcp-server.md - - MCP Registry API: next/api-portal/mcp-servers/mcp-registry.md - - API Workflows: next/api-portal/api-workflows.md + - Overview: 1.0.0/api-portal/mcp-servers/overview.md + - Discover MCP Servers: 1.0.0/api-portal/mcp-servers/discover-mcp-servers.md + - Connect to an MCP Server: 1.0.0/api-portal/mcp-servers/connect-to-an-mcp-server.md + - MCP Registry API: 1.0.0/api-portal/mcp-servers/mcp-registry.md + - API Workflows: 1.0.0/api-portal/api-workflows.md - Consume an API: - - Overview: next/api-portal/consume-an-api/overview.md - - OAuth2-Secured APIs: next/api-portal/consume-an-api/oauth2.md - - API-Key-Secured APIs: next/api-portal/consume-an-api/api-key.md - - Manage Applications: next/api-portal/manage-applications.md - - Manage Subscriptions: next/api-portal/manage-subscriptions.md - - Manage API Keys: next/api-portal/manage-api-keys.md - - Theming: next/api-portal/theming.md + - Overview: 1.0.0/api-portal/consume-an-api/overview.md + - OAuth2-Secured APIs: 1.0.0/api-portal/consume-an-api/oauth2.md + - API-Key-Secured APIs: 1.0.0/api-portal/consume-an-api/api-key.md + - Manage Applications: 1.0.0/api-portal/manage-applications.md + - Manage Subscriptions: 1.0.0/api-portal/manage-subscriptions.md + - Manage API Keys: 1.0.0/api-portal/manage-api-keys.md + - Theming: 1.0.0/api-portal/theming.md - Tutorials: - - Secured API End to End: next/api-portal/tutorials/secured-api-end-to-end.md - - Set up Asgardeo: next/api-portal/tutorials/asgardeo-as-idp.md + - Secured API End to End: 1.0.0/api-portal/tutorials/secured-api-end-to-end.md + - Set up Asgardeo: 1.0.0/api-portal/tutorials/asgardeo-as-idp.md - Setting Up: - Authentication: - - Overview: next/api-portal/setting-up/authentication/overview.md - - Connect an Identity Provider: next/api-portal/setting-up/authentication/connect-an-identity-provider.md - - Set up the Database: next/api-portal/setting-up/database.md - - Artifact types: next/api-portal/artifact-types.md - - Design Mode: next/api-portal/setting-up/design-mode.md + - Overview: 1.0.0/api-portal/setting-up/authentication/overview.md + - Connect an Identity Provider: 1.0.0/api-portal/setting-up/authentication/connect-an-identity-provider.md + - Set up the Database: 1.0.0/api-portal/setting-up/database.md + - Artifact types: 1.0.0/api-portal/artifact-types.md + - Design Mode: 1.0.0/api-portal/setting-up/design-mode.md - Admin Settings: - Organization: - - Organization Settings: next/api-portal/admin-settings/organization-settings.md - - Manage Views: next/api-portal/admin-settings/manage-views.md - - Manage Labels: next/api-portal/admin-settings/manage-labels.md - - Subscription Plans: next/api-portal/admin-settings/subscription-plans.md - - Key Manager Integration: next/api-portal/admin-settings/key-manager-integration.md + - Organization Settings: 1.0.0/api-portal/admin-settings/organization-settings.md + - Manage Views: 1.0.0/api-portal/admin-settings/manage-views.md + - Manage Labels: 1.0.0/api-portal/admin-settings/manage-labels.md + - Subscription Plans: 1.0.0/api-portal/admin-settings/subscription-plans.md + - Key Manager Integration: 1.0.0/api-portal/admin-settings/key-manager-integration.md - Content: - - Manage APIs: next/api-portal/admin-settings/manage-apis.md - - Manage MCP Servers: next/api-portal/admin-settings/manage-mcp-servers.md - - API Content: next/api-portal/admin-settings/api-content.md + - Manage APIs: 1.0.0/api-portal/admin-settings/manage-apis.md + - Manage MCP Servers: 1.0.0/api-portal/admin-settings/manage-mcp-servers.md + - API Content: 1.0.0/api-portal/admin-settings/api-content.md - Integrations: - - Webhook Integration: next/api-portal/admin-settings/webhook-integration.md + - Webhook Integration: 1.0.0/api-portal/admin-settings/webhook-integration.md - AI & Discovery: - - LLM Instructions: next/api-portal/admin-settings/llm-instructions.md - - Managing API Workflows: next/api-portal/admin-settings/managing-api-workflows.md + - LLM Instructions: 1.0.0/api-portal/admin-settings/llm-instructions.md + - Managing API Workflows: 1.0.0/api-portal/admin-settings/managing-api-workflows.md - Appearance: - - Apply a Theme: next/api-portal/admin-settings/theming.md + - Apply a Theme: 1.0.0/api-portal/admin-settings/theming.md - References: - Management API: - - Overview: next/api-portal/rest-api/overview.md - - Authentication: next/api-portal/rest-api/authentication.md - - Organizations: next/api-portal/rest-api/organizations.md - - Organization Content: next/api-portal/rest-api/organization-content.md - - Views: next/api-portal/rest-api/views.md - - Labels: next/api-portal/rest-api/labels.md - - Subscription Plans: next/api-portal/rest-api/subscription-plans.md - - Key Managers: next/api-portal/rest-api/key-managers.md - - APIs: next/api-portal/rest-api/apis.md - - API Content: next/api-portal/rest-api/api-content.md - - MCP Servers: next/api-portal/rest-api/mcp-servers.md - - MCP Server Content: next/api-portal/rest-api/mcp-server-content.md - - MCP Server Keys: next/api-portal/rest-api/mcp-server-keys.md - - Applications: next/api-portal/rest-api/applications.md - - Application Keys: next/api-portal/rest-api/application-keys.md - - Subscriptions: next/api-portal/rest-api/subscriptions.md - - API Keys: next/api-portal/rest-api/api-keys.md - - API Workflows: next/api-portal/rest-api/api-workflows.md - - Webhook Subscribers: next/api-portal/rest-api/webhook-subscribers.md - - Webhook Events: next/api-portal/rest-api/webhook-events.md - - Schemas: next/api-portal/rest-api/schemas.md - - Webhook Event Catalog: next/api-portal/references/webhook-event-catalog.md - - Get a Bearer Token via curl: next/api-portal/references/get-a-bearer-token-via-curl.md - - Configurations: next/api-portal/references/configurations.md + - Overview: 1.0.0/api-portal/rest-api/overview.md + - Authentication: 1.0.0/api-portal/rest-api/authentication.md + - Organizations: 1.0.0/api-portal/rest-api/organizations.md + - Organization Content: 1.0.0/api-portal/rest-api/organization-content.md + - Views: 1.0.0/api-portal/rest-api/views.md + - Labels: 1.0.0/api-portal/rest-api/labels.md + - Subscription Plans: 1.0.0/api-portal/rest-api/subscription-plans.md + - Key Managers: 1.0.0/api-portal/rest-api/key-managers.md + - APIs: 1.0.0/api-portal/rest-api/apis.md + - API Content: 1.0.0/api-portal/rest-api/api-content.md + - MCP Servers: 1.0.0/api-portal/rest-api/mcp-servers.md + - MCP Server Content: 1.0.0/api-portal/rest-api/mcp-server-content.md + - MCP Server Keys: 1.0.0/api-portal/rest-api/mcp-server-keys.md + - Applications: 1.0.0/api-portal/rest-api/applications.md + - Application Keys: 1.0.0/api-portal/rest-api/application-keys.md + - Subscriptions: 1.0.0/api-portal/rest-api/subscriptions.md + - API Keys: 1.0.0/api-portal/rest-api/api-keys.md + - API Workflows: 1.0.0/api-portal/rest-api/api-workflows.md + - Webhook Subscribers: 1.0.0/api-portal/rest-api/webhook-subscribers.md + - Webhook Events: 1.0.0/api-portal/rest-api/webhook-events.md + - Schemas: 1.0.0/api-portal/rest-api/schemas.md + - Webhook Event Catalog: 1.0.0/api-portal/references/webhook-event-catalog.md + - Get a Bearer Token via curl: 1.0.0/api-portal/references/get-a-bearer-token-via-curl.md + - Configurations: 1.0.0/api-portal/references/configurations.md - AI Workspace: - - Overview: next/ai-workspace/overview.md - - About this Release: next/ai-workspace/about-this-release.md - - Getting Started: next/ai-workspace/getting-started.md + - Overview: 1.0.0/ai-workspace/overview.md + - About this Release: 1.0.0/ai-workspace/about-this-release.md + - Getting Started: 1.0.0/ai-workspace/getting-started.md # Set up the workspace itself. - Setting Up: - - Configuration & Interpolation: next/ai-workspace/setting-up/configuration.md - - Ports: next/ai-workspace/setting-up/ports.md - - Database: next/ai-workspace/setting-up/database.md + - Configuration & Interpolation: 1.0.0/ai-workspace/setting-up/configuration.md + - Ports: 1.0.0/ai-workspace/setting-up/ports.md + - Database: 1.0.0/ai-workspace/setting-up/database.md - Authentication: - - Overview: next/ai-workspace/setting-up/authentication/overview.md - - Connect an Identity Provider: next/ai-workspace/setting-up/authentication/connect-an-identity-provider.md - - Set up Asgardeo: next/ai-workspace/setting-up/authentication/asgardeo-setup.md - - Set up Microsoft Entra ID: next/ai-workspace/setting-up/authentication/entra-id-setup.md + - Overview: 1.0.0/ai-workspace/setting-up/authentication/overview.md + - Connect an Identity Provider: 1.0.0/ai-workspace/setting-up/authentication/connect-an-identity-provider.md + - Set up Asgardeo: 1.0.0/ai-workspace/setting-up/authentication/asgardeo-setup.md + - Set up Microsoft Entra ID: 1.0.0/ai-workspace/setting-up/authentication/entra-id-setup.md # Build the artifacts, in the order you create them. - AI Gateways: - - Setting Up: next/ai-workspace/ai-gateways/setting-up.md + - Setting Up: 1.0.0/ai-workspace/ai-gateways/setting-up.md - LLM Providers: - - Overview: next/ai-workspace/llm-providers/overview.md - - Configure Provider: next/ai-workspace/llm-providers/configure-provider.md - - Manage Provider: next/ai-workspace/llm-providers/manage-provider.md + - Overview: 1.0.0/ai-workspace/llm-providers/overview.md + - Configure Provider: 1.0.0/ai-workspace/llm-providers/configure-provider.md + - Manage Provider: 1.0.0/ai-workspace/llm-providers/manage-provider.md - LLM Provider Templates: - - Overview: next/ai-workspace/llm-provider-templates/overview.md - - Create a Custom Template: next/ai-workspace/llm-provider-templates/configure-template.md - - Manage Templates: next/ai-workspace/llm-provider-templates/manage-template.md + - Overview: 1.0.0/ai-workspace/llm-provider-templates/overview.md + - Create a Custom Template: 1.0.0/ai-workspace/llm-provider-templates/configure-template.md + - Manage Templates: 1.0.0/ai-workspace/llm-provider-templates/manage-template.md - App LLM Proxies: - - Overview: next/ai-workspace/llm-proxies/overview.md - - Configure App LLM Proxy: next/ai-workspace/llm-proxies/configure-proxy.md - - Manage App LLM Proxy: next/ai-workspace/llm-proxies/manage-proxy.md + - Overview: 1.0.0/ai-workspace/llm-proxies/overview.md + - Configure App LLM Proxy: 1.0.0/ai-workspace/llm-proxies/configure-proxy.md + - Manage App LLM Proxy: 1.0.0/ai-workspace/llm-proxies/manage-proxy.md - MCP Proxies: - - Overview: next/ai-workspace/mcp-proxies/overview.md - - Configure Proxy: next/ai-workspace/mcp-proxies/configure-proxy.md - - Apply Policies: next/ai-workspace/mcp-proxies/apply-policies.md + - Overview: 1.0.0/ai-workspace/mcp-proxies/overview.md + - Configure Proxy: 1.0.0/ai-workspace/mcp-proxies/configure-proxy.md + - Apply Policies: 1.0.0/ai-workspace/mcp-proxies/apply-policies.md # Credentials the artifacts above reference. - - Secrets Management: next/ai-workspace/secrets-management.md + - Secrets Management: 1.0.0/ai-workspace/secrets-management.md # The other two ways artifacts get created. - - Manage Gateway-deployed AI artifacts: next/ai-workspace/sync-gateway-created-artifacts.md + - Manage Gateway-deployed AI artifacts: 1.0.0/ai-workspace/sync-gateway-created-artifacts.md - CI/CD: - - Overview: next/ai-workspace/ci-cd/overview.md - - Configure CI/CD Workflow: next/ai-workspace/ci-cd/configure-ci-cd-workflow.md + - Overview: 1.0.0/ai-workspace/ci-cd/overview.md + - Configure CI/CD Workflow: 1.0.0/ai-workspace/ci-cd/configure-ci-cd-workflow.md # Govern what you built. - Policies: - - Overview: next/ai-workspace/policies/overview.md + - Overview: 1.0.0/ai-workspace/policies/overview.md - Custom Policies: - - Writing an AI Policy: next/ai-workspace/policies/writing-an-ai-policy.md - - Building the Gateway with AI Policies: next/ai-workspace/policies/build-gateway-with-ai-policies.md - - Apply AI Policies to Proxies: next/ai-workspace/policies/apply-ai-policies-to-proxies.md - - Insights: next/ai-workspace/insights.md + - Writing an AI Policy: 1.0.0/ai-workspace/policies/writing-an-ai-policy.md + - Building the Gateway with AI Policies: 1.0.0/ai-workspace/policies/build-gateway-with-ai-policies.md + - Apply AI Policies to Proxies: 1.0.0/ai-workspace/policies/apply-ai-policies-to-proxies.md + - Insights: 1.0.0/ai-workspace/insights.md # Consume it from an application. - - GenAI Applications: next/ai-workspace/genai-applications.md - - Configure Inbound Auth: next/ai-workspace/configure-inbound-auth.md - - Invoke via SDKs: next/ai-workspace/using-sdks.md + - GenAI Applications: 1.0.0/ai-workspace/genai-applications.md + - Configure Inbound Auth: 1.0.0/ai-workspace/configure-inbound-auth.md + - Invoke via SDKs: 1.0.0/ai-workspace/using-sdks.md - Analytics: - Overview: analytics/overview.md - Monetization: @@ -1256,8 +1256,9 @@ 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: @@ -1272,9 +1273,9 @@ extra: # /api-gateway/next/...). See partials/nav-item.html and theme.js. version_scoped_navs: - title: API Portal & MCP Hub - version: "next" + version: "1.0.0" - title: AI Workspace - version: "next" + version: "1.0.0" expanded_navs: - title: Cloud options: From a132f9f87294efeeed8bdd0e20f8fd48616195fa Mon Sep 17 00:00:00 2001 From: krish Date: Fri, 7 Aug 2026 15:37:25 +0530 Subject: [PATCH 2/4] Update mkdocs yaml --- .../1.2.0/llm-proxy/quick-start-guide.md | 4 +- .../1.2.0/mcp-proxy/quick-start-guide.md | 4 +- .../api-gateway/1.2.0/quick-start-guide.md | 4 +- en/mkdocs.yml | 247 +++++++++--------- 4 files changed, 130 insertions(+), 129 deletions(-) diff --git a/en/docs/ai-gateway/1.2.0/llm-proxy/quick-start-guide.md b/en/docs/ai-gateway/1.2.0/llm-proxy/quick-start-guide.md index b2a992946..2d31e323c 100644 --- a/en/docs/ai-gateway/1.2.0/llm-proxy/quick-start-guide.md +++ b/en/docs/ai-gateway/1.2.0/llm-proxy/quick-start-guide.md @@ -52,10 +52,10 @@ docker compose version ```bash # Download distribution. -wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0-rc2/wso2apip-ai-gateway-1.2.0-rc2.zip +wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0/wso2apip-ai-gateway-1.2.0.zip # Unzip the downloaded distribution. -unzip wso2apip-ai-gateway-1.2.0-rc2.zip +unzip wso2apip-ai-gateway-1.2.0.zip cd wso2apip-ai-gateway-1.2.0/ diff --git a/en/docs/ai-gateway/1.2.0/mcp-proxy/quick-start-guide.md b/en/docs/ai-gateway/1.2.0/mcp-proxy/quick-start-guide.md index 0f8742155..1e8031a0b 100644 --- a/en/docs/ai-gateway/1.2.0/mcp-proxy/quick-start-guide.md +++ b/en/docs/ai-gateway/1.2.0/mcp-proxy/quick-start-guide.md @@ -51,10 +51,10 @@ docker compose version ```bash # Download distribution. -wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0-rc2/wso2apip-ai-gateway-1.2.0-rc2.zip +wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0/wso2apip-ai-gateway-1.2.0.zip # Unzip the downloaded distribution. -unzip wso2apip-ai-gateway-1.2.0-rc2.zip +unzip wso2apip-ai-gateway-1.2.0.zip cd wso2apip-ai-gateway-1.2.0/ diff --git a/en/docs/api-gateway/1.2.0/quick-start-guide.md b/en/docs/api-gateway/1.2.0/quick-start-guide.md index a5a47f73b..a415a1c5a 100644 --- a/en/docs/api-gateway/1.2.0/quick-start-guide.md +++ b/en/docs/api-gateway/1.2.0/quick-start-guide.md @@ -39,10 +39,10 @@ docker compose version ```bash # Download distribution. -wget https://github.com/wso2/api-platform/releases/download/gateway/v1.2.0-rc2/wso2apip-api-gateway-1.2.0-rc2.zip +wget https://github.com/wso2/api-platform/releases/download/gateway/v1.2.0/wso2apip-api-gateway-1.2.0.zip # Unzip the downloaded distribution. -unzip wso2apip-api-gateway-1.2.0-rc2.zip +unzip wso2apip-api-gateway-1.2.0.zip cd wso2apip-api-gateway-1.2.0/ diff --git a/en/mkdocs.yml b/en/mkdocs.yml index a31ab371a..895cf3188 100644 --- a/en/mkdocs.yml +++ b/en/mkdocs.yml @@ -540,61 +540,61 @@ nav: - WebBroker API Management: api-gateway/1.0.0/gateway-controller-management-api/webbroker-api-management.md - Schemas: api-gateway/1.0.0/gateway-controller-management-api/schemas.md - AI Gateway: - - "next": - - Overview: ai-gateway/next/overview.md - - Quick Start Guide: ai-gateway/next/quick-start-guide.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/next/setup/configuration.md - - Setting Up the Database: ai-gateway/next/setup/database-setup.md + - 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/next/llm-proxy/quick-start-guide.md - - LLM Provider Templates: ai-gateway/next/llm-proxy/llm-templates.md - - Multi-Provider Routing: ai-gateway/next/llm-proxy/multi-provider-routing.md + - 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/next/llm-proxy/guardrails/aws-bedrock-guardrail.md - - Azure Content Safety: ai-gateway/next/llm-proxy/guardrails/azure-content-safety.md - - Content Length Guardrail: ai-gateway/next/llm-proxy/guardrails/content-length.md - - JSON Schema Guardrail: ai-gateway/next/llm-proxy/guardrails/json-schema.md - - PII Masking Regex Guardrail: ai-gateway/next/llm-proxy/guardrails/pii-masking-regex.md - - Regex Guardrail: ai-gateway/next/llm-proxy/guardrails/regex.md - - Semantic Prompt Guardrail: ai-gateway/next/llm-proxy/guardrails/semantic-prompt-guard.md - - Sentence Count Guardrail: ai-gateway/next/llm-proxy/guardrails/sentence-count.md - - URL Guardrail: ai-gateway/next/llm-proxy/guardrails/url.md - - Word Count Guardrail: ai-gateway/next/llm-proxy/guardrails/word-count.md + - 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/next/llm-proxy/load-balancing/model-round-robin.md - - Model Weighted Round Robin: ai-gateway/next/llm-proxy/load-balancing/model-weighted-round-robin.md + - 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/next/llm-proxy/prompt-management/prompt-decorator.md - - Prompt Template: ai-gateway/next/llm-proxy/prompt-management/prompt-template.md - - Semantic Caching: ai-gateway/next/llm-proxy/semantic-caching.md + - 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/next/mcp-proxy/quick-start-guide.md + - Quick Start Guide: ai-gateway/1.2.0/mcp-proxy/quick-start-guide.md - Policies: - - MCP Access Control List: ai-gateway/next/mcp-proxy/policies/mcp-acl-list.md - - MCP Authentication: ai-gateway/next/mcp-proxy/policies/mcp-authentication.md - - MCP Authorization: ai-gateway/next/mcp-proxy/policies/mcp-authorization.md - - MCP Rewrite: ai-gateway/next/mcp-proxy/policies/mcp-rewrite.md - - Real-Time AI Streaming: ai-gateway/next/streaming-responses.md + - 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/next/deployment-modes/immutable-gateway.md + - Immutable Gateway: ai-gateway/1.2.0/deployment-modes/immutable-gateway.md - Kubernetes: - - Overview: ai-gateway/next/deployment-modes/kubernetes/overview.md - - Standalone Mode: ai-gateway/next/deployment-modes/kubernetes/kubernetes-standalone.md - - Kubernetes Operator Mode: ai-gateway/next/deployment-modes/kubernetes/gateway-operator.md + - 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/next/resiliency/timeouts.md + - Timeouts: ai-gateway/1.2.0/resiliency/timeouts.md - Observability: - - Logging: ai-gateway/next/observability/logging.md - - Tracing: ai-gateway/next/observability/tracing.md + - Logging: ai-gateway/1.2.0/observability/logging.md + - Tracing: ai-gateway/1.2.0/observability/tracing.md - Analytics: - - Moesif Analytics: ai-gateway/next/analytics/moesif-analytics.md - - Analytics Header Filter: ai-gateway/next/analytics/analytics-header-filter.md + - 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/next/performance/overview.md - - 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 + - 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 + - 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: @@ -692,125 +692,125 @@ nav: - Getting Started: 1.0.0/api-portal/getting-started.md - Concepts: 1.0.0/api-portal/concepts.md - Discover APIs: - - Search APIs: 1.0.0/api-portal/discover-apis/api-search.md - - API Overview: 1.0.0/api-portal/discover-apis/api-overview.md - - API Documentation: 1.0.0/api-portal/discover-apis/api-documentations.md - - AI Agent Discovery: 1.0.0/api-portal/discover-apis/ai-agent-discovery.md + - Search APIs: 1.0.0/api-portal/discover-apis/api-search.md + - API Overview: 1.0.0/api-portal/discover-apis/api-overview.md + - API Documentation: 1.0.0/api-portal/discover-apis/api-documentations.md + - AI Agent Discovery: 1.0.0/api-portal/discover-apis/ai-agent-discovery.md - MCP Servers: - - Overview: 1.0.0/api-portal/mcp-servers/overview.md - - Discover MCP Servers: 1.0.0/api-portal/mcp-servers/discover-mcp-servers.md - - Connect to an MCP Server: 1.0.0/api-portal/mcp-servers/connect-to-an-mcp-server.md - - MCP Registry API: 1.0.0/api-portal/mcp-servers/mcp-registry.md + - Overview: 1.0.0/api-portal/mcp-servers/overview.md + - Discover MCP Servers: 1.0.0/api-portal/mcp-servers/discover-mcp-servers.md + - Connect to an MCP Server: 1.0.0/api-portal/mcp-servers/connect-to-an-mcp-server.md + - MCP Registry API: 1.0.0/api-portal/mcp-servers/mcp-registry.md - API Workflows: 1.0.0/api-portal/api-workflows.md - Consume an API: - - Overview: 1.0.0/api-portal/consume-an-api/overview.md - - OAuth2-Secured APIs: 1.0.0/api-portal/consume-an-api/oauth2.md - - API-Key-Secured APIs: 1.0.0/api-portal/consume-an-api/api-key.md + - Overview: 1.0.0/api-portal/consume-an-api/overview.md + - OAuth2-Secured APIs: 1.0.0/api-portal/consume-an-api/oauth2.md + - API-Key-Secured APIs: 1.0.0/api-portal/consume-an-api/api-key.md - Manage Applications: 1.0.0/api-portal/manage-applications.md - Manage Subscriptions: 1.0.0/api-portal/manage-subscriptions.md - Manage API Keys: 1.0.0/api-portal/manage-api-keys.md - Theming: 1.0.0/api-portal/theming.md - Tutorials: - - Secured API End to End: 1.0.0/api-portal/tutorials/secured-api-end-to-end.md - - Set up Asgardeo: 1.0.0/api-portal/tutorials/asgardeo-as-idp.md + - Secured API End to End: 1.0.0/api-portal/tutorials/secured-api-end-to-end.md + - Set up Asgardeo: 1.0.0/api-portal/tutorials/asgardeo-as-idp.md - Setting Up: - Authentication: - - Overview: 1.0.0/api-portal/setting-up/authentication/overview.md - - Connect an Identity Provider: 1.0.0/api-portal/setting-up/authentication/connect-an-identity-provider.md - - Set up the Database: 1.0.0/api-portal/setting-up/database.md - - Artifact types: 1.0.0/api-portal/artifact-types.md - - Design Mode: 1.0.0/api-portal/setting-up/design-mode.md + - Overview: 1.0.0/api-portal/setting-up/authentication/overview.md + - Connect an Identity Provider: 1.0.0/api-portal/setting-up/authentication/connect-an-identity-provider.md + - Set up the Database: 1.0.0/api-portal/setting-up/database.md + - Artifact types: 1.0.0/api-portal/artifact-types.md + - Design Mode: 1.0.0/api-portal/setting-up/design-mode.md - Admin Settings: - Organization: - - Organization Settings: 1.0.0/api-portal/admin-settings/organization-settings.md - - Manage Views: 1.0.0/api-portal/admin-settings/manage-views.md - - Manage Labels: 1.0.0/api-portal/admin-settings/manage-labels.md - - Subscription Plans: 1.0.0/api-portal/admin-settings/subscription-plans.md - - Key Manager Integration: 1.0.0/api-portal/admin-settings/key-manager-integration.md + - Organization Settings: 1.0.0/api-portal/admin-settings/organization-settings.md + - Manage Views: 1.0.0/api-portal/admin-settings/manage-views.md + - Manage Labels: 1.0.0/api-portal/admin-settings/manage-labels.md + - Subscription Plans: 1.0.0/api-portal/admin-settings/subscription-plans.md + - Key Manager Integration: 1.0.0/api-portal/admin-settings/key-manager-integration.md - Content: - - Manage APIs: 1.0.0/api-portal/admin-settings/manage-apis.md - - Manage MCP Servers: 1.0.0/api-portal/admin-settings/manage-mcp-servers.md - - API Content: 1.0.0/api-portal/admin-settings/api-content.md + - Manage APIs: 1.0.0/api-portal/admin-settings/manage-apis.md + - Manage MCP Servers: 1.0.0/api-portal/admin-settings/manage-mcp-servers.md + - API Content: 1.0.0/api-portal/admin-settings/api-content.md - Integrations: - - Webhook Integration: 1.0.0/api-portal/admin-settings/webhook-integration.md + - Webhook Integration: 1.0.0/api-portal/admin-settings/webhook-integration.md - AI & Discovery: - - LLM Instructions: 1.0.0/api-portal/admin-settings/llm-instructions.md - - Managing API Workflows: 1.0.0/api-portal/admin-settings/managing-api-workflows.md + - LLM Instructions: 1.0.0/api-portal/admin-settings/llm-instructions.md + - Managing API Workflows: 1.0.0/api-portal/admin-settings/managing-api-workflows.md - Appearance: - - Apply a Theme: 1.0.0/api-portal/admin-settings/theming.md + - Apply a Theme: 1.0.0/api-portal/admin-settings/theming.md - References: - Management API: - - Overview: 1.0.0/api-portal/rest-api/overview.md - - Authentication: 1.0.0/api-portal/rest-api/authentication.md - - Organizations: 1.0.0/api-portal/rest-api/organizations.md - - Organization Content: 1.0.0/api-portal/rest-api/organization-content.md - - Views: 1.0.0/api-portal/rest-api/views.md - - Labels: 1.0.0/api-portal/rest-api/labels.md - - Subscription Plans: 1.0.0/api-portal/rest-api/subscription-plans.md - - Key Managers: 1.0.0/api-portal/rest-api/key-managers.md - - APIs: 1.0.0/api-portal/rest-api/apis.md - - API Content: 1.0.0/api-portal/rest-api/api-content.md - - MCP Servers: 1.0.0/api-portal/rest-api/mcp-servers.md - - MCP Server Content: 1.0.0/api-portal/rest-api/mcp-server-content.md - - MCP Server Keys: 1.0.0/api-portal/rest-api/mcp-server-keys.md - - Applications: 1.0.0/api-portal/rest-api/applications.md - - Application Keys: 1.0.0/api-portal/rest-api/application-keys.md - - Subscriptions: 1.0.0/api-portal/rest-api/subscriptions.md - - API Keys: 1.0.0/api-portal/rest-api/api-keys.md - - API Workflows: 1.0.0/api-portal/rest-api/api-workflows.md - - Webhook Subscribers: 1.0.0/api-portal/rest-api/webhook-subscribers.md - - Webhook Events: 1.0.0/api-portal/rest-api/webhook-events.md - - Schemas: 1.0.0/api-portal/rest-api/schemas.md - - Webhook Event Catalog: 1.0.0/api-portal/references/webhook-event-catalog.md - - Get a Bearer Token via curl: 1.0.0/api-portal/references/get-a-bearer-token-via-curl.md - - Configurations: 1.0.0/api-portal/references/configurations.md + - Overview: 1.0.0/api-portal/rest-api/overview.md + - Authentication: 1.0.0/api-portal/rest-api/authentication.md + - Organizations: 1.0.0/api-portal/rest-api/organizations.md + - Organization Content: 1.0.0/api-portal/rest-api/organization-content.md + - Views: 1.0.0/api-portal/rest-api/views.md + - Labels: 1.0.0/api-portal/rest-api/labels.md + - Subscription Plans: 1.0.0/api-portal/rest-api/subscription-plans.md + - Key Managers: 1.0.0/api-portal/rest-api/key-managers.md + - APIs: 1.0.0/api-portal/rest-api/apis.md + - API Content: 1.0.0/api-portal/rest-api/api-content.md + - MCP Servers: 1.0.0/api-portal/rest-api/mcp-servers.md + - MCP Server Content: 1.0.0/api-portal/rest-api/mcp-server-content.md + - MCP Server Keys: 1.0.0/api-portal/rest-api/mcp-server-keys.md + - Applications: 1.0.0/api-portal/rest-api/applications.md + - Application Keys: 1.0.0/api-portal/rest-api/application-keys.md + - Subscriptions: 1.0.0/api-portal/rest-api/subscriptions.md + - API Keys: 1.0.0/api-portal/rest-api/api-keys.md + - API Workflows: 1.0.0/api-portal/rest-api/api-workflows.md + - Webhook Subscribers: 1.0.0/api-portal/rest-api/webhook-subscribers.md + - Webhook Events: 1.0.0/api-portal/rest-api/webhook-events.md + - Schemas: 1.0.0/api-portal/rest-api/schemas.md + - Webhook Event Catalog: 1.0.0/api-portal/references/webhook-event-catalog.md + - Get a Bearer Token via curl: 1.0.0/api-portal/references/get-a-bearer-token-via-curl.md + - Configurations: 1.0.0/api-portal/references/configurations.md - AI Workspace: - Overview: 1.0.0/ai-workspace/overview.md - About this Release: 1.0.0/ai-workspace/about-this-release.md - Getting Started: 1.0.0/ai-workspace/getting-started.md # Set up the workspace itself. - Setting Up: - - Configuration & Interpolation: 1.0.0/ai-workspace/setting-up/configuration.md - - Ports: 1.0.0/ai-workspace/setting-up/ports.md - - Database: 1.0.0/ai-workspace/setting-up/database.md + - Configuration & Interpolation: 1.0.0/ai-workspace/setting-up/configuration.md + - Ports: 1.0.0/ai-workspace/setting-up/ports.md + - Database: 1.0.0/ai-workspace/setting-up/database.md - Authentication: - - Overview: 1.0.0/ai-workspace/setting-up/authentication/overview.md - - Connect an Identity Provider: 1.0.0/ai-workspace/setting-up/authentication/connect-an-identity-provider.md - - Set up Asgardeo: 1.0.0/ai-workspace/setting-up/authentication/asgardeo-setup.md - - Set up Microsoft Entra ID: 1.0.0/ai-workspace/setting-up/authentication/entra-id-setup.md + - Overview: 1.0.0/ai-workspace/setting-up/authentication/overview.md + - Connect an Identity Provider: 1.0.0/ai-workspace/setting-up/authentication/connect-an-identity-provider.md + - Set up Asgardeo: 1.0.0/ai-workspace/setting-up/authentication/asgardeo-setup.md + - Set up Microsoft Entra ID: 1.0.0/ai-workspace/setting-up/authentication/entra-id-setup.md # Build the artifacts, in the order you create them. - AI Gateways: - - Setting Up: 1.0.0/ai-workspace/ai-gateways/setting-up.md + - Setting Up: 1.0.0/ai-workspace/ai-gateways/setting-up.md - LLM Providers: - - Overview: 1.0.0/ai-workspace/llm-providers/overview.md - - Configure Provider: 1.0.0/ai-workspace/llm-providers/configure-provider.md - - Manage Provider: 1.0.0/ai-workspace/llm-providers/manage-provider.md + - Overview: 1.0.0/ai-workspace/llm-providers/overview.md + - Configure Provider: 1.0.0/ai-workspace/llm-providers/configure-provider.md + - Manage Provider: 1.0.0/ai-workspace/llm-providers/manage-provider.md - LLM Provider Templates: - - Overview: 1.0.0/ai-workspace/llm-provider-templates/overview.md - - Create a Custom Template: 1.0.0/ai-workspace/llm-provider-templates/configure-template.md - - Manage Templates: 1.0.0/ai-workspace/llm-provider-templates/manage-template.md + - Overview: 1.0.0/ai-workspace/llm-provider-templates/overview.md + - Create a Custom Template: 1.0.0/ai-workspace/llm-provider-templates/configure-template.md + - Manage Templates: 1.0.0/ai-workspace/llm-provider-templates/manage-template.md - App LLM Proxies: - - Overview: 1.0.0/ai-workspace/llm-proxies/overview.md - - Configure App LLM Proxy: 1.0.0/ai-workspace/llm-proxies/configure-proxy.md - - Manage App LLM Proxy: 1.0.0/ai-workspace/llm-proxies/manage-proxy.md + - Overview: 1.0.0/ai-workspace/llm-proxies/overview.md + - Configure App LLM Proxy: 1.0.0/ai-workspace/llm-proxies/configure-proxy.md + - Manage App LLM Proxy: 1.0.0/ai-workspace/llm-proxies/manage-proxy.md - MCP Proxies: - - Overview: 1.0.0/ai-workspace/mcp-proxies/overview.md - - Configure Proxy: 1.0.0/ai-workspace/mcp-proxies/configure-proxy.md - - Apply Policies: 1.0.0/ai-workspace/mcp-proxies/apply-policies.md + - Overview: 1.0.0/ai-workspace/mcp-proxies/overview.md + - Configure Proxy: 1.0.0/ai-workspace/mcp-proxies/configure-proxy.md + - Apply Policies: 1.0.0/ai-workspace/mcp-proxies/apply-policies.md # Credentials the artifacts above reference. - Secrets Management: 1.0.0/ai-workspace/secrets-management.md # The other two ways artifacts get created. - Manage Gateway-deployed AI artifacts: 1.0.0/ai-workspace/sync-gateway-created-artifacts.md - CI/CD: - - Overview: 1.0.0/ai-workspace/ci-cd/overview.md - - Configure CI/CD Workflow: 1.0.0/ai-workspace/ci-cd/configure-ci-cd-workflow.md + - Overview: 1.0.0/ai-workspace/ci-cd/overview.md + - Configure CI/CD Workflow: 1.0.0/ai-workspace/ci-cd/configure-ci-cd-workflow.md # Govern what you built. - Policies: - - Overview: 1.0.0/ai-workspace/policies/overview.md + - Overview: 1.0.0/ai-workspace/policies/overview.md - Custom Policies: - - Writing an AI Policy: 1.0.0/ai-workspace/policies/writing-an-ai-policy.md - - Building the Gateway with AI Policies: 1.0.0/ai-workspace/policies/build-gateway-with-ai-policies.md - - Apply AI Policies to Proxies: 1.0.0/ai-workspace/policies/apply-ai-policies-to-proxies.md + - Writing an AI Policy: 1.0.0/ai-workspace/policies/writing-an-ai-policy.md + - Building the Gateway with AI Policies: 1.0.0/ai-workspace/policies/build-gateway-with-ai-policies.md + - Apply AI Policies to Proxies: 1.0.0/ai-workspace/policies/apply-ai-policies-to-proxies.md - Insights: 1.0.0/ai-workspace/insights.md # Consume it from an application. - GenAI Applications: 1.0.0/ai-workspace/genai-applications.md @@ -1263,8 +1263,9 @@ extra: - "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" # Top-level nav sections that only apply to a given doc version. They are From 72d984478745dd5ce88b444f79cda6f35c88aaab Mon Sep 17 00:00:00 2001 From: krish Date: Fri, 7 Aug 2026 15:38:58 +0530 Subject: [PATCH 3/4] Update mkdocs yaml --- en/docs/ai-gateway/1.2.0/quick-start-guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/docs/ai-gateway/1.2.0/quick-start-guide.md b/en/docs/ai-gateway/1.2.0/quick-start-guide.md index edb288f7a..3c4e94db2 100644 --- a/en/docs/ai-gateway/1.2.0/quick-start-guide.md +++ b/en/docs/ai-gateway/1.2.0/quick-start-guide.md @@ -51,16 +51,16 @@ To call an LLM through the gateway, you also need an OpenAI API key. ## Start the gateway -The commands below use version `1.2.0-rc`. Substitute the API Platform AI Gateway release version you want to run in the download URL, the archive name, and the directory name. +The commands below use version `1.2.0`. Substitute the API Platform AI Gateway release version you want to run in the download URL, the archive name, and the directory name. ```bash # Download distribution. -wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0-rc/wso2apip-ai-gateway-1.2.0-rc.zip +wget https://github.com/wso2/api-platform/releases/download/ai-gateway/v1.2.0/wso2apip-ai-gateway-1.2.0.zip # Unzip the downloaded distribution. -unzip wso2apip-ai-gateway-1.2.0-rc.zip +unzip wso2apip-ai-gateway-1.2.0.zip -cd wso2apip-ai-gateway-1.2.0-rc/ +cd wso2apip-ai-gateway-1.2.0/ # Run the one-time setup. This provisions the AES-256 at-rest encryption key, the router HTTPS # listener certificate, api-platform.env, and the gateway-controller admin credentials. It prints From 27a09f7ffe7afacce551748d753916f2398ee7ba Mon Sep 17 00:00:00 2001 From: krish Date: Fri, 7 Aug 2026 15:44:45 +0530 Subject: [PATCH 4/4] Update docs yaml --- en/mkdocs.yml | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) diff --git a/en/mkdocs.yml b/en/mkdocs.yml index 895cf3188..e9f7ae7a8 100644 --- a/en/mkdocs.yml +++ b/en/mkdocs.yml @@ -336,6 +336,78 @@ nav: - Overview: api-manager/overview.md - Documentation: https://apim.docs.wso2.com/en/latest/ - API Gateway: + - "next": + - Overview: api-gateway/next/overview.md + - Quick Start Guide: api-gateway/next/quick-start-guide.md + - Setup: + - Configuration & Interpolation: api-gateway/next/setup/configuration.md + - Setting Up the Database: api-gateway/next/setup/database-setup.md + - Artifact Templating: api-gateway/next/setup/artifact-templating.md + - Resiliency: + - Timeouts: api-gateway/next/resiliency/timeouts.md + - Policies: + - Overview: api-gateway/next/policies/overview.md + - Custom Policies: + - Writing a Custom Policy: api-gateway/next/policies/custom-policies/writing-a-custom-policy.md + - Building Gateway with Custom Policies: api-gateway/next/policies/custom-policies/building-gateway-with-custom-policies.md + - Deployment: + - Deployment Modes: + - Immutable Gateway: api-gateway/next/deployment/deployment-modes/immutable-gateway.md + - Kubernetes: + - Overview: api-gateway/next/deployment/deployment-modes/kubernetes/overview.md + - Standalone Mode: api-gateway/next/deployment/deployment-modes/kubernetes/kubernetes-standalone.md + - Kubernetes Operator Mode: api-gateway/next/deployment/deployment-modes/kubernetes/gateway-operator.md + - Management CRDs: api-gateway/next/deployment/deployment-modes/kubernetes/gateway-operator-management-crds.md + - High-Availability Production Deployment: + - Overview: api-gateway/next/deployment/high-availability-production-deployment.md + - Security Hardening: api-gateway/next/deployment/production-deployment/security-hardening.md + - Database Configuration: api-gateway/next/deployment/production-deployment/database-configuration.md + - Resources & Scaling: api-gateway/next/deployment/production-deployment/resources-and-scaling.md + - Deploy & Verify: api-gateway/next/deployment/production-deployment/deploy-and-verify.md + - Control Plane Connection: api-gateway/next/deployment/production-deployment/control-plane-connection.md + - Deploying APIs: + - Bottom-Up Deployment: api-gateway/next/deployment/deploying-apis/bottom-up-api-deployment.md + - Observability: + - Logging: + - Centralized Logging: api-gateway/next/observability/logging.md + - Traffic Logging: api-gateway/next/observability/traffic-logging.md + - Tracing: + - Overview: api-gateway/next/observability/tracing/overview.md + - Enabling and Disabling Tracing: api-gateway/next/observability/tracing/enabling-tracing.md + - Viewing Traces in Jaeger: api-gateway/next/observability/tracing/viewing-traces-in-jaeger.md + - Tracing Configuration: api-gateway/next/observability/tracing/configuration.md + - Alternative Tracing Backends: api-gateway/next/observability/tracing/alternative-backends.md + - Best Practices and Troubleshooting: api-gateway/next/observability/tracing/best-practices-and-troubleshooting.md + - Metrics: + - Overview: api-gateway/next/observability/metrics/overview.md + - Enabling and Disabling Metrics: api-gateway/next/observability/metrics/enabling-metrics.md + - Viewing Metrics in Grafana: api-gateway/next/observability/metrics/viewing-metrics-in-grafana.md + - Prometheus Queries: api-gateway/next/observability/metrics/prometheus-queries.md + - Configuration Options: api-gateway/next/observability/metrics/configuration.md + - Alternative Metrics Backends: api-gateway/next/observability/metrics/alternative-backends.md + - Metric Reference: api-gateway/next/observability/metrics/metric-reference.md + - Best Practices and Troubleshooting: api-gateway/next/observability/metrics/best-practices-and-troubleshooting.md + - Analytics: + - Analytics Header Filter: api-gateway/next/analytics/analytics-header-filter.md + - Moesif Analytics: api-gateway/next/analytics/moesif-analytics.md + - Management API: + - Overview: api-gateway/next/gateway-controller-management-api/overview.md + - Authentication: api-gateway/next/gateway-controller-management-api/authentication.md + - Rest API Management: api-gateway/next/gateway-controller-management-api/rest-api-management.md + - MCP Proxy Management: api-gateway/next/gateway-controller-management-api/mcp-proxy-management.md + - Certificate Management: api-gateway/next/gateway-controller-management-api/certificate-management.md + - LLM Provider Template Management: api-gateway/next/gateway-controller-management-api/llm-provider-template-management.md + - LLM Provider Management: api-gateway/next/gateway-controller-management-api/llm-provider-management.md + - LLM Proxy Management: api-gateway/next/gateway-controller-management-api/llm-proxy-management.md + - Secrets Management: api-gateway/next/gateway-controller-management-api/secrets-management.md + - WebSub API Management: api-gateway/next/gateway-controller-management-api/websub-api-management.md + - WebBroker API Management: api-gateway/next/gateway-controller-management-api/webbroker-api-management.md + - Schemas: api-gateway/next/gateway-controller-management-api/schemas.md + - Performance: + - Overview: api-gateway/next/performance/overview.md + - 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 @@ -540,6 +612,61 @@ nav: - WebBroker API Management: api-gateway/1.0.0/gateway-controller-management-api/webbroker-api-management.md - Schemas: api-gateway/1.0.0/gateway-controller-management-api/schemas.md - AI Gateway: + - "next": + - Overview: ai-gateway/next/overview.md + - Quick Start Guide: ai-gateway/next/quick-start-guide.md + - Setup: + - Configuration & Interpolation: ai-gateway/next/setup/configuration.md + - Setting Up the Database: ai-gateway/next/setup/database-setup.md + - LLM Proxy: + - Quick Start Guide: ai-gateway/next/llm-proxy/quick-start-guide.md + - LLM Provider Templates: ai-gateway/next/llm-proxy/llm-templates.md + - Multi-Provider Routing: ai-gateway/next/llm-proxy/multi-provider-routing.md + - Guardrails: + - AWS Bedrock Guardrail: ai-gateway/next/llm-proxy/guardrails/aws-bedrock-guardrail.md + - Azure Content Safety: ai-gateway/next/llm-proxy/guardrails/azure-content-safety.md + - Content Length Guardrail: ai-gateway/next/llm-proxy/guardrails/content-length.md + - JSON Schema Guardrail: ai-gateway/next/llm-proxy/guardrails/json-schema.md + - PII Masking Regex Guardrail: ai-gateway/next/llm-proxy/guardrails/pii-masking-regex.md + - Regex Guardrail: ai-gateway/next/llm-proxy/guardrails/regex.md + - Semantic Prompt Guardrail: ai-gateway/next/llm-proxy/guardrails/semantic-prompt-guard.md + - Sentence Count Guardrail: ai-gateway/next/llm-proxy/guardrails/sentence-count.md + - URL Guardrail: ai-gateway/next/llm-proxy/guardrails/url.md + - Word Count Guardrail: ai-gateway/next/llm-proxy/guardrails/word-count.md + - Load Balancing: + - Model Round Robin: ai-gateway/next/llm-proxy/load-balancing/model-round-robin.md + - Model Weighted Round Robin: ai-gateway/next/llm-proxy/load-balancing/model-weighted-round-robin.md + - Prompt Management: + - Prompt Decorator: ai-gateway/next/llm-proxy/prompt-management/prompt-decorator.md + - Prompt Template: ai-gateway/next/llm-proxy/prompt-management/prompt-template.md + - Semantic Caching: ai-gateway/next/llm-proxy/semantic-caching.md + - MCP Proxy: + - Quick Start Guide: ai-gateway/next/mcp-proxy/quick-start-guide.md + - Policies: + - MCP Access Control List: ai-gateway/next/mcp-proxy/policies/mcp-acl-list.md + - MCP Authentication: ai-gateway/next/mcp-proxy/policies/mcp-authentication.md + - MCP Authorization: ai-gateway/next/mcp-proxy/policies/mcp-authorization.md + - MCP Rewrite: ai-gateway/next/mcp-proxy/policies/mcp-rewrite.md + - Real-Time AI Streaming: ai-gateway/next/streaming-responses.md + - Deployment Modes: + - Immutable Gateway: ai-gateway/next/deployment-modes/immutable-gateway.md + - Kubernetes: + - Overview: ai-gateway/next/deployment-modes/kubernetes/overview.md + - Standalone Mode: ai-gateway/next/deployment-modes/kubernetes/kubernetes-standalone.md + - Kubernetes Operator Mode: ai-gateway/next/deployment-modes/kubernetes/gateway-operator.md + - Resiliency: + - Timeouts: ai-gateway/next/resiliency/timeouts.md + - Observability: + - Logging: ai-gateway/next/observability/logging.md + - Tracing: ai-gateway/next/observability/tracing.md + - Analytics: + - Moesif Analytics: ai-gateway/next/analytics/moesif-analytics.md + - Analytics Header Filter: ai-gateway/next/analytics/analytics-header-filter.md + - Performance: + - Overview: ai-gateway/next/performance/overview.md + - 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 @@ -1258,6 +1385,7 @@ extra: slug: api-gateway default: "1.2.0" versions: + - "next" - "1.2.0" - "1.1.0" - "1.0.0" @@ -1265,6 +1393,7 @@ extra: slug: ai-gateway default: "1.2.0" versions: + - "next" - "1.2.0" - "1.1.0" - "1.0.0"