Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Frelease-notes%2Fdocs.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Frelease-notes%2Fdocs.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

# Docs

Aug 18, 2026

Type and lifecycle labels on every release note

New

Every release note entry now carries a type label (new, improved, changed, breaking change, deprecated, removed, fixed, or security) so you can tell at a glance whether an update adds capability or requires action on your side. Entries that are not yet generally available also show a lifecycle label (early access, beta, or limited availability), and breaking changes are flagged with an action-required badge. The labels appear both on the per-product pages and on the combined [release notes timeline](https://coralogix.com/docs/user-guides/release-notes.md).

Aug 15, 2026

Link-tile cards for blog post resources

Improved

The `AdditionalContent` component gains a `link-tile` variant that renders a horizontal grid of linked resource cards, ideal for blog posts, case studies, and external references at the bottom of a doc. Each tile shows a title and optional description with a right-arrow link. Authors add them with the existing `:::additional-content` directive; the new variant is opt-in per block.

Aug 11, 2026

Daily WebP image conversion

New

A scheduled daily workflow converts any PNG or GIF under `docs/` that bypasses the local pre-commit hook (web-UI uploads, `--no-verify` commits, or upstream-synced assets) to WebP and removes the originals. Committed images are always WebP, keeping page load times consistently fast without a manual step.

Aug 11, 2026

MCP tool catalog auto-generated from source

Improved

The [MCP server tool catalog](https://coralogix.com/docs/user-guides/mcp-server/tools/catalog.md) and its [changelog](https://coralogix.com/docs/user-guides/mcp-server/tools/changelog.md) are now generated automatically from the upstream API spec on each release. The catalog is always in sync with the shipped tools, no manual update required and no lag between a tool shipping and appearing in the docs.

Aug 11, 2026

Permissions list synced automatically from source

Improved

The [permissions reference page](https://coralogix.com/docs/user-guides/aaa/access-control/permissions/permissions-list.md) is now kept up to date by a scheduled workflow that syncs it from the permissions-migration-tool. New permissions appear in the docs on the same cycle as they ship, with a PR flagging any removed or renamed permissions for review.

Aug 11, 2026

Vale prose quality check in CI

New

A Vale check now runs on every PR and annotates only the lines added in that diff, not the entire file. The check is advisory and non-blocking: it surfaces passive voice, overly long sentences, and Coralogix style mismatches as warning annotations in the **Checks** tab without cluttering the **Files changed** diff view.

Aug 6, 2026

Interactive walkthroughs with Walkthrough Studio

New

Docs pages can now embed interactive, click-through walkthroughs, a step-by-step overlay with a spotlight on the relevant area, a callout per step, and Back/Next navigation. Authors build them in [Walkthrough Studio](https://walkthrough-studio.pages.dev) (sign in with your Coralogix email), export a self-contained `.html` file, commit it to `static/assets/ui-previews/`, and embed it with `<UiPreview src="…" height={N} />`. Walkthroughs support two background types: a screenshot or a terminal composition, no screenshot needed for CLI/agent flows.

Aug 6, 2026

AI-readable per-page markdown, llms.txt and per-page .md

New

Every docs page is now served as a clean Markdown file at `<page-url>.md`, in addition to the HTML version. The site-wide index is available at `/llms.txt`. Both are consumed by AI tools and the `cx docs fetch` command in cx-cli, giving LLMs access to the full documentation corpus in a format they can parse. Cross-links inside `.md` files are correct and resolvable.

Aug 6, 2026

Mobile search fixed

Fixed

The Algolia DocSearch modal on mobile now opens below the fixed site header (so the header and search toggle stay visible), closes correctly when you tap the close button even with a non-empty query, and no longer requires the keyboard-shortcut hint that was hidden behind the header.

Jul 16, 2026

API reference synced to v5.0.3, 324 operations

Improved

The [API reference](https://coralogix.com/docs/user-guides/developer-portal/apis/index.mdx) is synced to v5.0.3 of the OpenAPI spec, covering 324 operations across all Coralogix services. New in this sync: the **Data Usage Query Service** (query and capabilities endpoints) and the **Entities Service** list-entity-type-attachment-types operation. The v5 sidebar and main-nav tree reflect the updated service categories.

Jul 7, 2026

Download any doc page as PDF

New

Every documentation page now has a **Download as PDF** button that triggers the browser's native print-to-PDF flow with a print stylesheet. Nothing is generated server-side or stored. The button can be hidden on a per-page basis by adding `hide_pdf: true` to the page's frontmatter.

Jul 6, 2026

Docs portal migrated to Docusaurus

Changed

The Coralogix documentation portal has migrated from MkDocs to Docusaurus 3.10. The migration preserves all content, URLs, and navigation 1:1. Existing links and bookmarks continue to work. New reader capabilities unlocked by the migration:

* **Interactive components**: Domain selector, version selector, accordion, expandable code tabs, interactive JSON schema viewer, and embedded `<UiPreview>` walkthroughs are now available throughout the docs.
* **Release notes timeline**: A unified timeline view aggregates updates across all product areas.
* **Image lightbox**: Click any image to open a full-size lightbox view.
* **Per-page .md and llms.txt**: Every page is served as clean Markdown at `<url>.md`, and a site-wide `llms.txt` index makes the corpus AI-readable.
* **Faster builds and deploys**: The new build pipeline runs on Sevalla with per-branch preview deploys and Cloudflare-edge redirects.
