Skip to content

docs: add Best Practices unversioned page#598

Merged
nicoloboschi merged 10 commits intomainfrom
siuds
Mar 17, 2026
Merged

docs: add Best Practices unversioned page#598
nicoloboschi merged 10 commits intomainfrom
siuds

Conversation

@nicoloboschi
Copy link
Collaborator

Summary

  • Adds src/pages/best-practices.mdx as a standalone (unversioned) page alongside FAQ, covering the full integration lifecycle: core concepts, bank configuration, retain, recall, reflect, mental models, and anti-patterns
  • Adds a Resources section to the docs sidebar with Best Practices and FAQ links
  • Updates generate-docs-skill.sh to pull standalone pages (best-practices, faq) from src/pages/ into the agent skill references — best-practices.md is surfaced as the recommended starting point in SKILL.md

Test plan

  • Docs server runs locally at http://localhost:3000
  • Best Practices page renders at /best-practices
  • Resources section appears in sidebar with correct links
  • ./scripts/generate-docs-skill.sh produces references/best-practices.md and references/faq.md at skill root

- Merge Clients and Integrations sections into the developer sidebar
  (removed top-level SDKs navbar item)
- Reorder sidebar: Architecture → API → Clients → Integrations → Hosting
- Unify icon system using react-icons (LuXxx/SiXxx) via customProps.icon
- Add uppercase section titles with increased spacing and reduced indentation
- Rename Node.js → "JavaScript / TypeScript" with TypeScript icon
- Add reusable IconGrid and SupportedGrids components (ClientsGrid,
  IntegrationsGrid, LLMProvidersGrid)
- Use grids in FAQ, Models, Overview, and Quick Start pages
- Convert developer/index.md, models.md, faq.md to MDX for JSX support
- Add src/pages/best-practices.mdx covering core concepts (memory banks,
  taxonomy, memory types), bank configuration (missions, dispositions,
  entity labels), retain (formats, context, document_id, tags, observation
  scopes), recall (budget, tag filtering, include options), reflect
  (recall vs reflect decision, response_schema, auditing), mental models,
  and anti-patterns
- Add Resources section to sidebar with Best Practices and FAQ links
- Update generate-docs-skill.sh to include standalone pages (best-practices,
  faq) from src/pages/ into the agent skill references
- SKILL.md now surfaces best-practices.md as the recommended starting point
@nicoloboschi nicoloboschi merged commit f68e2e2 into main Mar 17, 2026
31 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant