Open Issues Need Help
View All on GitHubAI Summary: Add a link to the 'AuthPolicyCommonSpec' section in the top-level navigation of the AuthPolicy documentation page. This involves updating the `mkdocs.yml` file to include this section in the navigation structure, ensuring consistency with other sections.
AI Summary: Add a table of contents to the RateLimitPolicy documentation page, mirroring the existing structure found on the AuthPolicy, TLSPolicy, and DNSPolicy pages for improved consistency and user experience. This involves identifying the relevant sections within the RateLimitPolicy documentation and creating appropriate links for the table of contents.
AI Summary: Debug and fix inconsistencies in the DNS Policy reference page of the Kuadrant documentation. This involves correcting broken internal links, standardizing the 'Type' column formatting, and fixing broken links within the example section. The documentation is built using MkDocs and Mike for multi-versioning, and the fixes will need to be committed and potentially deployed using the described processes.
AI Summary: Debug and fix broken hyperlinks on the DNS Load Balancing page of the Kuadrant documentation (https://docs.kuadrant.io/1.2.x/kuadrant-operator/doc/user-guides/dns/load-balanced-dns/). The issue appears to be related to improper link formatting within the Markdown source files. The fix will involve locating the affected links, correcting their formatting, and verifying the changes by rebuilding and reviewing the documentation.
AI Summary: Update the link in the Kuadrant documentation (https://docs.kuadrant.io/1.2.x/kuadrant-operator/doc/user-guides/dns/basic-dns-configuration/) to point to the current version of the DNS policy documentation (https://docs.kuadrant.io/1.2.x/kuadrant-operator/doc/reference/dnspolicy/). This involves editing the Markdown file for the relevant page and potentially testing the updated link.
AI Summary: The Kuadrant documentation has a broken link to the 'Getting Started' page. The task is to fix this broken link in the 'Prerequisites' section of the tutorials, updating it to point to the correct, versioned URL (likely `https://docs.kuadrant.io/1.2.x/getting-started/`). This might involve updating the Markdown files in the documentation repository and potentially adjusting the MkDocs configuration to ensure proper versioning.