DOCS-1162 - Algolia Ask AI demo#6420
Open
kimsauce wants to merge 46 commits into
Open
Conversation
- Fix submit button vertical alignment by changing form to row flex layout and overriding absolute positioning - Prevent sidepanel from temporarily narrowing during query processing by setting fixed width - Add state-based submit button styling (grey when empty, blue when user types) - Minor font size adjustment for Ask AI button Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add auto-focus to input field when sidepanel opens for immediate typing - Move disclaimer from bottom to top of content area with smaller font - Reduce font sizes for input field (0.875rem) and suggested questions (0.7rem) - Left-align suggested questions for better visual hierarchy - Adjust padding on suggested question buttons for improved spacing - Hide original bottom disclaimer in favor of top placement Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f0f7fc0 to
451e989
Compare
…irewall doc (#6753) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* DOCS-1672 - Add C3M Stop Push and View Results release note Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Rename 2026-06-03-manage.md to 2026-06-04-manage.md --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* CONN-5836: added chatgpt c2c documentation * Add piyushgupta-sumo to CLA contributors list Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Remove piyushgupta-sumo from CLA contributors list Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Amee Lepcha <amee.lepcha.ctr@sumologic.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* CONN-5862: added chatgpt app documentation * CONN-5862: updated s3 url * CONN-5862: updated s3 url
… OTel Collector (#6730) * docs: add Windows Active Directory Inventory receiver doc for OTel Collector * Update docs/send-data/opentelemetry-collector/data-source-configurations/windows-active-directory-inventory.md Co-authored-by: Jagadisha V <129049263+JV0812@users.noreply.github.com> * Update docs/send-data/opentelemetry-collector/data-source-configurations/windows-active-directory-inventory.md Co-authored-by: Jagadisha V <129049263+JV0812@users.noreply.github.com> * Update docs/send-data/opentelemetry-collector/data-source-configurations/windows-active-directory-inventory.md Co-authored-by: Jagadisha V <129049263+JV0812@users.noreply.github.com> * docs: add screenshot * Update docs/send-data/opentelemetry-collector/data-source-configurations/windows-active-directory-inventory.md Co-authored-by: Jagadisha V <129049263+JV0812@users.noreply.github.com> * Update windows-active-directory-inventory.md * docs: add cid for activeDirectory * docs: add card for active directory * docs: change restart command * Update index.md * Update windows-active-directory-inventory.md * Add Windows Active Directory Inventory Receiver to product list Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Amee Lepcha <amee.lepcha.ctr@sumologic.com> Co-authored-by: Jagadisha V <129049263+JV0812@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* DOCS-1554 - Update Mobot Extended Preview doc
- Rewrites Unified Interface section with improved descriptions and collapsible example queries
- Converts FAQ from details/summary blocks to ### heading style
- Removes Conversation history section and What's New row
- Fixes broken anchor in What's New table (Reasoning row)
- Fixes duplicate alt text on clarification prompt and inline result images
- Adds auth-service-issues and org-service-errors screenshots
- Removes platform-how-to-mobotv2.png (no longer referenced)
- Improves Example prompts structure with inline follow-up prompts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* change per TP
* DOCS-1554 - Address TP reviewer comments
- Update example prompts: replace latency SLO example, add pipeline flakiness and service health snapshot prompts (Developer/SRE), add threat intel login pattern prompt (Security)
- Move Feedback section content to mobot.md; replace preview doc Feedback section with cross-link
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update Mobot docs: Getting Started access paths and preview doc edits
- Add left-nav and Home page access instructions with screenshots to mobot.md Getting Started
- Add cross-link from mobot-preview.md to Getting Started section
- Refine Unified interface section: cleaner prose, consolidated examples, remove duplicate auth-service collapsible
- Fix missing article ("a platform how-to question")
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update Mobot Getting Started screenshots
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* edits
* DOCS-1664 - Update MCP server doc intro, usage FAQ, and sample prompts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
…6748) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix conversation state loss on window resize by moving AskAiSidepanel out of the navbar portal and into Root.tsx, preventing navbar remounts from destroying panel state - Remove dark overlay/backdrop so panel opens without covering page content - Update sparkle icon to match Algolia's design (Lucide sparkles paths, moved to left of button text) - Hide Related Sources chip section (sources already linked inline in answers) - Remove response card bubble (transparent background, matching Algolia's flat layout) - Style suggested question buttons: transparent, Lab Grotesque font, softer text color, tighter padding, gray outlines in light mode, hover tint in dark mode - Update disclaimer text: remove "by Gemini 2.5 Flash", lighten color - Shorten panel title to "How can I help you today?" - Lighten placeholder text in dark mode to match Search bar gray - Ensure full panel uses Lab Grotesque font including textarea - Thin focus border on prompt input from 2px to 1px - Make dark mode panel background match navbar color (--ifm-navbar-background-color) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Updates assistantId to Agent Studio UUID (1920b662-740d-46e1-9c69-ee6332433380) - Adds agentStudio: true to algolia config (top-level, per Docusaurus validation) - Passes agentStudio prop to DocSearch Sidepanel component - Fixes config reading: appId/apiKey/indexName now read from top-level algolia block - Adds CSS overrides for DocSearch Modal Ask AI to match sidepanel styling - Removes unused react-instantsearch and algoliasearch packages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
Algolia Ask AI staging site for UAT
Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1162