From 43344e5af87849daf178e387c0bc0cbae8834680 Mon Sep 17 00:00:00 2001 From: Leyland Yang <105257885+yangleyland@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:37:52 -0800 Subject: [PATCH 1/4] Update ai/assistant.mdx Co-Authored-By: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com> --- ai/assistant.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ai/assistant.mdx b/ai/assistant.mdx index 391741ea0..0aeab380a 100644 --- a/ai/assistant.mdx +++ b/ai/assistant.mdx @@ -242,7 +242,15 @@ The categories tab uses LLMs to automatically categorize conversations. Categori Use categories to identify common topics, patterns in user needs and behavior, and areas where documentation might need expansion or clarification. -Click a category to view specific conversations about the category. You can then click individual conversations to view the complete chat thread, including the user's question, the assistant's response, and any sources cited. +#### View related conversations + +Click a category row to expand it and view related conversations grouped under that category. The expanded view displays: + +- A list of conversations related to the category +- The first user message from each conversation +- The number of messages in each conversation thread + +Click an individual conversation to open a side panel with the complete chat thread, including the user's question, the assistant's response, and any sources cited. ### Chat history From 05f92c2b0c9532017362567f2495c37f6b78d5dd Mon Sep 17 00:00:00 2001 From: Leyland Yang <105257885+yangleyland@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:38:45 -0800 Subject: [PATCH 2/4] Update integrations/analytics/overview.mdx Co-Authored-By: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com> --- integrations/analytics/overview.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index 6e2b132f1..94e5c7115 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -627,8 +627,6 @@ We send the following events to your analytics provider. All events use the `doc | `docs.footer.powered_by_mintlify_click` | When a user clicks the "Powered by Mintlify" link. | | `docs.assistant.source_click` | When a user clicks a citation in a chat. | | `docs.assistant.suggestion_click` | When a user clicks a suggestion in a chat. | -| `docs.assistant.thumbs_up` | When a user clicks the positive feedback button in a chat. | -| `docs.assistant.thumbs_down` | When a user clicks the negative feedback button in a chat. | | `docs.assistant.completed` | When a chat session is completed. | | `docs.assistant.enter` | When a user initiates a chat. | | `docs.assistant.ask_ai_on_text_selection` | When a user selects text and clicks "Ask AI" to ask about the selection. | From cda04c9a609a02f93761628822a77e62fe702f0e Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:22:13 -0800 Subject: [PATCH 3/4] Apply suggestions from code review --- ai/assistant.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ai/assistant.mdx b/ai/assistant.mdx index 3f5233d9d..38810605b 100644 --- a/ai/assistant.mdx +++ b/ai/assistant.mdx @@ -246,11 +246,11 @@ Use categories to identify common topics, patterns in user needs and behavior, a Click a category row to expand it and view related conversations grouped under that category. The expanded view displays: -- A list of conversations related to the category -- The first user message from each conversation -- The number of messages in each conversation thread +- A list of conversations related to the category. +- The first user message from each conversation. +- The number of messages in each conversation thread. -Click an individual conversation to open a side panel with the complete chat thread, including the user's question, the assistant's response, and any sources cited. +Click an individual conversation to view the complete chat thread, including the user's question, the assistant's response, and any sources cited. ### Chat history From 3c4670cd2d40ea0a098038e10ad676f1afd00c93 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:22:23 -0800 Subject: [PATCH 4/4] Apply suggestion from @ethanpalm --- ai/assistant.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ai/assistant.mdx b/ai/assistant.mdx index 38810605b..09d67fb19 100644 --- a/ai/assistant.mdx +++ b/ai/assistant.mdx @@ -242,8 +242,6 @@ The categories tab uses LLMs to automatically categorize conversations. Categori Use categories to identify common topics, patterns in user needs and behavior, and areas where documentation might need expansion or clarification. -#### View related conversations - Click a category row to expand it and view related conversations grouped under that category. The expanded view displays: - A list of conversations related to the category.