Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New IA - Environment Variables & API Documentation restructuring #5885

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sharadregoti
Copy link
Contributor

@sharadregoti sharadregoti commented Jan 13, 2025

User description

For internal users - Please add a Jira DX PR ticket to the subject!



Preview Link


https://deploy-preview-5885--tyk-docs.netlify.app/docs/nightly/

Description


Screenshots (if appropriate)


Checklist

  • I have added a preview link to the PR description.
  • I have reviewed the suggestions made by our AI (PR Agent) and updated them accordingly (spelling errors, rephrasing, etc.)
  • I have reviewed the guidelines for contributing to this repository.
  • I have read the technical guidelines for contributing to this repository.
  • Make sure you have started your change off our latest master.
  • I labeled the PR

PR Type

Documentation


Description

  • Restructured menu.yaml to consolidate environment variables and API documentation.

  • Introduced a new "Environment Variables and Configs" section with categorized entries.

  • Added a new "API Documentation" section with detailed subcategories.

  • Removed redundant and scattered entries for environment variables and API references.


Changes walkthrough 📝

Relevant files
Documentation
menu.yaml
Restructured `menu.yaml` for improved navigation and organization

tyk-docs/data/menu.yaml

  • Consolidated environment variables into a new "Environment Variables
    and Configs" section.
  • Grouped API documentation into a new "API Documentation" section with
    subcategories.
  • Removed redundant and scattered entries for environment variables and
    API references.
  • Improved navigation structure for better clarity and usability.
  • +71/-107

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 4 🔵🔵🔵🔵⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Navigation Structure Changes

    The PR introduces significant restructuring of the navigation menu, including the addition of new categories like Environment Variables and Configs and API Documentation, as well as the removal of several previously existing entries. Ensure that all links are functional and the new structure aligns with user expectations and documentation standards.

    menu:
      - title: "Community Forum"
        path: /developer-support/community
        category: Page
        show: True
      - title: "Support Channels"
        path: /developer-support/support
        category: Page
        show: True
      - title: "Environment Variables and Configs"
        category: Directory
        show: True
        menu:
        - title: "Overview"
          path: /tyk-environment-variables
          category: Page
          show: False
        - title: "Gateway"
          path: /tyk-oss-gateway/configuration
          category: Page
          show: True
        - title: "Dashboard"
          path: /tyk-dashboard/configuration
          category: Page
          show: True
        - title: "Pump"
          path: /tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables
          category: Page
          show: True
        - title: "Enterprise Developer Portal"
          path: /product-stack/tyk-enterprise-developer-portal/deploy/configuration
          category: Page
          show: True
        - title: "Multi Data Center Bridge"
          path: /tyk-multi-data-centre/mdcb-configuration-options
          category: Page
          show: True
        - title: "Tyk Identity Broker"
          path: /tyk-configuration-reference/tyk-identity-broker-configuration
          category: Page
          show: True
      - title: "API Documentation"
        category: Directory
        show: True
        menu:
        - title: "Overview"
          path: /tyk-apis
          category: Page
          show: True
        - title: "Gateway"
          path: /tyk-gateway-api
          category: Page
          show: True
        - title: "Dashboard"
          path: /tyk-dashboard-api
          category: Page
          show: True
        - title: "Dashboard Admin"
          path: /dashboard-admin-api
          category: Page
          show: True
        - title: "Multi Data Center Bridge"
          path: /tyk-mdcb-api
          category: Page
          show: True
        - title: "Enterprise Developer Portal"
          path: /product-stack/tyk-enterprise-developer-portal/api-documentation/tyk-edp-api
          category: Page
          show: True
        - title: "Enterprise Developer Portal Admin"
          path: /product-stack/tyk-enterprise-developer-portal/api-documentation/list-of-endpoints/portal-1.9.0-list-of-endpoints
          category: Page
          show: True
        - title: "Tyk Identity Broker"
          path: /tyk-identity-broker/tib-rest-api
          category: Page
          show: True
      - title: "Release Notes"
        category: Directory
        show: True
        menu:
    Removed Environment Variables Sections

    Multiple Environment Variables sections have been removed and consolidated under a new category. Verify that no critical information has been lost during this restructuring and that the new organization is logical and user-friendly.

              menu:
                - title: "Gateway API Overview"
                  path: /getting-started/key-concepts/gateway-api
                  category: Page
                  show: True
                - title: "Tyk OAS API Definition Object"
                  path: /tyk-apis/tyk-gateway-api/oas/x-tyk-oas-doc
                  category: Page
                  show: True
                - title: "Tyk Classic API Definition Object"
                  path: /tyk-gateway-api/api-definition-objects
                  category: Page
                  show: True
                - title: "Token Session Object"
                  path: /tyk-apis/tyk-gateway-api/token-session-object-details
                  category: Page
                  show: True
            - title: "Troubleshooting"
              category: Directory
              show: True
              menu:
                - title: "Add Custom Certificates to Trusted Storage of Docker Images"
                  path: /frequently-asked-questions/add-custom-certificates-to-docker-images
                  category: Page
                  show: True
                - title: "How to change the logging output location"
                  path: /frequently-asked-questions/change-logging-output-location
                  category: Page
                  show: True
                - title: "How to clear / invalidate API cache"
                  path: /frequently-asked-questions/clear-api-cache
                  category: Page
                  show: True
                - title: "How to find the Gateway logging output"
                  path: /frequently-asked-questions/find-gateway-logging-output
                  category: Page
                  show: True
                - title: "Error Response Status Codes"
                  path: /error-response-codes
                  category: Page
                  show: True
        - title: "Tyk Dashboard"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /tyk-dashboard
              category: Page
              show: True
            - title: "Advanced configurations"
              category: Directory
              show: False
              menu:
            - title: "Traffic analytics"
              category: Directory
              show: True
              menu:
                - title: "Overview"
                  path: /tyk-dashboard-analytics
                  category: Page
                  show: True
                - title: "Traffic Overview"
                  path: /tyk-dashboard-analytics/traffic-overview
                  category: Page
                  show: True
                - title: "Activity logs"
                  path: /tyk-stack/tyk-manager/analytics/log-browser
                  category: Page
                  show: True
                - title: "Activity by API"
                  path: /tyk-dashboard-analytics/traffic-per-api
                  category: Page
                  show: True
                - title: "Activity by Key"
                  path: /tyk-dashboard-analytics/traffic-per-token
                  category: Page
                  show: True
                - title: "Activity by endpoint"
                  path: /product-stack/tyk-dashboard/advanced-configurations/analytics/activity-by-endpoint
                  category: Page
                  show: True
                - title: "Activity by location"
                  path: /tyk-stack/tyk-manager/analytics/geographic-distribution
                  category: Page
                  show: True
                - title: "Activity by error"
                  path: /tyk-dashboard-analytics/error-overview
                  category: Page
                  show: True
                - title: "Activity by OAuth Client"
                  path: /tyk-dashboard-analytics/traffic-per-oauth-client
                  category: Page
                  show: True
            - title: "User management"
              category: Directory
              show: True
              menu:
                - title: "Overview"
                  path: /tyk-dashboard/rbac
                  category: Page
                  show: True
                - title: "User Permissions"
                  path: /basic-config-and-security/security/dashboard/user-roles
                  category: Page
                  show: True
                - title: "Managing Users"
                  path: /basic-config-and-security/security/dashboard/create-users
                  category: Page
                  show: True
                - title: "Managing User Groups"
                  path: /basic-config-and-security/security/dashboard/create-user-groups
                  category: Page
                  show: True
                - title: "Search Users"
                  path: /basic-config-and-security/security/dashboard/search-users
                  category: Page
                  show: True
                - title: "Password Policy"
                  path: /basic-config-and-security/security/password-policy
                  category: Page
                  show: True
                - title: "API Ownership"
                  path: /product-stack/tyk-dashboard/advanced-configurations/user-management/api-ownership
                  category: Page
                  show: True
            - title: "API governance"
              category: Directory
              show: True
              menu:
                - title: "API Templates"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /product-stack/tyk-dashboard/advanced-configurations/templates/template-overview
                      category: Page
                      show: True
                    - title: "Using the Template Designer"
                      path: /product-stack/tyk-dashboard/advanced-configurations/templates/template-designer
                      category: Page
                      show: True
                    - title: "Using the Dashboard API"
                      path: /product-stack/tyk-dashboard/advanced-configurations/templates/template-api
                      category: Page
                      show: True
                - title: "API Categories"
                  path: /product-stack/tyk-dashboard/advanced-configurations/api-categories
                  category: Page
                  show: True
                - title: "Open Policy Agent (OPA)"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /tyk-dashboard/open-policy-agent
                      category: Page
                      show: True
                    - title: "Dashboard OPA rules"
                      path: /tyk-dashboard/opa-rules
                      category: Page
                      show: True
                    - title: "OPA Worked Example"
                      path: /product-stack/tyk-dashboard/advanced-configurations/open-policy-agent/opa-permissions-example
                      category: Page
                      show: True
                - title: "API Endpoint Designer"
                  path: /advanced-configuration/transform-traffic/endpoint-designer
                  category: Page
                  show: True
            - title: "System administration"
              category: Directory
              show: True
              menu:
                - title: "Dashboard administration"
                  path: /basic-config-and-security/security/dashboard/dashboard-admin-api
                  category: Page
                  show: True
                - title: "Organizations"
                  path: /basic-config-and-security/security/dashboard/organisations
                  category: Page
                  show: True
                - title: "Dashboard audit logs"
                  path: /product-stack/tyk-dashboard/advanced-configurations/analytics/audit-log
                  category: Page
                  show: True
                - title: "Persistent storage"
                  category: Directory
                  show: True
                  menu:
                    - title: "Supported Databases"
                      path: /tyk-dashboard/database-options
                      category: Page
                      show: True
                    - title: "Configuring Data Storage"
                      path: /product-stack/tyk-dashboard/advanced-configurations/data-storage-configuration
                      category: Page
                      show: True
                - title: "Integration with 3rd Party Identity Providers"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /advanced-configuration/integrate/3rd-party-identity-providers
                      category: Page
                      show: True
                    - title: "Custom"
                      path: /advanced-configuration/integrate/3rd-party-identity-providers/custom
                      category: Page
                      show: True
                    - title: "Login into the Dashboard using LDAP - Guide"
                      path: /advanced-configuration/integrate/3rd-party-identity-providers/dashboard-login-ldap-tib
                      category: Page
                      show: True
                    - title: "LDAP"
                      path: /advanced-configuration/integrate/3rd-party-identity-providers/ldap
                      category: Page
                      show: True
                    - title: "Social Provider"
                      path: /advanced-configuration/integrate/3rd-party-identity-providers/social
                      category: Page
                      show: True
                    - title: "Log into an APP with Google"
                      path: /advanced-configuration/integrate/3rd-party-identity-providers/social/app-login-with-gplus
                      category: Page
                      show: True
                    - title: "Log into Dashboard with Google"
                      path: /advanced-configuration/integrate/3rd-party-identity-providers/social/dashboard-login-with-gplus
                      category: Page
                      show: True
            - title: "API documentation"
              category: Directory
              show: True
              menu:
                - title: "Dashboard API"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /getting-started/key-concepts/dashboard-api
                      category: Page
                      show: True
                    - title: "Pagination"
                      path: /tyk-apis/tyk-dashboard-api/pagination
                      category: Page
                      show: True
                    - title: "Manage APIs"
                      path: /tyk-apis/tyk-dashboard-api/api-definitions
                      category: Page
                      show: True
                    - title: "Data Graph APIs"
                      path: /tyk-apis/tyk-dashboard-api/data-graphs-api
                      category: Page
                      show: True
                    - title: "Dashboard Analytics"
                      path: /tyk-apis/tyk-dashboard-api/analytics
                      category: Page
                      show: True
                    - title: "Manage Users"
                      path: /tyk-dashboard-api/users
                      category: Page
                      show: True
                    - title: "Manage User Groups"
                      path: /tyk-apis/tyk-dashboard-api/user-groups
                      category: Page
                      show: True
                    - title: "Manage Additional User Permissions"
                      path: /tyk-dashboard-api/org/permissions
                      category: Page
                      show: True
                    - title: "Manage Access Keys"
                      path: /tyk-apis/tyk-dashboard-api/api-keys
                      category: Page
                      show: True
                    - title: "Manage Basic Auth"
                      path: /tyk-apis/tyk-dashboard-api/basic-authentication
                      category: Page
                      show: True
                    - title: "Manage OAuth"
                      path: /tyk-apis/tyk-dashboard-api/oauth-key-management
                      category: Page
                      show: True
                    - title: "Setup Single Sign On"
                      path: /tyk-apis/tyk-dashboard-api/sso
                      category: Page
                      show: True
                    - title: "Manage Webhooks"
                      path: /tyk-apis/tyk-dashboard-api/web-hooks
                      category: Page
                      show: True
                    - title: "Open Policy Agent API"
                      path: /tyk-dashboard-api/org/opa
                      category: Page
                      show: True
                    - title: "Classic Portal"
                      category: Directory
                      show: True
                      menu:
                        - title: "Portal Key Requests"
                          path: /tyk-apis/tyk-dashboard-api/manage-key-requests
                          category: Page
                          show: True
                        - title: "Portal Policies"
                          path: /tyk-apis/tyk-dashboard-api/portal-policies
                          category: Page
                          show: True
                - title: "Dashboard Admin API"
                  category: Directory
                  show: True
                  menu:
                    - title: "Manage Organisations"
                      path: /dashboard-admin-api/organisations
                      category: Page
                      show: True
                    - title: "Manage Users"
                      path: /tyk-apis/tyk-dashboard-admin-api/users
                      category: Page
                      show: True
                    - title: "Setup SSO"
                      path: /tyk-apis/tyk-dashboard-admin-api/sso
                      category: Page
                      show: True
                    - title: "Dashboard URL Reload"
                      path: /tyk-apis/tyk-dashboard-api/dashboard-url-reload
                      category: Page
                      show: True
                    - title: "Export Tyk assets"
                      path: /tyk-apis/tyk-dashboard-admin-api/export
                      category: Page
                      show: True
                    - title: "Import Tyk assets"
                      path: /tyk-apis/tyk-dashboard-admin-api/import
                      category: Page
                      show: True
            - title: "Troubleshooting"
              category: Directory
              show: True
              menu:
                - title: "Capping analytics data storage"
                  path: /frequently-asked-questions/capping-analytics-data-storage
                  category: Page
                  show: True
                - title: "MongoDB X.509 Client Authentication"
                  path: /tyk-stack/dependencies/mongodb/x509-client-auth
                  category: Page
                  show: True
            - title: "Tyk Classic Developer Portal"
              category: Directory
              show: True
              menu:
                - title: "Overview"
                  path: /tyk-developer-portal/tyk-portal-classic
                  category: Page
                  show: True
                - title: "Portal Concepts"
                  path: /tyk-developer-portal/tyk-portal-classic/portal-concepts
                  category: Page
                  show: True
                - title: "Portal API Catalogue"
                  path: /getting-started/key-concepts/api-catalogue
                  category: Page
                  show: True
                - title: "Publish an API"
                  path: /getting-started/tutorials/publish-api
                  category: Page
                  show: True
                - title: "Advanced configurations"
                  category: Directory
                  show: True
                  menu:
                    - title: "Key Requests"
                      path: /tyk-developer-portal/tyk-portal-classic/key-requests
                      category: Page
                      show: True
                    - title: "Developer Profiles"
                      path: /tyk-developer-portal/tyk-portal-classic/developer-profiles
                      category: Page
                      show: True
                    - title: "Dynamic Client Registration (DCR)"
                      category: Directory
                      show: True
                      menu:
                        - title: "Overview"
                          path: /tyk-developer-portal/tyk-portal-classic/dynamic-client-registration
                          category: Page
                          show: True
                        - title: "Step by step guide using Gluu"
                          path: /tyk-developer-portal/tyk-portal-classic/gluu-dcr
                          category: Page
                          show: True
                        - title: "Step by step guide using Keycloak"
                          path: /tyk-developer-portal/tyk-portal-classic/keycloak-dcr
                          category: Page
                          show: True
                        - title: "Step by step guide using Okta"
                          path: /tyk-developer-portal/tyk-portal-classic/okta-dcr
                          category: Page
                          show: True
                        - title: "Step by step guide using Curity"
                          path: /tyk-developer-portal/tyk-portal-classic/curity-dcr
                          category: Page
                          show: True
                    - title: "Portal OAuth Clients"
                      path: /tyk-developer-portal/tyk-portal-classic/portal-oauth-clients
                      category: Page
                      show: True
                    - title: "GraphQL with Classic Portal"
                      path: /tyk-developer-portal/tyk-portal-classic/graphql
                      category: Page
                      show: True
                    - title: "Streams with Classic Portal"
                      path: /tyk-developer-portal/tyk-portal-classic/streams
                      category: Page
                      show: True
                    - title: "Monetising your APIs"
                      path: /tyk-developer-portal/tyk-portal-classic/monetise
                      category: Page
                      show: True
                    - title: "Events and Notifications"
                      path: /tyk-developer-portal/tyk-portal-classic/portal-events-notifications
                      category: Page
                      show: True
                    - title: "Outbound Email Configuration"
                      path: /configure/outbound-email-configuration
                      category: Page
                      show: True
                - title: "Portal customisation"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /tyk-developer-portal/customise
                      category: Page
                      show: True
                    - title: "Customising API Visibility"
                      path: /tyk-developer-portal/customise/customize-api-visibility
                      category: Page
                      show: True
                    - title: "Customise the Portal Menus"
                      path: /tyk-developer-portal/tyk-portal-classic/customise/changing-the-navigation
                      category: Page
                      show: True
                    - title: "Creating a Custom Developer Portal"
                      path: /tyk-developer-portal/tyk-portal-classic/customise/custom-developer-portal
                      category: Page
                      show: True
                    - title: "Swap out Swagger UI for ReDoc"
                      path: /tyk-developer-portal/tyk-portal-classic/customise/customise-documentation
                      category: Page
                      show: True
                    - title: "Customise Pages with CSS and JavaScript"
                      path: /tyk-developer-portal/tyk-portal-classic/customise/customising-using-dashboard
                      category: Page
                      show: True
                    - title: "Customising using jQuery"
                      path: /tyk-developer-portal/tyk-portal-classic/customise/customize-with-jquery
                      category: Page
                      show: True
                    - title: "Customise the Developer Signup Form"
                      path: /tyk-developer-portal/tyk-portal-classic/customise/developer-meta-data
                      category: Page
                      show: True
                    - title: "Customise Page Templates"
                      path: /tyk-developer-portal/tyk-portal-classic/tyk-portal-classic/customise/customise-with-templates
                      category: Page
                      show: True
                - title: "API documentation"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /tyk-portal-api
                      category: Page
                      show: True
                    - title: "Configuration"
                      path: /tyk-apis/tyk-portal-api/portal-configuration
                      category: Page
                      show: True
                    - title: "Developers"
                      path: /tyk-apis/tyk-portal-api/portal-developers
                      category: Page
                      show: True
                    - title: "API Publishing"
                      path: /tyk-apis/tyk-portal-api/portal-documentation
                      category: Page
                      show: True
                    - title: "Key Requests"
                      path: /tyk-apis/tyk-portal-api/portal-keys
                      category: Page
                      show: True
                - title: "Troubleshooting"
                  category: Directory
                  show: True
                  menu:
                    - title: "How to add, list or delete a developer using the API"
                      path: /frequently-asked-questions/add-list-delete-developer-using-api
                      category: Page
                      show: True
                    - title: "Alerts on new developer key requests"
                      path: /frequently-asked-questions/alerts-new-developer-key-requests
                      category: Page
                      show: True
                    - title: "Custom Developer Portal Options"
                      path: /frequently-asked-questions/custom-developer-portal-options
                      category: Page
                      show: True
                    - title: "“API catalogue not found“ error in the Developer Portal"
                      path: /troubleshooting/tyk-dashboard/api-catalogue-not-found-error-developer-portal
                      category: Page
                      show: True
                    - title: "CORS issues on developer portal"
                      path: /troubleshooting/tyk-dashboard/cors-issues-on-developer-portal
                      category: Page
                      show: True
                    - title: "“Not Found” error in the Developer Portal"
                      path: /troubleshooting/tyk-dashboard/not-found-error-developer-portal
                      category: Page
                      show: True
                    - title: "Receive a CSRF error in the Developer Portal"
                      path: /troubleshooting/tyk-dashboard/receive-csrf-error-developer-portal
                      category: Page
                      show: True
        - title: "Universal Data Graph (UDG)"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /universal-data-graph
              category: Page
              show: True
            - title: "Key concepts"
              category: Directory
              show: True
              menu:
                - title: "Concepts - Universal Data Graph"
                  path: /universal-data-graph/udg-concepts
                  category: Page
                  show: True
                - title: "Concepts - Data sources"
                  path: /tyk-stack/universal-data-graph/concepts/datasources
                  category: Page
                  show: True
                - title: "Concepts - Arguments"
                  path: /universal-data-graph/concepts/arguments
                  category: Page
                  show: True
                - title: "Concepts - Field Mappings"
                  path: /universal-data-graph/concepts/field_mappings
                  category: Page
                  show: True
                - title: "Concepts - Reusing response fields"
                  path: /universal-data-graph/concepts/reusing_response_fields
                  category: Page
                  show: True
                - title: "Concepts - Header management"
                  path: /universal-data-graph/concepts/header_management
                  category: Page
                  show: True
            - title: "Connect Data Sources"
              category: Directory
              show: True
              menu:
                - title: "UDG Datasources"
                  path: /universal-data-graph/concepts/datasources
                  category: Page
                  show: True
                - title: "GraphQL Datasource"
                  path: /universal-data-graph/datasources/graphql
                  category: Page
                  show: True
                - title: "Kafka Datasource"
                  path: /universal-data-graph/datasources/kafka
                  category: Page
                  show: True
                - title: "REST Datasource"
                  path: /universal-data-graph/datasources/rest
                  category: Page
                  show: True
                - title: "Tyk Datasource"
                  path: /universal-data-graph/datasources/tyk
                  category: Page
                  show: True
            - title: "API documentation"
              category: Directory
              show: False
              menu:
            - title: "Troubleshooting"
              category: Directory
              show: False
              menu:
        - title: "Tyk Enterprise Developer Portal"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /tyk-developer-portal/tyk-enterprise-developer-portal
              category: Page
              show: True
            - title: "Deploy"
              category: Directory
              show: True
              menu:
                - title: "Install Tyk Enterprise Developer Portal"
                  path: /product-stack/tyk-enterprise-developer-portal/deploy/install-tyk-enterprise-portal
                  category: Page
                  show: True
                - title: "Installation options"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /product-stack/tyk-enterprise-developer-portal/deploy/install-tyk-enterprise-portal/overview
                      category: Page
                      show: True
                    - title: "Docker"
                      path: /product-stack/tyk-enterprise-developer-portal/deploy/install-tyk-enterprise-portal/install-portal-using-docker
                      category: Page
                      show: True
                    - title: "Docker Compose"
                      path: /product-stack/tyk-enterprise-developer-portal/deploy/install-tyk-enterprise-portal/install-portal-using-docker-compose
                      category: Page
                      show: True
                    - title: "New helm chart"
                      path: /product-stack/tyk-enterprise-developer-portal/deploy/install-tyk-enterprise-portal/install-portal-using-new-helm
                      category: Page
                      show: True
                    - title: "Legacy helm chart"
                      path: /product-stack/tyk-enterprise-developer-portal/deploy/install-tyk-enterprise-portal/install-portal-using-helm
                      category: Page
                      show: True
                    - title: "Red Hat (RHEL / CentOS)"
                      path: /product-stack/tyk-enterprise-developer-portal/deploy/install-tyk-enterprise-portal/install-portal-using-rpm
                      category: Page
                      show: True
                - title: "Bootstrap Tyk Enterprise Developer Portal"
                  path: /product-stack/tyk-enterprise-developer-portal/deploy/bootstrapping-portal
                  category: Page
                  show: True
            - title: "Get started"
              category: Directory
              show: True
              menu:
                - title: "Tyk Enterprise Portal Concepts"
                  path: /product-stack/tyk-enterprise-developer-portal/getting-started/enterprise-portal-concepts
                  category: Page
                  show: True
                - title: "Connect to Tyk Dashboard"
                  path: /product-stack/tyk-enterprise-developer-portal/getting-started/with-tyk-self-managed-as-provider
                  category: Page
                  show: True
                - title: "Create API Products and plans"
                  path: /product-stack/tyk-enterprise-developer-portal/getting-started/create-api-product-and-plan
                  category: Page
                  show: True
                - title: "Customize API Products' and plans' appearance"
                  path: /product-stack/tyk-enterprise-developer-portal/getting-started/customize-products-and-plans
                  category: Page
                  show: True
                - title: "Create API consumer organisation and catalog"
                  path: /product-stack/tyk-enterprise-developer-portal/getting-started/create-orgs-and-catalogs
                  category: Page
                  show: True
                - title: "Customize the sign-up form"
                  path: /product-stack/tyk-enterprise-developer-portal/getting-started/customize-sign-up-form
                  category: Page
                  show: True
                - title: "Setup email notifications"
                  path: /product-stack/tyk-enterprise-developer-portal/getting-started/setup-email-notifications
                  category: Page
                  show: True
            - title: "Manage API consumers"
              category: Directory
              show: True
              menu:
                - title: "Add Organisations"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/add-organisations
                  category: Page
                  show: True
                - title: "Approve Self Registering Requests"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/approve-self-registering-requests
                  category: Page
                  show: True
                - title: "Enable single sign on for admin users and developers"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/enable-sso
                  category: Page
                  show: True
                - title: "Invite Codes"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/invite-codes
                  category: Page
                  show: True
                - title: "Manage API Consumer organisations"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/manage-api-consumer-organisations
                  category: Page
                  show: True
                - title: "Manage API Consumers"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/manage-api-consumers
                  category: Page
                  show: True
                - title: "Manage API Users"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/manage-api-users
                  category: Page
                  show: True
                - title: "Manage Catalogues"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/manage-catalogues
                  category: Page
                  show: True
                - title: "Managing Access"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/managing-access/managing-access
                  category: Page
                  show: True
                - title: "Developer API Consumer Portal"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /tyk-developer-portal/tyk-enterprise-developer-portal/api-consumer-portal
                      category: Page
                      show: True
                    - title: "Register for a Portal"
                      path: /tyk-developer-portal/tyk-enterprise-developer-portal/api-consumer-portal/register-portal
                      category: Page
                      show: True
                    - title: "Reset Password"
                      path: /tyk-developer-portal/tyk-enterprise-developer-portal/api-consumer-portal/reset-password
                      category: Page
                      show: True
                    - title: "Access an API Product"
                      path: /tyk-developer-portal/tyk-enterprise-developer-portal/api-consumer-portal/access-api-product
                      category: Page
                      show: True
            - title: "Manage API access"
              category: Directory
              show: True
              menu:
                - title: "API Access"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/api-access
                  category: Page
                  show: True
                - title: "Approve or reject provisioning requests"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/approve-requests
                  category: Page
                  show: True
                - title: "Manage Apps and Credentials"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/manage-apps-credentials
                  category: Page
                  show: True
                - title: "Dynamic client registration"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/dynamic-client-registration
                  category: Page
                  show: True
                - title: "Configure rate limit keys"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/api-access/configuring-custom-rate-limit-keys
                  category: Page
                  show: True
                - title: "Create Get started guides for your API Products"
                  path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/getting-started-with-enterprise-portal/manage-get-started-guides-for-api-products
                  category: Page
                  show: True
            - title: "Customise the portal"
              category: Directory
              show: True
              menu:
                - title: "Customising UI appearance"
                  category: Directory
                  show: True
                  menu:
                    - title: "Quick Customisation"
                      path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/quick-customisation
                      category: Page
                      show: True
                    - title: "Complete customisation"
                      category: Directory
                      show: True
                      menu:
                        - title: "Overview"
                          path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/full-customisation
                          category: Page
                          show: True
                        - title: "Developer Workflow"
                          category: Directory
                          show: True
                          menu:
                            - title: "Overview"
                              path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/developer-workflow
                              category: Page
                              show: True
                            - title: "File Structure and Concepts"
                              path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/file-structure-concepts
                              category: Page
                              show: True
                            - title: "Create a New Page Template"
                              path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/create-new-page-template
                              category: Page
                              show: True
                        - title: "Email Workflow"
                          path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/email-customization
                          category: Page
                          show: True
                        - title: "Content Manager Workflow"
                          category: Directory
                          show: True
                          menu:
                            - title: "Overview"
                              path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/content-manager-workflow
                              category: Page
                              show: True
                            - title: "Edit Manage Page Content"
                              path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/edit-manage-page-content
                              category: Page
                              show: True
                            - title: "Menus Customisation"
                              path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/menus-customisation
                              category: Page
                              show: True
                        - title: "Upgrade the portal theme"
                          path: /product-stack/tyk-enterprise-developer-portal/upgrading/theme-upgrades
                          category: Page
                          show: True
                        - title: "Templates"
                          path: /tyk-stack/tyk-developer-portal/enterprise-developer-portal/customise-enterprise-portal/full-customisation/templates
                          category: Page
                          show: True
                - title: "Customize data models"
                  path: /product-stack/tyk-enterprise-developer-portal/portal-customisation/customise-user-model
                  category: Page
                  show: True
                - title: "Configure webhooks"
                  path: /product-stack/tyk-enterprise-developer-portal/portal-customisation/configure-webhooks
                  category: Page
                  show: True
            - title: "Troubleshooting"
              category: Directory
              show: False
              menu:
        - title: "Tyk Multi Data Centre Bridge"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /tyk-multi-data-centre
              category: Page
              show: True
            - title: "Getting started"
              category: Directory
              show: True
              menu:
                - title: "MDCB Components"
                  path: /tyk-multi-data-centre/mdcb-components
                  category: Page
                  show: True
                - title: "Minimising latency with MDCB"
                  path: /tyk-multi-data-centre/mdcb-example-minimising-latency
                  category: Page
                  show: True
                - title: "Setup MDCB Control Plane"
                  path: /tyk-multi-data-centre/setup-controller-data-centre
                  category: Page
                  show: True
                - title: "Setup MDCB Data Plane"
                  path: /tyk-multi-data-centre/setup-worker-data-centres
                  category: Page
                  show: True
            - title: "Advanced configurations"
              category: Directory
              show: True
              menu:
                - title: "Synchroniser feature with MDCB"
                  path: /product-stack/tyk-enterprise-mdcb/advanced-configurations/synchroniser
                  category: Page
                  show: True
            - title: "Troubleshooting"
              category: Directory
              show: False
              menu:
        - title: "Tyk Pump (Open Source)"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /tyk-pump
              category: Page
              show: True
            - title: "Getting started"
              category: Directory
              show: True
              menu:
                - title: "Tyk Pump Configuration"
                  path: /tyk-pump/configuration
                  category: Page
                  show: True
                - title: "Setup Dashboard Analytics"
                  path: /tyk-pump/tyk-pump-configuration/tyk-pump-dashboard-config
                  category: Page
                  show: True
                - title: "Graph Pump setup"
                  path: /tyk-stack/tyk-pump/tyk-pump-configuration/graph-pump/
                  category: Page
                  show: True
            - title: "API documentation"
              category: Directory
              show: False
              menu:
            - title: "Advanced configurations"
              category: Directory
              show: True
              menu:
                - title: "Configure data sinks"
                  category: Directory
                  show: True
                  menu:
                    - title: "CSV Setup"
                      path: /product-stack/tyk-pump/advanced-configurations/configure-data-sinks/csv
                      category: Page
                      show: True
                    - title: "Datadog Setup"
                      path: /tyk-configuration-reference/tyk-pump-configuration/datadog
                      category: Page
                      show: True
                    - title: "Elasticsearch Setup"
                      path: /product-stack/tyk-pump/advanced-configurations/configure-data-sinks/elasticsearch
                      category: Page
                      show: True
                    - title: "Logz.io Setup"
                      path: /product-stack/tyk-pump/advanced-configurations/configure-data-sinks/logzio
                      category: Page
                      show: True
                    - title: "Moesif Setup"
                      path: /tyk-configuration-reference/tyk-pump-configuration/moesif
                      category: Page
                      show: True
                    - title: "Splunk Setup"
                      path: /tyk-configuration-reference/tyk-pump-configuration/splunk
                      category: Page
                      show: True
                    - title: "Tyk Analytics Record Fields"
                      path: /tyk-stack/tyk-pump/tyk-analytics-record-fields/
                      category: Page
                      show: True
                - title: "Monitor your APIs with Prometheus"
                  path: /tyk-stack/tyk-pump/other-data-stores/monitor-apis-prometheus
                  category: Page
                  show: True
                - title: "Setup Prometheus Pump"
                  path: /product-stack/tyk-pump/advanced-configurations/setup-prometheus-pump
                  category: Page
                  show: True
                - title: "Capping Analytics Data Storage"
                  path: /tyk-stack/tyk-manager/analytics/capping-analytics-data-storage
                  category: Page
                  show: True
                - title: "Separated Analytics Storage"
                  path: /tyk-stack/tyk-pump/separated-analytics-storage
                  category: Page
                  show: True
            - title: "Supported Backends"
              path: /tyk-stack/tyk-pump/other-data-stores
              category: Page
              show: True
        - title: "Tyk Operator"
          category: Directory
          show: True
          menu:
            - title: "Advanced configurations"
              category: Directory
              show: True
              menu:
                - title: "GraphQL Federation"
                  path: /product-stack/tyk-operator/advanced-configurations/graphql-federation
                  category: Page
                  show: True
                - title: "Custom Plugins"
                  path: /product-stack/tyk-operator/advanced-configurations/custom-plugins
                  category: Page
                  show: True
        - title: "Tyk Streams"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /product-stack/tyk-streaming/overview
              category: Page
              show: True
            - title: "Glossary"
              path: /product-stack/tyk-streaming/glossary
              category: Page
              show: True
            - title: "Key Concepts"
              path: /product-stack/tyk-streaming/key-concepts
              category: Page
              show: True
            - title: "Configure Streams API using dashboard"
              path: /product-stack/tyk-streaming/streams-configuration-using-ui
              category: Page
              show: True
            - title: "Quick Start"
              path: /product-stack/tyk-streaming/getting-started
              category: Page
              show: false
            - title: "Configuration"
              category: Directory
              show: True
              menu:
                - title: "Overview"
                  path: /product-stack/tyk-streaming/configuration/overview
                  category: Page
                  show: True
                - title: "Inputs"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /product-stack/tyk-streaming/configuration/inputs/overview
                      category: Page
                      show: True
                    - title: "Broker"
                      path: /product-stack/tyk-streaming/configuration/inputs/broker
                      category: Page
                      show: True
                    - title: "Http Client"
                      path: /product-stack/tyk-streaming/configuration/inputs/http-client
                      category: Page
                      show: True
                    - title: "Http Server"
                      path: /product-stack/tyk-streaming/configuration/inputs/http-server
                      category: Page
                      show: True
                    - title: "Kafka"
                      path: /product-stack/tyk-streaming/configuration/inputs/kafka
                      category: Page
                      show: True
                - title: "Outputs"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /product-stack/tyk-streaming/configuration/outputs/overview
                      category: Page
                      show: True
                    - title: "Broker"
                      path: /product-stack/tyk-streaming/configuration/outputs/broker
                      category: Page
                      show: True
                    - title: "Http Client"
                      path: /product-stack/tyk-streaming/configuration/outputs/http-client
                      category: Page
                      show: True
                    - title: "Http Server"
                      path: /product-stack/tyk-streaming/configuration/outputs/http-server
                      category: Page
                      show: True
                    - title: "Kafka"
                      path: /product-stack/tyk-streaming/configuration/outputs/kafka
                      category: Page
                      show: True
                - title: "Processors"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /product-stack/tyk-streaming/configuration/processors/overview
                      category: Page
                      show: True
                    - title: "Avro"
                      path: /product-stack/tyk-streaming/configuration/processors/avro
                      category: Page
                      show: True
                - title: "Scanners"
                  category: Directory
                  show: True
                  menu:
                    - title: "Overview"
                      path: /product-stack/tyk-streaming/configuration/scanners/overview
                      category: Page
                      show: true
                    - title: "CSV"
                      path: /product-stack/tyk-streaming/configuration/scanners/csv
                      category: Page
                      show: True
                    - title: "Line"
                      path: /product-stack/tyk-streaming/configuration/scanners/lines
                      category: Page
                      show: True
                    - title: "Regular Expression Matching"
                      path: /product-stack/tyk-streaming/configuration/scanners/re-match
                      category: Page
                      show: True
                    - title: "Switch"
                      path: /product-stack/tyk-streaming/configuration/scanners/switch
                      category: Page
                      show: True
                - title: "Common Configurations"
                  category: Directory
                  show: True
                  menu:
                    - title: "Batching"
                      path: /product-stack/tyk-streaming/configuration/common-configuration/batching
                      category: Page
                      show: True
                    - title: "Field Paths"
                      path: /product-stack/tyk-streaming/configuration/common-configuration/field-paths
                      category: Page
                      show: True
                    - title: "Processing Pipelines"
                      path: /product-stack/tyk-streaming/configuration/common-configuration/processing-pipelines
                      category: Page
                      show: True
            - title: "Rate Limits"
              category: Directory
              show: true
              menu:
                - title: "Overview"
                  path: /product-stack/tyk-streaming/configuration/rate-limits/overview
                  category: Page
                  show: True
                - title: "Local"
                  path: /product-stack/tyk-streaming/configuration/rate-limits/local
                  category: Page
                  show: True
            - title: "Deployment Considerations"
              path: /product-stack/tyk-streaming/deployment-considerations
              category: Page
              show: True
            - title: "Developer Portal Integration"
              path: /product-stack/tyk-streaming/developer-portal-integration
              category: true
              show: True
        - title: "Tyk Sync"
          category: Directory
          show: False
          menu:
        - title: "Tyk Identity Broker (Open Source)"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /tyk-identity-broker
              category: Page
              show: True
            - title: "Getting started"
              category: Directory
              show: True
              menu:
                - title: "Getting started with TIB"
                  path: /tyk-identity-broker/getting-started
                  category: Page
                  show: True
                - title: "Practical TIB Integration Examples"
                  path: /tyk-stack/tyk-identity-broker/auth-user-for-api-access-github-oauth
                  category: Page
                  show: True
            - title: "TIB Profiles"
              path: /tyk-stack/tyk-identity-broker/about-profiles
              category: Page
              show: True
        - title: "Tyk Helm Charts (Open Source)"
          category: Directory
          show: True
          menu:
            - title: "Overview"
              path: /product-stack/tyk-charts/overview
              category: Page
              show: True
            - title: "Tyk Stack Chart"
              path: /product-stack/tyk-charts/tyk-stack-chart
              category: Page
              show: True
            - title: "Tyk Control Plane Chart"
              path: /product-stack/tyk-charts/tyk-control-plane-chart
              category: Page
              show: True
            - title: "Tyk Data Plane Chart"
              path: /product-stack/tyk-charts/tyk-data-plane-chart
              category: Page
              show: True
            - title: "Tyk Open Source Chart"
              path: /product-stack/tyk-charts/tyk-oss-chart
              category: Page
              show: True
    - title: "Developer Support"
      # path: /frequently-asked-questions/faq
      category: Label
      show: True
      menu:
        - title: "Community Forum"
          path: /developer-support/community
          category: Page
          show: True
        - title: "Support Channels"
          path: /developer-support/support
          category: Page
          show: True
        - title: "Environment Variables and Configs"
          category: Directory
          show: True
          menu:
          - title: "Overview"
            path: /tyk-environment-variables
            category: Page
            show: False
          - title: "Gateway"
            path: /tyk-oss-gateway/configuration
            category: Page
            show: True
          - title: "Dashboard"
            path: /tyk-dashboard/configuration
            category: Page
            show: True
          - title: "Pump"
            path: /tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables
            category: Page
            show: True
          - title: "Enterprise Developer Portal"
            path: /product-stack/tyk-enterprise-developer-portal/deploy/configuration
            category: Page
            show: True
          - title: "Multi Data Center Bridge"
            path: /tyk-multi-data-centre/mdcb-configuration-options
            category: Page
            show: True
          - title: "Tyk Identity Broker"
            path: /tyk-configuration-reference/tyk-identity-broker-configuration
            category: Page
            show: True
        - title: "API Documentation"
          category: Directory
          show: True
          menu:
          - title: "Overview"
            path: /tyk-apis
            category: Page
            show: True
          - title: "Gateway"
            path: /tyk-gateway-api
            category: Page
            show: True
          - title: "Dashboard"
            path: /tyk-dashboard-api
            category: Page
            show: True
          - title: "Dashboard Admin"
            path: /dashboard-admin-api
            category: Page
            show: True
          - title: "Multi Data Center Bridge"
            path: /tyk-mdcb-api
            category: Page
            show: True
          - title: "Enterprise Developer Portal"
            path: /product-stack/tyk-enterprise-developer-portal/api-documentation/tyk-edp-api
            category: Page
            show: True
          - title: "Enterprise Developer Portal Admin"
            path: /product-stack/tyk-enterprise-developer-portal/api-documentation/list-of-endpoints/portal-1.9.0-list-of-endpoints
            category: Page
            show: True
          - title: "Tyk Identity Broker"
            path: /tyk-identity-broker/tib-rest-api
            category: Page
            show: True
        - title: "Release Notes"
          category: Directory
          show: True
          menu:
          - title: "Latest Tyk Releases"
            path: /developer-support/release-notes/overview
            category: Page
            show: True
          - title: "Gateway"
            path: /developer-support/release-notes/gateway
            category: Page
            show: True
          - title: "Dashboard"
            path: /developer-support/release-notes/dashboard
            category: Page
            show: True
          - title: "Pump"
            path: /developer-support/release-notes/pump
            category: Page
            show: True
          - title: "Sync"
            path: /developer-support/release-notes/sync
            category: Page
            show: True
          - title: "Multi Data Center Bridge"
            path: /developer-support/release-notes/mdcb
            category: Page
            show: True
          - title: "Enterprise Developer Portal"
            path: /developer-support/release-notes/portal
            category: Page
            show: True
          - title: "Tyk Operator"
            path: /developer-support/release-notes/operator
            category: Page
            show: True
          - title: "Tyk Chart"
            path: /developer-support/release-notes/helm-chart
            category: Page
            show: True
          - title: "Tyk Identity Broker"
            path: /developer-support/release-notes/tib
            category: Page
            show: True
          - title: "Tyk Cloud"
            path: /developer-support/release-notes/cloud
            category: Page
            show: True
          - title: "Archived Releases"
            path: /developer-support/release-notes/archived
            category: Page
            show: True
          - title: "Special Releases"
            path: /developer-support/release-notes/special-releases
            category: Page
            show: True
        - title: "Contributing"
          path: /developer-support/contributing
          category: Page
          show: True
        - title: "Upgrading Guide"
          path: /developer-support/upgrading
          category: Page
          show: True
        - title: "Frequently Asked Questions"
          path: /developer-support/faq
          category: Page
          show: True
        - title: "SDK"
          category: Directory
          show: False
          menu:
        - title: "CLI"
          category: Directory
          show: False
          menu:
        - title: "Deprecated pages"
          category: Directory
          show: False
          menu:

    Copy link
    Contributor

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Score
    General
    Ensure all previously removed environment variable references are included in the new "Environment Variables and Configs" section

    Ensure that the newly added "Environment Variables and Configs" section includes all
    previously removed environment variable references to avoid losing critical
    configuration documentation.

    tyk-docs/data/menu.yaml [3443-3474]

     - title: "Environment Variables and Configs"
       category: Directory
       show: True
       menu:
       - title: "Overview"
         path: /tyk-environment-variables
         category: Page
         show: False
       - title: "Gateway"
         path: /tyk-oss-gateway/configuration
         category: Page
         show: True
       - title: "Dashboard"
         path: /tyk-dashboard/configuration
         category: Page
         show: True
       - title: "Pump"
         path: /tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables
         category: Page
         show: True
       - title: "Enterprise Developer Portal"
         path: /product-stack/tyk-enterprise-developer-portal/deploy/configuration
         category: Page
         show: True
       - title: "Multi Data Center Bridge"
         path: /tyk-multi-data-centre/mdcb-configuration-options
         category: Page
         show: True
       - title: "Tyk Identity Broker"
         path: /tyk-configuration-reference/tyk-identity-broker-configuration
         category: Page
         show: True
    +  - title: "Tyk Pump Environment Variables"
    +    path: /tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables
    +    category: Page
    +    show: True
    +  - title: "MDCB Configuration Options"
    +    path: /tyk-multi-data-centre/mdcb-configuration-options
    +    category: Page
    +    show: True
    Suggestion importance[1-10]: 7

    Why: The suggestion is valid as it ensures that no critical configuration documentation is lost by including all previously removed environment variable references in the new section. This improves the completeness and usability of the documentation. However, the suggestion does not introduce new functionality or fix a critical bug, so it is moderately impactful.

    7

    Copy link

    netlify bot commented Jan 13, 2025

    PS. Pls add /docs/nightly to the end of url

    Name Link
    🔨 Latest commit 45a67e8
    🔍 Latest deploy log https://app.netlify.com/sites/tyk-docs/deploys/678507bc963a720008b7233f
    😎 Deploy Preview https://deploy-preview-5885--tyk-docs.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify site configuration.

    @yurisasuke yurisasuke self-requested a review January 14, 2025 11:32
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants