From ef238d5e889e6c6466cb83dd34b8398555f009a7 Mon Sep 17 00:00:00 2001 From: Arnav Goel Date: Tue, 28 Apr 2026 21:36:48 -0400 Subject: [PATCH] docs: add showcase + why pages, hero video on homepage - New /showcase page with five Loom embed slots (tour, ingestion, MCP, citations, RBAC) - New /why positioning page distilled from marketing/positioning.md - Hero Loom embed on introduction.mdx with 3-card CTA row - Register both pages in Get Started group of docs.json Co-Authored-By: Claude Opus 4.7 (1M context) --- docs.json | 2 +- introduction.mdx | 16 +++++++- showcase.mdx | 99 ++++++++++++++++++++++++++++++++++++++++++++++++ why.mdx | 93 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 207 insertions(+), 3 deletions(-) create mode 100644 showcase.mdx create mode 100644 why.mdx diff --git a/docs.json b/docs.json index fb9fcb6..72ae7e3 100644 --- a/docs.json +++ b/docs.json @@ -27,7 +27,7 @@ "groups": [ { "group": "Get Started", - "pages": ["introduction", "installation", "quickstart", "architecture"] + "pages": ["introduction", "why", "showcase", "installation", "quickstart", "architecture"] }, { "group": "SDKs & MCP", diff --git a/introduction.mdx b/introduction.mdx index 4ace3ad..ab3c1ce 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -9,9 +9,21 @@ description: "The foundational data layer for enterprise AI — ingest, organize **Build production-ready AI agents in under 1 hour.** Knowledge Stack turns a pile of documents into an AI-ready knowledge base — drop in PDFs, DOCX, PPTX, Markdown, or plaintext and get back a hierarchical, multi-tenant, permission-aware corpus with semantic search, streaming chat, and workflow-driven ingestion behind a single REST API. - + +