docs: knowledge section update — consolidated Tool steps + catalog sync#664
docs: knowledge section update — consolidated Tool steps + catalog sync#664jordanc-relevanceai wants to merge 4 commits into
Conversation
… catalog Fold the per-step Knowledge Tool step pages into a single tabbed page in the Knowledge section (Writing / Searching and reading groups), and verify every step against the platform's transformations catalog: - remove Advanced knowledge search (plain) — no longer exists as a Tool step - add Upsert knowledge (heavily used, was undocumented) - fix Knowledge search fields: drop hidden Vector field, add Use exact search - true up field labels and the variable-typing guidance Tab ids preserve the old anchors; old /build/tools/tool-steps/knowledge/* URLs redirect to the matching tab. Snippet cards and cross-links updated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- remove the Supademo embeds from each step - capitalize the Knowledge product noun in headings, tab titles, and prose - wrap the step tabs in the guides' path-picker styling - fix path-picker for this use: scroll-safe (no clip), softer non-clipped glow, flush symmetric edges, and a white active-tab icon (was blending into the pill) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
- Google Drive: restore the definitive 50MB file-size limit and 15-minute sync interval - Notion: restore the definitive 5-minute sync interval - create-knowledge: give the create flow a step-by-step feel (numbered steps, options nested) - snippets: shorten page title to "Snippets" Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🎯 Vibe checkReviewed: 15 files (8 with issues, 7 clean) — plus 12 files deleted in the PR (old individual tool-step pages + redundant concept pages), confirmed replaced by redirects in Scores
Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5. ✨ Overall vibe: Solid consolidation work — a dozen individual tool-step pages and redundant concept files are collapsed into a well-organized tabbed reference with proper redirects, which is a real improvement to navigability. The main issues are a systematic branding error on the SharePoint page, formatting inconsistency in the integrated-source step lists, and a handful of sentence-case slips on the concepts page. None are blocking but there's a tidy-up pass needed. 🔧 Issues (11)
🧩 Component suggestions (1)
🏗️ Page structure (1)
✅ Clean files (7)
🔋 Credit usage
Files read: |
- inactive-table-deletion: FAQ heading -> "Frequently asked questions (FAQs)" - notion, sharepoint: replace the non-standard embed wrapper (kebab padding-top: 56.75%) with the standard snippet (paddingTop: '56.25%', purple border, rounded corners) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🎯 Vibe checkReviewed: 14 files (7 with issues, 7 clean) — plus 13 deleted files confirmed removed and redirected via Scores
Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5. ✨ Overall vibe: The consolidation work is solid — pulling eight individual tool-step pages into one tabbed reference, wiring up redirects, and writing clean prose throughout. The main drag is the 🔧 Issues (16)Sharepoint misspelling — systemic across
Page title sentence case — four files
Heading sentence case
UI element names — single quotes instead of bold, four files
Terminology inconsistency
Few-shot-prompting link and spelling
Tense — inactive table deletion
🧩 Component suggestions (2)
🏗️ Page structure (1)
|
| Item | Count |
|---|---|
| Files reviewed | 14 |
| Deleted files confirmed | 13 |
| Context pages read | 2 (docs.json navigation, style.css) |
| Total lines processed | ~1,050 |
Files read: _snippets/components/integrations/knowledge-tool-steps.mdx (26 lines), build/knowledge/create-knowledge.mdx (70 lines), build/knowledge/delete-knowledge.mdx (37 lines), build/knowledge/enrich-with-tool.mdx (86 lines), build/knowledge/inactive-table-deletion.mdx (77 lines), build/knowledge/integrated-knowledge-sources/confluence.mdx (38 lines), build/knowledge/integrated-knowledge-sources/google-drive.mdx (43 lines), build/knowledge/integrated-knowledge-sources/notion.mdx (35 lines), build/knowledge/integrated-knowledge-sources/sharepoint.mdx (34 lines), build/knowledge/knowledge-tool-steps.mdx (409 lines), build/knowledge/use-snippets-for-quick-access.mdx (43 lines), example-use-cases/few-shot-prompting.mdx (113 lines), get-started/core-concepts/knowledge.mdx (114 lines), style.css (392 lines), docs.json (selected lines via grep)
| @@ -1,2 +1,2 @@ | |||
| --- | |||
| title: 'Teach LLMs to mimic your style' | |||
There was a problem hiding this comment.
Where did this page come from? Was it hidden before?
What this does
Restructures the Knowledge section of the docs, with the main focus on the Knowledge Tool steps page.
Knowledge Tool steps
build/tools/tool-steps/knowledge/) into a single tabbed page in the Knowledge section, grouped as Writing knowledge and Searching and reading knowledge.Styling
path-pickertreatment, then fixed it for this use: scroll-safe (no clipped first/last tab), softer glow that no longer hits a hard rectangle, flush symmetric edges, and a white active-tab icon (was blending into the purple pill).style.cssonly; guides share the class and are unaffected (no overflow there).Links and redirects
ids preserve the old anchors; old/build/tools/tool-steps/knowledge/*URLs redirect to the matching tab.Preview
Run locally and check
/build/knowledge/knowledge-tool-stepsin both light and dark.🤖 Generated with Claude Code