Commit fe01b39
docs: complete docs content authoring - 15 pages (#5)
* docs: add glassy gradient redesign spec
Design spec for refactoring the website from dark navy to light
frosted-glass aesthetic with dual-brand Angular/LangGraph gradients.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add glassy gradient redesign implementation plan
22-task plan covering token updates, global CSS, and all component
sweeps for the light frosted-glass redesign.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(website): update design tokens for glassy gradient redesign
* feat(website): update global CSS for light glassy theme
* feat(website): apply gradient background and glass to Hero
* feat(website): update ArchDiagram for light glassy theme
* feat(website): apply glass cards to FeatureStrip
* feat(website): apply glass treatment to ApiRefTable
* feat(website): apply glass border to CodeBlock
* feat(website): add gradient background to API reference page
* feat(website): apply glass cards to PricingGrid
* feat(website): apply glass container to CompareTable
* feat(website): apply glass treatment to LeadForm
* feat(website): add gradient background to pricing page
* feat(website): update GenerativeUIFrame outer frame for glass theme
* feat(website): apply gradient background to landing page
* feat(website): apply glass treatment to Nav
* feat(website): apply glass treatment to Footer
* feat(website): apply glass treatment to InstallStrip
* feat(website): update CopyPromptButton to new accent colors
* feat(website): apply glass treatment to DocsSidebar
* feat(website): switch MdxRenderer to light prose theme
* feat(website): add gradient background to docs page
* fix(website): correct design-tokens import paths
Subagents used incorrect relative paths (../../lib instead of
../../../lib) for components nested in src/components/*/.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(website): use unicode chars instead of HTML entities in JSX
JSX doesn't interpret ✓ entity — use ✓ character directly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(website): expand architecture diagram with two-row layout and descriptions
* feat(website): redesign hero animation with multi-step agent UI
Replace quarterly revenue report demo with a 4-phase agent flow:
Phase 1 user message word-by-word, Phase 2 planning card with 3 steps,
Phase 3 sequential step execution with database preview and churn metric,
Phase 4 streaming summary card. Loop fades at 5.5s, restarts at 7s.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(website): make API reference gradient fill full viewport
* feat(website): add GitHub link to nav bar
* feat(website): update hero copy button to full setup snippet
* feat(website): remove live demo section from landing page
* docs: add homepage expansion implementation plan
7-task plan for adding ValueProps, LangGraph/DeepAgents showcases,
CockpitCTA, and StatsStrip sections to the landing page.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(website): add interactive tabbed ValueProps section
* feat(website): add reusable CapabilityCard component
* feat(website): add CockpitCTA and StatsStrip sections
* feat(website): add LangGraph and Deep Agents capability showcases
* feat(website): wire up all new homepage sections
Adds ValueProps, LangGraphShowcase, DeepAgentsShowcase, CockpitCTA,
and StatsStrip to the landing page with distributed gradient blobs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor(website): reorder homepage for optimal landing page flow
Hook → Trust → Value → Proof → Depth → Architecture → Features → Convert
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(website): redesign architecture as interactive vertical glass layout
Replaces SVG diagram with clickable vertical node stack + detail panel.
Each node shows description on click with glass treatment and color coding.
Animated dots on connectors. Sticky detail panel on desktop.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(website): mobile responsive polish
- Nav: hamburger menu on mobile, hidden desktop links
- Footer: stack copyright on small screens
- CockpitCTA: hide sidebar mock on mobile, reduce padding
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(website): expand footer and add scroll animations
Footer: 4-column grid layout with brand description, GitHub/npm icons,
Product and Resources link columns, hover effects on all links.
Animations: CSS scroll-triggered fadeInUp for server components
(ValueProps, CodeBlock, showcases). Smooth scrolling enabled.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add docs refresh design spec
Mintlify-inspired custom build with Diataxis structure, 19 pages,
custom MDX components, Cmd+K search, and glass design treatment.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add docs infrastructure implementation plan
14-task plan for Mintlify-inspired docs framework: new routing,
collapsible sidebar, 5 MDX components, Cmd+K search, breadcrumbs,
prev/next navigation, 3 placeholder content pages.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(website): add docs navigation config
* feat(website): add new docs loader (cockpit-independent)
* feat(website): add placeholder docs content (3 pages)
* feat(website): add custom MDX components (Callout, Steps, Tabs, Card, CodeGroup)
* feat(website): add collapsible docs sidebar with section groups
* feat(website): add DocsBreadcrumb and DocsPrevNext components
* feat(website): add Cmd+K search modal for docs
* feat(website): wire up new docs routing with MDX components and sidebar
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(website): make Tabs items prop optional with fallback
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(website): fix DocsSidebarNew type error in useState
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor(website): remove old docs system and shadcn UI remnants
- Remove /api-reference page (replaced by /docs/api/stream-resource)
- Update nav API link to point to docs
- Remove old DocsSidebar.tsx and open-in-cockpit.tsx
- Remove shadcn UI components from merge conflict
- Fix DocsSidebarNew useState type error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add autogenerated API reference design spec
JSDoc + TypeDoc pipeline + glass card rendering in docs framework.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(website): update e2e and unit tests for new docs system
- Update e2e tests for new routing (/docs/getting-started/introduction)
- Update docs spec to test new docs-new.ts loader
- Remove references to old /api-reference page and 5-segment slugs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add API reference autogen implementation plan
8-task plan: JSDoc annotations, TypeDoc pipeline enhancement,
ApiDocRenderer component, MDX pages, and CI integration.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs(stream-resource): add JSDoc to streamResource() and provideStreamResource()
* docs(stream-resource): add JSDoc to all public types and interfaces
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs(stream-resource): add JSDoc to FetchStreamTransport and MockStreamTransport
* feat(website): add API reference MDX stub pages
* feat(website): enhance TypeDoc script for structured API docs JSON
* feat(website): add ApiDocRenderer component for autogenerated API docs
* feat(website): wire API doc pages with autogenerated content from JSON
* ci: add generate-api-docs step before website build
* chore: trigger CI
* docs: add docs content authoring plan
15-task plan for writing all docs pages with real code examples
from cockpit implementations.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs(website): write Quick Start guide
* docs(website): write Time Travel guide
* docs(website): write Subgraphs guide
* docs(website): write Persistence guide
* docs(website): write Installation guide
* docs(website): write Interrupts guide
* docs(website): write Testing guide
* docs(website): write Deployment guide
* docs(website): write Memory guide
* docs(website): write Angular Signals concept page
* docs(website): write LangGraph Basics concept page
* docs(website): write Agent Architecture concept page
* docs(website): write State Management concept page
* docs(website): enhance Introduction page with expanded content
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0e90ce9 commit fe01b39
15 files changed
Lines changed: 2462 additions & 11 deletions
File tree
- apps/website/content/docs-v2
- concepts
- getting-started
- guides
- docs/superpowers/plans
Lines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
Lines changed: 61 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
Lines changed: 69 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
Lines changed: 102 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
0 commit comments