5 Commits

Author SHA1 Message Date
mintlify[bot] 693dbc361f Fix Vale style warnings from PRs merged in the last week (#5690)
* Fix Vale style warnings across docs from past week of merges

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-05-07 10:28:17 -07:00
skeptrune 9200586a3a Boost search ranking for single-word title pages (#5670)
* docs: boost search ranking for single-word title pages

Apply `boost: 3` to English pages whose H1 / frontmatter title is a single word (e.g. "Assistant", "Quickstart", "Cards"). Short titles tend to be canonical landing pages for a topic, so users searching the exact term should land on them first.

* docs: drop boost on websocket-playground stub to keep canonical Playground ranking

`api-playground/websocket-playground.mdx` is an auto-generated AsyncAPI stub with no body content but shares the title "Playground" with `api-playground/overview.mdx`. Boosting both equally diluted the canonical overview page in search for the query "playground". Drop the boost on the stub.
2026-05-05 10:30:58 -07:00
mintlify[bot] d45477d10f Improve SEO metadata across docs (#5536)
* Improve SEO metadata across docs

Generated-By: mintlify-agent

* revert api/* changes

* Update components/cards.mdx

* Update components/visibility.mdx

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-04-27 09:06:38 -07:00
Brandon McConnell 0fc0c737e0 docs: enhance visibility component examples (#5360)
* docs: enhance visibility component examples

Wrap content for humans in Note components and content for agents in blockquotes to improve readability and visual distinction of the examples.

* docs: add viewing context to visibility component examples

Add explicit messages within the `for="humans"` and `for="agents"` sections of the Visibility component documentation to clearly indicate whether the content is displayed in web or markdown view. This enhances reader understanding of the component's behavior.
2026-04-14 12:59:37 -07:00
mintlify[bot] b5a38d8672 Add Visibility component documentation (#5326)
* Add Visibility component documentation

Generated-By: mintlify-agent

* Add Visibility card to components index page

* Add cross-references between Visibility component and AI-native docs

Generated-By: mintlify-agent

* Fix Visibility docs to clarify markdown page views scope

Generated-By: mintlify-agent

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* add closing tags

* add links

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-04-14 11:28:56 -07:00