@contractspec/bundle.marketing 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/.turbo/turbo-build$colon$types.log +1 -0
  2. package/.turbo/turbo-build.log +175 -0
  3. package/.turbo/turbo-lint.log +3 -0
  4. package/AGENTS.md +36 -0
  5. package/CHANGELOG.md +416 -0
  6. package/README.md +57 -0
  7. package/dist/components/marketing/ChangelogPage.d.ts +21 -0
  8. package/dist/components/marketing/ChangelogPage.d.ts.map +1 -0
  9. package/dist/components/marketing/ChangelogPage.js +65 -0
  10. package/dist/components/marketing/ChangelogPage.js.map +1 -0
  11. package/dist/components/marketing/CofounderPage.d.ts +7 -0
  12. package/dist/components/marketing/CofounderPage.d.ts.map +1 -0
  13. package/dist/components/marketing/CofounderPage.js +468 -0
  14. package/dist/components/marketing/CofounderPage.js.map +1 -0
  15. package/dist/components/marketing/ContactClient.d.ts +7 -0
  16. package/dist/components/marketing/ContactClient.d.ts.map +1 -0
  17. package/dist/components/marketing/ContactClient.js +158 -0
  18. package/dist/components/marketing/ContactClient.js.map +1 -0
  19. package/dist/components/marketing/ContributePage.d.ts +9 -0
  20. package/dist/components/marketing/ContributePage.d.ts.map +1 -0
  21. package/dist/components/marketing/ContributePage.js +362 -0
  22. package/dist/components/marketing/ContributePage.js.map +1 -0
  23. package/dist/components/marketing/DesignPartnerPage.d.ts +9 -0
  24. package/dist/components/marketing/DesignPartnerPage.d.ts.map +1 -0
  25. package/dist/components/marketing/DesignPartnerPage.js +215 -0
  26. package/dist/components/marketing/DesignPartnerPage.js.map +1 -0
  27. package/dist/components/marketing/LandingPage.d.ts +7 -0
  28. package/dist/components/marketing/LandingPage.d.ts.map +1 -0
  29. package/dist/components/marketing/LandingPage.js +38 -0
  30. package/dist/components/marketing/LandingPage.js.map +1 -0
  31. package/dist/components/marketing/PricingClient.d.ts +7 -0
  32. package/dist/components/marketing/PricingClient.d.ts.map +1 -0
  33. package/dist/components/marketing/PricingClient.js +521 -0
  34. package/dist/components/marketing/PricingClient.js.map +1 -0
  35. package/dist/components/marketing/ProductClientPage.d.ts +7 -0
  36. package/dist/components/marketing/ProductClientPage.d.ts.map +1 -0
  37. package/dist/components/marketing/ProductClientPage.js +460 -0
  38. package/dist/components/marketing/ProductClientPage.js.map +1 -0
  39. package/dist/components/marketing/index.d.ts +11 -0
  40. package/dist/components/marketing/index.js +12 -0
  41. package/dist/components/marketing/pricing-thinking-modal.d.ts +16 -0
  42. package/dist/components/marketing/pricing-thinking-modal.d.ts.map +1 -0
  43. package/dist/components/marketing/pricing-thinking-modal.js +202 -0
  44. package/dist/components/marketing/pricing-thinking-modal.js.map +1 -0
  45. package/dist/components/marketing/sections/AudienceSection.d.ts +7 -0
  46. package/dist/components/marketing/sections/AudienceSection.d.ts.map +1 -0
  47. package/dist/components/marketing/sections/AudienceSection.js +68 -0
  48. package/dist/components/marketing/sections/AudienceSection.js.map +1 -0
  49. package/dist/components/marketing/sections/CorePositioningSection.d.ts +7 -0
  50. package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +1 -0
  51. package/dist/components/marketing/sections/CorePositioningSection.js +59 -0
  52. package/dist/components/marketing/sections/CorePositioningSection.js.map +1 -0
  53. package/dist/components/marketing/sections/CtaSection.d.ts +7 -0
  54. package/dist/components/marketing/sections/CtaSection.d.ts.map +1 -0
  55. package/dist/components/marketing/sections/CtaSection.js +54 -0
  56. package/dist/components/marketing/sections/CtaSection.js.map +1 -0
  57. package/dist/components/marketing/sections/DevelopersSection.d.ts +7 -0
  58. package/dist/components/marketing/sections/DevelopersSection.d.ts.map +1 -0
  59. package/dist/components/marketing/sections/DevelopersSection.js +45 -0
  60. package/dist/components/marketing/sections/DevelopersSection.js.map +1 -0
  61. package/dist/components/marketing/sections/FearsSection.d.ts +7 -0
  62. package/dist/components/marketing/sections/FearsSection.d.ts.map +1 -0
  63. package/dist/components/marketing/sections/FearsSection.js +48 -0
  64. package/dist/components/marketing/sections/FearsSection.js.map +1 -0
  65. package/dist/components/marketing/sections/HeroMarketingSection.d.ts +7 -0
  66. package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +1 -0
  67. package/dist/components/marketing/sections/HeroMarketingSection.js +77 -0
  68. package/dist/components/marketing/sections/HeroMarketingSection.js.map +1 -0
  69. package/dist/components/marketing/sections/IconGridSection.d.ts +45 -0
  70. package/dist/components/marketing/sections/IconGridSection.d.ts.map +1 -0
  71. package/dist/components/marketing/sections/IconGridSection.js +44 -0
  72. package/dist/components/marketing/sections/IconGridSection.js.map +1 -0
  73. package/dist/components/marketing/sections/OutputsSection.d.ts +7 -0
  74. package/dist/components/marketing/sections/OutputsSection.d.ts.map +1 -0
  75. package/dist/components/marketing/sections/OutputsSection.js +59 -0
  76. package/dist/components/marketing/sections/OutputsSection.js.map +1 -0
  77. package/dist/components/marketing/sections/ProblemSection.d.ts +7 -0
  78. package/dist/components/marketing/sections/ProblemSection.d.ts.map +1 -0
  79. package/dist/components/marketing/sections/ProblemSection.js +46 -0
  80. package/dist/components/marketing/sections/ProblemSection.js.map +1 -0
  81. package/dist/components/marketing/sections/SolutionSection.d.ts +7 -0
  82. package/dist/components/marketing/sections/SolutionSection.d.ts.map +1 -0
  83. package/dist/components/marketing/sections/SolutionSection.js +46 -0
  84. package/dist/components/marketing/sections/SolutionSection.js.map +1 -0
  85. package/dist/components/marketing/sections/StepsSection.d.ts +7 -0
  86. package/dist/components/marketing/sections/StepsSection.d.ts.map +1 -0
  87. package/dist/components/marketing/sections/StepsSection.js +52 -0
  88. package/dist/components/marketing/sections/StepsSection.js.map +1 -0
  89. package/dist/components/marketing/waitlist-section.d.ts +15 -0
  90. package/dist/components/marketing/waitlist-section.d.ts.map +1 -0
  91. package/dist/components/marketing/waitlist-section.js +578 -0
  92. package/dist/components/marketing/waitlist-section.js.map +1 -0
  93. package/dist/components/templates/TemplatesClientPage.d.ts +7 -0
  94. package/dist/components/templates/TemplatesClientPage.d.ts.map +1 -0
  95. package/dist/components/templates/TemplatesClientPage.js +625 -0
  96. package/dist/components/templates/TemplatesClientPage.js.map +1 -0
  97. package/dist/components/templates/TemplatesPage.d.ts +7 -0
  98. package/dist/components/templates/TemplatesPage.d.ts.map +1 -0
  99. package/dist/components/templates/TemplatesPage.js +125 -0
  100. package/dist/components/templates/TemplatesPage.js.map +1 -0
  101. package/dist/components/templates/TemplatesPreviewModal.d.ts +15 -0
  102. package/dist/components/templates/TemplatesPreviewModal.d.ts.map +1 -0
  103. package/dist/components/templates/TemplatesPreviewModal.js +137 -0
  104. package/dist/components/templates/TemplatesPreviewModal.js.map +1 -0
  105. package/dist/components/templates/index.d.ts +4 -0
  106. package/dist/components/templates/index.js +5 -0
  107. package/dist/index.d.ts +29 -0
  108. package/dist/index.js +28 -0
  109. package/dist/libs/email/client.d.ts +15 -0
  110. package/dist/libs/email/client.d.ts.map +1 -0
  111. package/dist/libs/email/client.js +113 -0
  112. package/dist/libs/email/client.js.map +1 -0
  113. package/dist/libs/email/contact.d.ts +7 -0
  114. package/dist/libs/email/contact.d.ts.map +1 -0
  115. package/dist/libs/email/contact.js +71 -0
  116. package/dist/libs/email/contact.js.map +1 -0
  117. package/dist/libs/email/newsletter.d.ts +7 -0
  118. package/dist/libs/email/newsletter.d.ts.map +1 -0
  119. package/dist/libs/email/newsletter.js +95 -0
  120. package/dist/libs/email/newsletter.js.map +1 -0
  121. package/dist/libs/email/types.d.ts +53 -0
  122. package/dist/libs/email/types.d.ts.map +1 -0
  123. package/dist/libs/email/types.js +1 -0
  124. package/dist/libs/email/utils.d.ts +6 -0
  125. package/dist/libs/email/utils.d.ts.map +1 -0
  126. package/dist/libs/email/utils.js +7 -0
  127. package/dist/libs/email/utils.js.map +1 -0
  128. package/dist/libs/email/waitlist-application.d.ts +7 -0
  129. package/dist/libs/email/waitlist-application.d.ts.map +1 -0
  130. package/dist/libs/email/waitlist-application.js +170 -0
  131. package/dist/libs/email/waitlist-application.js.map +1 -0
  132. package/dist/libs/email/waitlist.d.ts +7 -0
  133. package/dist/libs/email/waitlist.d.ts.map +1 -0
  134. package/dist/libs/email/waitlist.js +105 -0
  135. package/dist/libs/email/waitlist.js.map +1 -0
  136. package/dist/libs/pricing-examples.d.ts +22 -0
  137. package/dist/libs/pricing-examples.d.ts.map +1 -0
  138. package/dist/libs/pricing-examples.js +21 -0
  139. package/dist/libs/pricing-examples.js.map +1 -0
  140. package/dist/registry/engine.d.ts +17 -0
  141. package/dist/registry/engine.d.ts.map +1 -0
  142. package/dist/registry/engine.js +24 -0
  143. package/dist/registry/engine.js.map +1 -0
  144. package/dist/registry/factory.d.ts +64 -0
  145. package/dist/registry/factory.d.ts.map +1 -0
  146. package/dist/registry/factory.js +61 -0
  147. package/dist/registry/factory.js.map +1 -0
  148. package/dist/registry/index.d.ts +8 -0
  149. package/dist/registry/index.js +8 -0
  150. package/dist/registry/registry-docs.d.ts +15 -0
  151. package/dist/registry/registry-docs.d.ts.map +1 -0
  152. package/dist/registry/registry-docs.js +305 -0
  153. package/dist/registry/registry-docs.js.map +1 -0
  154. package/dist/registry/registry-landing.d.ts +19 -0
  155. package/dist/registry/registry-landing.d.ts.map +1 -0
  156. package/dist/registry/registry-landing.js +95 -0
  157. package/dist/registry/registry-landing.js.map +1 -0
  158. package/dist/registry/registry.d.ts +30 -0
  159. package/dist/registry/registry.d.ts.map +1 -0
  160. package/dist/registry/registry.js +61 -0
  161. package/dist/registry/registry.js.map +1 -0
  162. package/dist/registry/types.d.ts +19 -0
  163. package/dist/registry/types.d.ts.map +1 -0
  164. package/dist/registry/types.js +0 -0
  165. package/dist/registry/utils.d.ts +31 -0
  166. package/dist/registry/utils.d.ts.map +1 -0
  167. package/dist/registry/utils.js +54 -0
  168. package/dist/registry/utils.js.map +1 -0
  169. package/package.json +151 -0
  170. package/src/components/marketing/ChangelogPage.tsx +110 -0
  171. package/src/components/marketing/CofounderPage.tsx +409 -0
  172. package/src/components/marketing/ContactClient.tsx +174 -0
  173. package/src/components/marketing/ContributePage.tsx +319 -0
  174. package/src/components/marketing/DesignPartnerPage.tsx +181 -0
  175. package/src/components/marketing/LandingPage.tsx +30 -0
  176. package/src/components/marketing/PricingClient.tsx +446 -0
  177. package/src/components/marketing/ProductClientPage.tsx +391 -0
  178. package/src/components/marketing/index.ts +10 -0
  179. package/src/components/marketing/pricing-thinking-modal.tsx +224 -0
  180. package/src/components/marketing/sections/AudienceSection.tsx +66 -0
  181. package/src/components/marketing/sections/CorePositioningSection.tsx +44 -0
  182. package/src/components/marketing/sections/CtaSection.tsx +57 -0
  183. package/src/components/marketing/sections/DevelopersSection.tsx +38 -0
  184. package/src/components/marketing/sections/FearsSection.tsx +45 -0
  185. package/src/components/marketing/sections/HeroMarketingSection.tsx +73 -0
  186. package/src/components/marketing/sections/IconGridSection.tsx +91 -0
  187. package/src/components/marketing/sections/OutputsSection.tsx +59 -0
  188. package/src/components/marketing/sections/ProblemSection.tsx +47 -0
  189. package/src/components/marketing/sections/SolutionSection.tsx +47 -0
  190. package/src/components/marketing/sections/StepsSection.tsx +55 -0
  191. package/src/components/marketing/waitlist-section.tsx +606 -0
  192. package/src/components/templates/TemplatesClientPage.tsx +711 -0
  193. package/src/components/templates/TemplatesPage.tsx +129 -0
  194. package/src/components/templates/TemplatesPreviewModal.tsx +260 -0
  195. package/src/components/templates/index.ts +3 -0
  196. package/src/index.ts +15 -0
  197. package/src/libs/email/client.test.ts +107 -0
  198. package/src/libs/email/client.ts +146 -0
  199. package/src/libs/email/contact.ts +80 -0
  200. package/src/libs/email/newsletter.ts +108 -0
  201. package/src/libs/email/types.ts +59 -0
  202. package/src/libs/email/utils.ts +8 -0
  203. package/src/libs/email/waitlist-application.ts +192 -0
  204. package/src/libs/email/waitlist.ts +118 -0
  205. package/src/libs/pricing-examples.ts +19 -0
  206. package/src/registry/engine.ts +38 -0
  207. package/src/registry/factory.ts +110 -0
  208. package/src/registry/index.ts +7 -0
  209. package/src/registry/registry-docs.ts +843 -0
  210. package/src/registry/registry-landing.ts +118 -0
  211. package/src/registry/registry.ts +85 -0
  212. package/src/registry/types.ts +17 -0
  213. package/src/registry/utils.ts +99 -0
  214. package/tsconfig.json +13 -0
  215. package/tsconfig.tsbuildinfo +1 -0
  216. package/tsdown.config.js +10 -0
@@ -0,0 +1,305 @@
1
+ import { DOCS_CONTEXT, DOCS_GOAL, createComponentPresentation, tagsFromPath } from "./factory.js";
2
+ import { TagsEnum } from "@contractspec/lib.contracts/ownership";
3
+ import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
4
+ import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
5
+ import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
6
+ import { AdvancedSpecExperimentsPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedSpecExperimentsPage";
7
+ import { AdvancedTelemetryPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedTelemetryPage";
8
+ import { AdvancedWorkflowMonitoringPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedWorkflowMonitoringPage";
9
+ import { ArchitectureAppConfigPage } from "@contractspec/bundle.library/components/docs/architecture/ArchitectureAppConfigPage";
10
+ import { ArchitectureIntegrationBindingPage } from "@contractspec/bundle.library/components/docs/architecture/ArchitectureIntegrationBindingPage";
11
+ import { ArchitectureKnowledgeBindingPage } from "@contractspec/bundle.library/components/docs/architecture/ArchitectureKnowledgeBindingPage";
12
+ import { ArchitectureMultiTenancyPage } from "@contractspec/bundle.library/components/docs/architecture/ArchitectureMultiTenancyPage";
13
+ import { ArchitectureOverviewPage } from "@contractspec/bundle.library/components/docs/architecture/ArchitectureOverviewPage";
14
+ import { ComparisonAutomationPlatformsPage } from "@contractspec/bundle.library/components/docs/comparison/ComparisonAutomationPlatformsPage";
15
+ import { ComparisonEnterprisePlatformsPage } from "@contractspec/bundle.library/components/docs/comparison/ComparisonEnterprisePlatformsPage";
16
+ import { ComparisonInternalToolBuildersPage } from "@contractspec/bundle.library/components/docs/comparison/ComparisonInternalToolBuildersPage";
17
+ import { ComparisonOverviewPage } from "@contractspec/bundle.library/components/docs/comparison/ComparisonOverviewPage";
18
+ import { ComparisonWindmillPage } from "@contractspec/bundle.library/components/docs/comparison/ComparisonWindmillPage";
19
+ import { ComparisonWorkflowEnginesPage } from "@contractspec/bundle.library/components/docs/comparison/ComparisonWorkflowEnginesPage";
20
+ import { CLIPage } from "@contractspec/bundle.library/components/docs/getting-started/CLIPage";
21
+ import { DataViewTutorialPage } from "@contractspec/bundle.library/components/docs/getting-started/DataViewTutorialPage";
22
+ import { HelloWorldPage } from "@contractspec/bundle.library/components/docs/getting-started/HelloWorldPage";
23
+ import { InstallationPage } from "@contractspec/bundle.library/components/docs/getting-started/InstallationPage";
24
+ import { StartHerePage } from "@contractspec/bundle.library/components/docs/getting-started/StartHerePage";
25
+ import { TroubleshootingPage } from "@contractspec/bundle.library/components/docs/getting-started/TroubleshootingPage";
26
+ import { CompatibilityPage } from "@contractspec/bundle.library/components/docs/getting-started/CompatibilityPage";
27
+ import { IntegrationsCircuitBreakersPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsCircuitBreakersPage";
28
+ import { IntegrationsElevenLabsPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsElevenLabsPage";
29
+ import { IntegrationsGmailPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsGmailPage";
30
+ import { IntegrationsGoogleCalendarPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsGoogleCalendarPage";
31
+ import { IntegrationsOpenAIPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsOpenAIPage";
32
+ import { IntegrationsOverviewPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsOverviewPage";
33
+ import { IntegrationsPostmarkPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsPostmarkPage";
34
+ import { IntegrationsPowensPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsPowensPage";
35
+ import { IntegrationsQdrantPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsQdrantPage";
36
+ import { IntegrationsResendPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsResendPage";
37
+ import { IntegrationsS3Page } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsS3Page";
38
+ import { IntegrationsSpecModelPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsSpecModelPage";
39
+ import { IntegrationsStripePage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsStripePage";
40
+ import { IntegrationsTwilioPage } from "@contractspec/bundle.library/components/docs/integrations/IntegrationsTwilioPage";
41
+ import { KnowledgeCategoriesPage } from "@contractspec/bundle.library/components/docs/knowledge/KnowledgeCategoriesPage";
42
+ import { KnowledgeExamplesPage } from "@contractspec/bundle.library/components/docs/knowledge/KnowledgeExamplesPage";
43
+ import { KnowledgeOverviewPage } from "@contractspec/bundle.library/components/docs/knowledge/KnowledgeOverviewPage";
44
+ import { KnowledgeSourcesPage } from "@contractspec/bundle.library/components/docs/knowledge/KnowledgeSourcesPage";
45
+ import { KnowledgeSpacesPage } from "@contractspec/bundle.library/components/docs/knowledge/KnowledgeSpacesPage";
46
+ import { LibrariesAccessibilityPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesAccessibilityPage";
47
+ import { LibrariesAiAgentPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesAiAgentPage";
48
+ import { LibrariesAnalyticsPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesAnalyticsPage";
49
+ import { LibrariesContentGenPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesContentGenPage";
50
+ import { LibrariesContractsPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesContractsPage";
51
+ import { LibrariesCostTrackingPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesCostTrackingPage";
52
+ import { LibrariesDataBackendPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesDataBackendPage";
53
+ import { LibrariesDataViewsPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesDataViewsPage";
54
+ import { LibrariesDesignSystemPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesDesignSystemPage";
55
+ import { LibrariesEvolutionPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesEvolutionPage";
56
+ import { LibrariesGraphQLPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesGraphQLPage";
57
+ import { LibrariesGrowthPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesGrowthPage";
58
+ import { LibrariesMultiTenancyPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesMultiTenancyPage";
59
+ import { LibrariesObservabilityPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesObservabilityPage";
60
+ import { LibrariesOverlayEnginePage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesOverlayEnginePage";
61
+ import { LibrariesOverviewPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesOverviewPage";
62
+ import { LibrariesPersonalizationPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesPersonalizationPage";
63
+ import { LibrariesProgressiveDeliveryPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesProgressiveDeliveryPage";
64
+ import { LibrariesResiliencePage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesResiliencePage";
65
+ import { LibrariesRuntimePage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesRuntimePage";
66
+ import { LibrariesSchemaPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesSchemaPage";
67
+ import { LibrariesSLOPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesSLOPage";
68
+ import { LibrariesSupportBotPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesSupportBotPage";
69
+ import { LibrariesTestingPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesTestingPage";
70
+ import { LibrariesUIKitPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesUIKitPage";
71
+ import { LibrariesWorkflowComposerPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesWorkflowComposerPage";
72
+ import { LibrariesWorkflowsPage } from "@contractspec/bundle.library/components/docs/libraries/LibrariesWorkflowsPage";
73
+ import { ManifestoPage } from "@contractspec/bundle.library/components/docs/manifesto/ManifestoPage";
74
+ import { OpsAutoEvolutionPage } from "@contractspec/bundle.library/components/docs/ops/AutoEvolutionOpsPage";
75
+ import { OpsDistributedTracingPage } from "@contractspec/bundle.library/components/docs/ops/DistributedTracingOpsPage";
76
+ import { SafetyAuditingPage } from "@contractspec/bundle.library/components/docs/safety/SafetyAuditingPage";
77
+ import { SafetyMigrationsPage } from "@contractspec/bundle.library/components/docs/safety/SafetyMigrationsPage";
78
+ import { SafetyOverviewPage } from "@contractspec/bundle.library/components/docs/safety/SafetyOverviewPage";
79
+ import { SafetyPDPPage } from "@contractspec/bundle.library/components/docs/safety/SafetyPDPPage";
80
+ import { SafetySigningPage } from "@contractspec/bundle.library/components/docs/safety/SafetySigningPage";
81
+ import { SafetyTenantIsolationPage } from "@contractspec/bundle.library/components/docs/safety/SafetyTenantIsolationPage";
82
+ import { SpecsCapabilitiesPage } from "@contractspec/bundle.library/components/docs/specs/SpecsCapabilitiesPage";
83
+ import { SpecsDataViewsPage } from "@contractspec/bundle.library/components/docs/specs/SpecsDataViewsPage";
84
+ import { SpecsOverlaysPage } from "@contractspec/bundle.library/components/docs/specs/SpecsOverlaysPage";
85
+ import { SpecsOverviewPage } from "@contractspec/bundle.library/components/docs/specs/SpecsOverviewPage";
86
+ import { SpecsPolicyPage } from "@contractspec/bundle.library/components/docs/specs/SpecsPolicyPage";
87
+ import { SpecsWorkflowsPage } from "@contractspec/bundle.library/components/docs/specs/SpecsWorkflowsPage";
88
+ import { StudioBYOKPage } from "@contractspec/bundle.library/components/docs/studio/StudioBYOKPage";
89
+ import { StudioDeploymentsPage } from "@contractspec/bundle.library/components/docs/studio/StudioDeploymentsPage";
90
+ import { StudioGettingStartedPage } from "@contractspec/bundle.library/components/docs/studio/StudioGettingStartedPage";
91
+ import { StudioIntegrationsPage } from "@contractspec/bundle.library/components/docs/studio/StudioIntegrationsPage";
92
+ import { StudioOverviewPage } from "@contractspec/bundle.library/components/docs/studio/StudioOverviewPage";
93
+ import { StudioVisualBuilderPage } from "@contractspec/bundle.library/components/docs/studio/StudioVisualBuilderPage";
94
+ import { DocsIndexPage } from "@contractspec/bundle.library/components/docs/DocsIndexPage";
95
+
96
+ //#region src/registry/registry-docs.ts
97
+ /**
98
+ * Component map for documentation page React rendering.
99
+ */
100
+ const docsComponentMap = {
101
+ DocsIndexPage,
102
+ InstallationPage,
103
+ StartHerePage,
104
+ TroubleshootingPage,
105
+ CompatibilityPage,
106
+ HelloWorldPage,
107
+ CLIPage,
108
+ DataViewTutorialPage,
109
+ SpecsOverviewPage,
110
+ SpecsCapabilitiesPage,
111
+ SpecsDataViewsPage,
112
+ SpecsWorkflowsPage,
113
+ SpecsPolicyPage,
114
+ SpecsOverlaysPage,
115
+ LibrariesOverviewPage,
116
+ LibrariesContractsPage,
117
+ LibrariesAiAgentPage,
118
+ LibrariesAnalyticsPage,
119
+ LibrariesAccessibilityPage,
120
+ LibrariesContentGenPage,
121
+ LibrariesCostTrackingPage,
122
+ LibrariesDataBackendPage,
123
+ LibrariesDataViewsPage,
124
+ LibrariesDesignSystemPage,
125
+ LibrariesEvolutionPage,
126
+ LibrariesGraphQLPage,
127
+ LibrariesGrowthPage,
128
+ LibrariesMultiTenancyPage,
129
+ LibrariesObservabilityPage,
130
+ LibrariesOverlayEnginePage,
131
+ LibrariesPersonalizationPage,
132
+ LibrariesProgressiveDeliveryPage,
133
+ LibrariesResiliencePage,
134
+ LibrariesRuntimePage,
135
+ LibrariesSchemaPage,
136
+ LibrariesSLOPage,
137
+ LibrariesSupportBotPage,
138
+ LibrariesTestingPage,
139
+ LibrariesUIKitPage,
140
+ LibrariesWorkflowsPage,
141
+ LibrariesWorkflowComposerPage,
142
+ ArchitectureOverviewPage,
143
+ ArchitectureAppConfigPage,
144
+ ArchitectureMultiTenancyPage,
145
+ ArchitectureIntegrationBindingPage,
146
+ ArchitectureKnowledgeBindingPage,
147
+ AdvancedRenderersPage,
148
+ AdvancedMCPPage,
149
+ AdvancedTelemetryPage,
150
+ AdvancedWorkflowMonitoringPage,
151
+ AdvancedOverlayEditorPage,
152
+ AdvancedSpecExperimentsPage,
153
+ SafetyOverviewPage,
154
+ SafetySigningPage,
155
+ SafetyAuditingPage,
156
+ SafetyMigrationsPage,
157
+ SafetyPDPPage,
158
+ SafetyTenantIsolationPage,
159
+ IntegrationsOverviewPage,
160
+ IntegrationsCircuitBreakersPage,
161
+ IntegrationsElevenLabsPage,
162
+ IntegrationsGmailPage,
163
+ IntegrationsGoogleCalendarPage,
164
+ IntegrationsOpenAIPage,
165
+ IntegrationsPostmarkPage,
166
+ IntegrationsPowensPage,
167
+ IntegrationsQdrantPage,
168
+ IntegrationsResendPage,
169
+ IntegrationsS3Page,
170
+ IntegrationsSpecModelPage,
171
+ IntegrationsStripePage,
172
+ IntegrationsTwilioPage,
173
+ KnowledgeOverviewPage,
174
+ KnowledgeCategoriesPage,
175
+ KnowledgeExamplesPage,
176
+ KnowledgeSourcesPage,
177
+ KnowledgeSpacesPage,
178
+ ComparisonOverviewPage,
179
+ ComparisonAutomationPlatformsPage,
180
+ ComparisonEnterprisePlatformsPage,
181
+ ComparisonInternalToolBuildersPage,
182
+ ComparisonWorkflowEnginesPage,
183
+ ComparisonWindmillPage,
184
+ OpsAutoEvolutionPage,
185
+ OpsDistributedTracingPage,
186
+ ManifestoPage,
187
+ StudioOverviewPage,
188
+ StudioGettingStartedPage,
189
+ StudioVisualBuilderPage,
190
+ StudioIntegrationsPage,
191
+ StudioDeploymentsPage,
192
+ StudioBYOKPage
193
+ };
194
+ /** Helper to create a docs presentation entry */
195
+ function docsEntry(route, key, componentKey, description) {
196
+ return [route, createComponentPresentation({
197
+ key,
198
+ componentKey,
199
+ description,
200
+ goal: DOCS_GOAL,
201
+ context: DOCS_CONTEXT,
202
+ tags: [TagsEnum.Docs, ...tagsFromPath(route)]
203
+ })];
204
+ }
205
+ /**
206
+ * Presentation specs for documentation pages.
207
+ */
208
+ const docsPresentations = [
209
+ docsEntry("/docs", "web-landing.docs.index", "DocsIndexPage", "ContractSpec documentation index page"),
210
+ docsEntry("/docs/getting-started/start-here", "web-landing.docs.start-here", "StartHerePage", "ContractSpec start here onboarding guide"),
211
+ docsEntry("/docs/getting-started/troubleshooting", "web-landing.docs.troubleshooting", "TroubleshootingPage", "ContractSpec getting started troubleshooting"),
212
+ docsEntry("/docs/getting-started/compatibility", "web-landing.docs.compatibility", "CompatibilityPage", "ContractSpec compatibility and requirements"),
213
+ docsEntry("/docs/getting-started/installation", "web-landing.docs.installation", "InstallationPage", "ContractSpec installation guide"),
214
+ docsEntry("/docs/getting-started/hello-world", "web-landing.docs.hello-world", "HelloWorldPage", "ContractSpec hello world tutorial"),
215
+ docsEntry("/docs/getting-started/cli", "web-landing.docs.cli", "CLIPage", "ContractSpec CLI reference guide"),
216
+ docsEntry("/docs/getting-started/dataviews", "web-landing.docs.dataviews-tutorial", "DataViewTutorialPage", "ContractSpec DataView tutorial"),
217
+ docsEntry("/docs/specs", "web-landing.docs.specs.overview", "SpecsOverviewPage", "ContractSpec specifications overview"),
218
+ docsEntry("/docs/specs/capabilities", "web-landing.docs.specs.capabilities", "SpecsCapabilitiesPage", "ContractSpec capabilities"),
219
+ docsEntry("/docs/specs/dataviews", "web-landing.docs.specs.dataviews", "SpecsDataViewsPage", "ContractSpec DataViews specification"),
220
+ docsEntry("/docs/specs/workflows", "web-landing.docs.specs.workflows", "SpecsWorkflowsPage", "ContractSpec workflows specification"),
221
+ docsEntry("/docs/specs/policy", "web-landing.docs.specs.policy", "SpecsPolicyPage", "ContractSpec policy specification"),
222
+ docsEntry("/docs/specs/overlays", "web-landing.docs.specs.overlays", "SpecsOverlaysPage", "ContractSpec overlays specification"),
223
+ docsEntry("/docs/libraries", "web-landing.docs.libraries.overview", "LibrariesOverviewPage", "ContractSpec libraries overview"),
224
+ docsEntry("/docs/libraries/contracts", "web-landing.docs.libraries.contracts", "LibrariesContractsPage", "ContractSpec contracts library"),
225
+ docsEntry("/docs/libraries/ai-agent", "web-landing.docs.libraries.ai-agent", "LibrariesAiAgentPage", "ContractSpec AI agent library"),
226
+ docsEntry("/docs/libraries/analytics", "web-landing.docs.libraries.analytics", "LibrariesAnalyticsPage", "ContractSpec analytics library"),
227
+ docsEntry("/docs/libraries/accessibility", "web-landing.docs.libraries.accessibility", "LibrariesAccessibilityPage", "ContractSpec accessibility library"),
228
+ docsEntry("/docs/libraries/content-gen", "web-landing.docs.libraries.content-gen", "LibrariesContentGenPage", "ContractSpec content generation library"),
229
+ docsEntry("/docs/libraries/cost-tracking", "web-landing.docs.libraries.cost-tracking", "LibrariesCostTrackingPage", "ContractSpec cost tracking library"),
230
+ docsEntry("/docs/libraries/data-backend", "web-landing.docs.libraries.data-backend", "LibrariesDataBackendPage", "ContractSpec data backend library"),
231
+ docsEntry("/docs/libraries/data-views", "web-landing.docs.libraries.data-views", "LibrariesDataViewsPage", "ContractSpec data views library"),
232
+ docsEntry("/docs/libraries/design-system", "web-landing.docs.libraries.design-system", "LibrariesDesignSystemPage", "ContractSpec design system library"),
233
+ docsEntry("/docs/libraries/evolution", "web-landing.docs.libraries.evolution", "LibrariesEvolutionPage", "ContractSpec evolution library"),
234
+ docsEntry("/docs/libraries/graphql", "web-landing.docs.libraries.graphql", "LibrariesGraphQLPage", "ContractSpec GraphQL library"),
235
+ docsEntry("/docs/libraries/growth", "web-landing.docs.libraries.growth", "LibrariesGrowthPage", "ContractSpec growth library"),
236
+ docsEntry("/docs/libraries/multi-tenancy", "web-landing.docs.libraries.multi-tenancy", "LibrariesMultiTenancyPage", "ContractSpec multi-tenancy library"),
237
+ docsEntry("/docs/libraries/observability", "web-landing.docs.libraries.observability", "LibrariesObservabilityPage", "ContractSpec observability library"),
238
+ docsEntry("/docs/libraries/overlay-engine", "web-landing.docs.libraries.overlay-engine", "LibrariesOverlayEnginePage", "ContractSpec overlay engine library"),
239
+ docsEntry("/docs/libraries/personalization", "web-landing.docs.libraries.personalization", "LibrariesPersonalizationPage", "ContractSpec personalization library"),
240
+ docsEntry("/docs/libraries/progressive-delivery", "web-landing.docs.libraries.progressive-delivery", "LibrariesProgressiveDeliveryPage", "ContractSpec progressive delivery library"),
241
+ docsEntry("/docs/libraries/resilience", "web-landing.docs.libraries.resilience", "LibrariesResiliencePage", "ContractSpec resilience library"),
242
+ docsEntry("/docs/libraries/runtime", "web-landing.docs.libraries.runtime", "LibrariesRuntimePage", "ContractSpec runtime library"),
243
+ docsEntry("/docs/libraries/schema", "web-landing.docs.libraries.schema", "LibrariesSchemaPage", "ContractSpec schema library"),
244
+ docsEntry("/docs/libraries/slo", "web-landing.docs.libraries.slo", "LibrariesSLOPage", "ContractSpec SLO library"),
245
+ docsEntry("/docs/libraries/support-bot", "web-landing.docs.libraries.support-bot", "LibrariesSupportBotPage", "ContractSpec support bot library"),
246
+ docsEntry("/docs/libraries/testing", "web-landing.docs.libraries.testing", "LibrariesTestingPage", "ContractSpec testing library"),
247
+ docsEntry("/docs/libraries/ui-kit", "web-landing.docs.libraries.ui-kit", "LibrariesUIKitPage", "ContractSpec UI kit library"),
248
+ docsEntry("/docs/libraries/workflows", "web-landing.docs.libraries.workflows", "LibrariesWorkflowsPage", "ContractSpec workflows library"),
249
+ docsEntry("/docs/libraries/workflow-composer", "web-landing.docs.libraries.workflow-composer", "LibrariesWorkflowComposerPage", "ContractSpec workflow composer library"),
250
+ docsEntry("/docs/architecture", "web-landing.docs.architecture.overview", "ArchitectureOverviewPage", "ContractSpec architecture overview"),
251
+ docsEntry("/docs/architecture/app-config", "web-landing.docs.architecture.app-config", "ArchitectureAppConfigPage", "ContractSpec app configuration"),
252
+ docsEntry("/docs/architecture/multi-tenancy", "web-landing.docs.architecture.multi-tenancy", "ArchitectureMultiTenancyPage", "ContractSpec multi-tenancy architecture"),
253
+ docsEntry("/docs/architecture/integration-binding", "web-landing.docs.architecture.integration-binding", "ArchitectureIntegrationBindingPage", "ContractSpec integration binding"),
254
+ docsEntry("/docs/architecture/knowledge-binding", "web-landing.docs.architecture.knowledge-binding", "ArchitectureKnowledgeBindingPage", "ContractSpec knowledge binding"),
255
+ docsEntry("/docs/advanced/renderers", "web-landing.docs.advanced.renderers", "AdvancedRenderersPage", "ContractSpec renderers documentation"),
256
+ docsEntry("/docs/advanced/mcp", "web-landing.docs.advanced.mcp", "AdvancedMCPPage", "ContractSpec MCP documentation"),
257
+ docsEntry("/docs/advanced/telemetry", "web-landing.docs.advanced.telemetry", "AdvancedTelemetryPage", "ContractSpec telemetry documentation"),
258
+ docsEntry("/docs/advanced/workflow-monitoring", "web-landing.docs.advanced.workflow-monitoring", "AdvancedWorkflowMonitoringPage", "ContractSpec workflow monitoring"),
259
+ docsEntry("/docs/advanced/overlay-editor", "web-landing.docs.advanced.overlay-editor", "AdvancedOverlayEditorPage", "ContractSpec overlay editor"),
260
+ docsEntry("/docs/advanced/spec-experiments", "web-landing.docs.advanced.spec-experiments", "AdvancedSpecExperimentsPage", "ContractSpec spec experiments"),
261
+ docsEntry("/docs/safety", "web-landing.docs.safety.overview", "SafetyOverviewPage", "ContractSpec safety overview"),
262
+ docsEntry("/docs/safety/signing", "web-landing.docs.safety.signing", "SafetySigningPage", "ContractSpec signing and attestation"),
263
+ docsEntry("/docs/safety/auditing", "web-landing.docs.safety.auditing", "SafetyAuditingPage", "ContractSpec auditing documentation"),
264
+ docsEntry("/docs/safety/migrations", "web-landing.docs.safety.migrations", "SafetyMigrationsPage", "ContractSpec migrations documentation"),
265
+ docsEntry("/docs/safety/pdp", "web-landing.docs.safety.pdp", "SafetyPDPPage", "ContractSpec Policy Decision Point"),
266
+ docsEntry("/docs/safety/tenant-isolation", "web-landing.docs.safety.tenant-isolation", "SafetyTenantIsolationPage", "ContractSpec tenant isolation"),
267
+ docsEntry("/docs/integrations", "web-landing.docs.integrations.overview", "IntegrationsOverviewPage", "ContractSpec integrations overview"),
268
+ docsEntry("/docs/integrations/circuit-breakers", "web-landing.docs.integrations.circuit-breakers", "IntegrationsCircuitBreakersPage", "ContractSpec circuit breakers"),
269
+ docsEntry("/docs/integrations/elevenlabs", "web-landing.docs.integrations.elevenlabs", "IntegrationsElevenLabsPage", "ContractSpec ElevenLabs integration"),
270
+ docsEntry("/docs/integrations/gmail", "web-landing.docs.integrations.gmail", "IntegrationsGmailPage", "ContractSpec Gmail integration"),
271
+ docsEntry("/docs/integrations/google-calendar", "web-landing.docs.integrations.google-calendar", "IntegrationsGoogleCalendarPage", "ContractSpec Google Calendar"),
272
+ docsEntry("/docs/integrations/openai", "web-landing.docs.integrations.openai", "IntegrationsOpenAIPage", "ContractSpec OpenAI integration"),
273
+ docsEntry("/docs/integrations/postmark", "web-landing.docs.integrations.postmark", "IntegrationsPostmarkPage", "ContractSpec Postmark integration"),
274
+ docsEntry("/docs/integrations/powens", "web-landing.docs.integrations.powens", "IntegrationsPowensPage", "ContractSpec Powens integration"),
275
+ docsEntry("/docs/integrations/qdrant", "web-landing.docs.integrations.qdrant", "IntegrationsQdrantPage", "ContractSpec Qdrant integration"),
276
+ docsEntry("/docs/integrations/resend", "web-landing.docs.integrations.resend", "IntegrationsResendPage", "ContractSpec Resend integration"),
277
+ docsEntry("/docs/integrations/s3", "web-landing.docs.integrations.s3", "IntegrationsS3Page", "ContractSpec S3 integration"),
278
+ docsEntry("/docs/integrations/spec-model", "web-landing.docs.integrations.spec-model", "IntegrationsSpecModelPage", "ContractSpec spec model integration"),
279
+ docsEntry("/docs/integrations/stripe", "web-landing.docs.integrations.stripe", "IntegrationsStripePage", "ContractSpec Stripe integration"),
280
+ docsEntry("/docs/integrations/twilio", "web-landing.docs.integrations.twilio", "IntegrationsTwilioPage", "ContractSpec Twilio integration"),
281
+ docsEntry("/docs/knowledge", "web-landing.docs.knowledge.overview", "KnowledgeOverviewPage", "ContractSpec knowledge overview"),
282
+ docsEntry("/docs/knowledge/categories", "web-landing.docs.knowledge.categories", "KnowledgeCategoriesPage", "ContractSpec knowledge categories"),
283
+ docsEntry("/docs/knowledge/examples", "web-landing.docs.knowledge.examples", "KnowledgeExamplesPage", "ContractSpec knowledge examples"),
284
+ docsEntry("/docs/knowledge/sources", "web-landing.docs.knowledge.sources", "KnowledgeSourcesPage", "ContractSpec knowledge sources"),
285
+ docsEntry("/docs/knowledge/spaces", "web-landing.docs.knowledge.spaces", "KnowledgeSpacesPage", "ContractSpec knowledge spaces"),
286
+ docsEntry("/docs/comparison", "web-landing.docs.comparison.overview", "ComparisonOverviewPage", "ContractSpec comparison overview"),
287
+ docsEntry("/docs/comparison/automation-platforms", "web-landing.docs.comparison.automation-platforms", "ComparisonAutomationPlatformsPage", "Comparison with automation platforms"),
288
+ docsEntry("/docs/comparison/enterprise-platforms", "web-landing.docs.comparison.enterprise-platforms", "ComparisonEnterprisePlatformsPage", "Comparison with enterprise platforms"),
289
+ docsEntry("/docs/comparison/internal-tool-builders", "web-landing.docs.comparison.internal-tool-builders", "ComparisonInternalToolBuildersPage", "Comparison with internal tool builders"),
290
+ docsEntry("/docs/comparison/workflow-engines", "web-landing.docs.comparison.workflow-engines", "ComparisonWorkflowEnginesPage", "Comparison with workflow engines"),
291
+ docsEntry("/docs/comparison/windmill", "web-landing.docs.comparison.windmill", "ComparisonWindmillPage", "Comparison with Windmill"),
292
+ docsEntry("/docs/ops/auto-evolution", "web-landing.docs.ops.auto-evolution", "OpsAutoEvolutionPage", "ContractSpec auto-evolution operations"),
293
+ docsEntry("/docs/ops/distributed-tracing", "web-landing.docs.ops.distributed-tracing", "OpsDistributedTracingPage", "ContractSpec distributed tracing"),
294
+ docsEntry("/docs/manifesto", "web-landing.docs.manifesto", "ManifestoPage", "ContractSpec manifesto"),
295
+ docsEntry("/docs/studio", "web-landing.docs.studio.overview", "StudioOverviewPage", "ContractSpec Studio overview"),
296
+ docsEntry("/docs/studio/getting-started", "web-landing.docs.studio.getting-started", "StudioGettingStartedPage", "ContractSpec Studio getting started"),
297
+ docsEntry("/docs/studio/visual-builder", "web-landing.docs.studio.visual-builder", "StudioVisualBuilderPage", "ContractSpec Studio visual builder"),
298
+ docsEntry("/docs/studio/integrations", "web-landing.docs.studio.integrations", "StudioIntegrationsPage", "ContractSpec Studio integrations"),
299
+ docsEntry("/docs/studio/deployments", "web-landing.docs.studio.deployments", "StudioDeploymentsPage", "ContractSpec Studio deployments"),
300
+ docsEntry("/docs/studio/byok", "web-landing.docs.studio.byok", "StudioBYOKPage", "ContractSpec Studio BYOK")
301
+ ];
302
+
303
+ //#endregion
304
+ export { docsComponentMap, docsPresentations };
305
+ //# sourceMappingURL=registry-docs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry-docs.js","names":[],"sources":["../../src/registry/registry-docs.ts"],"sourcesContent":["import { TagsEnum } from '@contractspec/lib.contracts/ownership';\nimport type { PresentationSpec } from '@contractspec/lib.contracts/presentations';\nimport {\n createComponentPresentation,\n DOCS_CONTEXT,\n DOCS_GOAL,\n tagsFromPath,\n} from './factory';\nimport type { ComponentMap } from './types';\n\n// Import doc page components from local marketing bundle\n// Note: Imports are relative to src/registry (../components/docs/...)\n\n// Advanced\nimport { AdvancedMCPPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage';\nimport { AdvancedOverlayEditorPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage';\nimport { AdvancedRenderersPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage';\nimport { AdvancedSpecExperimentsPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedSpecExperimentsPage';\nimport { AdvancedTelemetryPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedTelemetryPage';\nimport { AdvancedWorkflowMonitoringPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedWorkflowMonitoringPage';\n\n// Architecture\nimport { ArchitectureAppConfigPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureAppConfigPage';\nimport { ArchitectureIntegrationBindingPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureIntegrationBindingPage';\nimport { ArchitectureKnowledgeBindingPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureKnowledgeBindingPage';\nimport { ArchitectureMultiTenancyPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureMultiTenancyPage';\nimport { ArchitectureOverviewPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureOverviewPage';\n\n// Comparison\nimport { ComparisonAutomationPlatformsPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonAutomationPlatformsPage';\nimport { ComparisonEnterprisePlatformsPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonEnterprisePlatformsPage';\nimport { ComparisonInternalToolBuildersPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonInternalToolBuildersPage';\nimport { ComparisonOverviewPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonOverviewPage';\nimport { ComparisonWindmillPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonWindmillPage';\nimport { ComparisonWorkflowEnginesPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonWorkflowEnginesPage';\n\n// Getting Started\nimport { CLIPage } from '@contractspec/bundle.library/components/docs/getting-started/CLIPage';\nimport { DataViewTutorialPage } from '@contractspec/bundle.library/components/docs/getting-started/DataViewTutorialPage';\nimport { HelloWorldPage } from '@contractspec/bundle.library/components/docs/getting-started/HelloWorldPage';\nimport { InstallationPage } from '@contractspec/bundle.library/components/docs/getting-started/InstallationPage';\nimport { StartHerePage } from '@contractspec/bundle.library/components/docs/getting-started/StartHerePage';\nimport { TroubleshootingPage } from '@contractspec/bundle.library/components/docs/getting-started/TroubleshootingPage';\nimport { CompatibilityPage } from '@contractspec/bundle.library/components/docs/getting-started/CompatibilityPage';\n\n// Integrations\nimport { IntegrationsCircuitBreakersPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsCircuitBreakersPage';\nimport { IntegrationsElevenLabsPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsElevenLabsPage';\nimport { IntegrationsGmailPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsGmailPage';\nimport { IntegrationsGoogleCalendarPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsGoogleCalendarPage';\nimport { IntegrationsOpenAIPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsOpenAIPage';\nimport { IntegrationsOverviewPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsOverviewPage';\nimport { IntegrationsPostmarkPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsPostmarkPage';\nimport { IntegrationsPowensPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsPowensPage';\nimport { IntegrationsQdrantPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsQdrantPage';\nimport { IntegrationsResendPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsResendPage';\nimport { IntegrationsS3Page } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsS3Page';\nimport { IntegrationsSpecModelPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsSpecModelPage';\nimport { IntegrationsStripePage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsStripePage';\nimport { IntegrationsTwilioPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsTwilioPage';\n\n// Knowledge\nimport { KnowledgeCategoriesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeCategoriesPage';\nimport { KnowledgeExamplesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeExamplesPage';\nimport { KnowledgeOverviewPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeOverviewPage';\nimport { KnowledgeSourcesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeSourcesPage';\nimport { KnowledgeSpacesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeSpacesPage';\n\n// Libraries\nimport { LibrariesAccessibilityPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesAccessibilityPage';\nimport { LibrariesAiAgentPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesAiAgentPage';\nimport { LibrariesAnalyticsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesAnalyticsPage';\nimport { LibrariesContentGenPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesContentGenPage';\nimport { LibrariesContractsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesContractsPage';\nimport { LibrariesCostTrackingPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesCostTrackingPage';\nimport { LibrariesDataBackendPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesDataBackendPage';\nimport { LibrariesDataViewsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesDataViewsPage';\nimport { LibrariesDesignSystemPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesDesignSystemPage';\nimport { LibrariesEvolutionPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesEvolutionPage';\nimport { LibrariesGraphQLPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesGraphQLPage';\nimport { LibrariesGrowthPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesGrowthPage';\nimport { LibrariesMultiTenancyPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesMultiTenancyPage';\nimport { LibrariesObservabilityPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesObservabilityPage';\nimport { LibrariesOverlayEnginePage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesOverlayEnginePage';\nimport { LibrariesOverviewPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesOverviewPage';\nimport { LibrariesPersonalizationPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesPersonalizationPage';\nimport { LibrariesProgressiveDeliveryPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesProgressiveDeliveryPage';\nimport { LibrariesResiliencePage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesResiliencePage';\nimport { LibrariesRuntimePage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesRuntimePage';\nimport { LibrariesSchemaPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesSchemaPage';\nimport { LibrariesSLOPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesSLOPage';\nimport { LibrariesSupportBotPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesSupportBotPage';\nimport { LibrariesTestingPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesTestingPage';\nimport { LibrariesUIKitPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesUIKitPage';\nimport { LibrariesWorkflowComposerPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesWorkflowComposerPage';\nimport { LibrariesWorkflowsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesWorkflowsPage';\n\n// Manifesto\nimport { ManifestoPage } from '@contractspec/bundle.library/components/docs/manifesto/ManifestoPage';\n\n// Ops\nimport { OpsAutoEvolutionPage } from '@contractspec/bundle.library/components/docs/ops/AutoEvolutionOpsPage';\nimport { OpsDistributedTracingPage } from '@contractspec/bundle.library/components/docs/ops/DistributedTracingOpsPage';\n\n// Safety\nimport { SafetyAuditingPage } from '@contractspec/bundle.library/components/docs/safety/SafetyAuditingPage';\nimport { SafetyMigrationsPage } from '@contractspec/bundle.library/components/docs/safety/SafetyMigrationsPage';\nimport { SafetyOverviewPage } from '@contractspec/bundle.library/components/docs/safety/SafetyOverviewPage';\nimport { SafetyPDPPage } from '@contractspec/bundle.library/components/docs/safety/SafetyPDPPage';\nimport { SafetySigningPage } from '@contractspec/bundle.library/components/docs/safety/SafetySigningPage';\nimport { SafetyTenantIsolationPage } from '@contractspec/bundle.library/components/docs/safety/SafetyTenantIsolationPage';\n\n// Specs\nimport { SpecsCapabilitiesPage } from '@contractspec/bundle.library/components/docs/specs/SpecsCapabilitiesPage';\nimport { SpecsDataViewsPage } from '@contractspec/bundle.library/components/docs/specs/SpecsDataViewsPage';\nimport { SpecsOverlaysPage } from '@contractspec/bundle.library/components/docs/specs/SpecsOverlaysPage';\nimport { SpecsOverviewPage } from '@contractspec/bundle.library/components/docs/specs/SpecsOverviewPage';\nimport { SpecsPolicyPage } from '@contractspec/bundle.library/components/docs/specs/SpecsPolicyPage';\nimport { SpecsWorkflowsPage } from '@contractspec/bundle.library/components/docs/specs/SpecsWorkflowsPage';\n\n// Studio\nimport { StudioBYOKPage } from '@contractspec/bundle.library/components/docs/studio/StudioBYOKPage';\nimport { StudioDeploymentsPage } from '@contractspec/bundle.library/components/docs/studio/StudioDeploymentsPage';\nimport { StudioGettingStartedPage } from '@contractspec/bundle.library/components/docs/studio/StudioGettingStartedPage';\nimport { StudioIntegrationsPage } from '@contractspec/bundle.library/components/docs/studio/StudioIntegrationsPage';\nimport { StudioOverviewPage } from '@contractspec/bundle.library/components/docs/studio/StudioOverviewPage';\nimport { StudioVisualBuilderPage } from '@contractspec/bundle.library/components/docs/studio/StudioVisualBuilderPage';\n\n// Docs Index\nimport { DocsIndexPage } from '@contractspec/bundle.library/components/docs/DocsIndexPage';\n\n/**\n * Component map for documentation page React rendering.\n */\nexport const docsComponentMap: ComponentMap = {\n DocsIndexPage,\n // Getting Started\n InstallationPage,\n StartHerePage,\n TroubleshootingPage,\n CompatibilityPage,\n HelloWorldPage,\n CLIPage,\n DataViewTutorialPage,\n // Specs\n SpecsOverviewPage,\n SpecsCapabilitiesPage,\n SpecsDataViewsPage,\n SpecsWorkflowsPage,\n SpecsPolicyPage,\n SpecsOverlaysPage,\n // Libraries\n LibrariesOverviewPage,\n LibrariesContractsPage,\n LibrariesAiAgentPage,\n LibrariesAnalyticsPage,\n LibrariesAccessibilityPage,\n LibrariesContentGenPage,\n LibrariesCostTrackingPage,\n LibrariesDataBackendPage,\n LibrariesDataViewsPage,\n LibrariesDesignSystemPage,\n LibrariesEvolutionPage,\n LibrariesGraphQLPage,\n LibrariesGrowthPage,\n LibrariesMultiTenancyPage,\n LibrariesObservabilityPage,\n LibrariesOverlayEnginePage,\n LibrariesPersonalizationPage,\n LibrariesProgressiveDeliveryPage,\n LibrariesResiliencePage,\n LibrariesRuntimePage,\n LibrariesSchemaPage,\n LibrariesSLOPage,\n LibrariesSupportBotPage,\n LibrariesTestingPage,\n LibrariesUIKitPage,\n LibrariesWorkflowsPage,\n LibrariesWorkflowComposerPage,\n // Architecture\n ArchitectureOverviewPage,\n ArchitectureAppConfigPage,\n ArchitectureMultiTenancyPage,\n ArchitectureIntegrationBindingPage,\n ArchitectureKnowledgeBindingPage,\n // Advanced\n AdvancedRenderersPage,\n AdvancedMCPPage,\n AdvancedTelemetryPage,\n AdvancedWorkflowMonitoringPage,\n AdvancedOverlayEditorPage,\n AdvancedSpecExperimentsPage,\n // Safety\n SafetyOverviewPage,\n SafetySigningPage,\n SafetyAuditingPage,\n SafetyMigrationsPage,\n SafetyPDPPage,\n SafetyTenantIsolationPage,\n // Integrations\n IntegrationsOverviewPage,\n IntegrationsCircuitBreakersPage,\n IntegrationsElevenLabsPage,\n IntegrationsGmailPage,\n IntegrationsGoogleCalendarPage,\n IntegrationsOpenAIPage,\n IntegrationsPostmarkPage,\n IntegrationsPowensPage,\n IntegrationsQdrantPage,\n IntegrationsResendPage,\n IntegrationsS3Page,\n IntegrationsSpecModelPage,\n IntegrationsStripePage,\n IntegrationsTwilioPage,\n // Knowledge\n KnowledgeOverviewPage,\n KnowledgeCategoriesPage,\n KnowledgeExamplesPage,\n KnowledgeSourcesPage,\n KnowledgeSpacesPage,\n // Comparison\n ComparisonOverviewPage,\n ComparisonAutomationPlatformsPage,\n ComparisonEnterprisePlatformsPage,\n ComparisonInternalToolBuildersPage,\n ComparisonWorkflowEnginesPage,\n ComparisonWindmillPage,\n // Ops\n OpsAutoEvolutionPage,\n OpsDistributedTracingPage,\n // Manifesto\n ManifestoPage,\n // Studio docs\n StudioOverviewPage,\n StudioGettingStartedPage,\n StudioVisualBuilderPage,\n StudioIntegrationsPage,\n StudioDeploymentsPage,\n StudioBYOKPage,\n};\n\n/** Helper to create a docs presentation entry */\nfunction docsEntry(\n route: string,\n key: string,\n componentKey: string,\n description: string\n): [string, PresentationSpec] {\n return [\n route,\n createComponentPresentation({\n key,\n componentKey,\n description,\n goal: DOCS_GOAL,\n context: DOCS_CONTEXT,\n tags: [TagsEnum.Docs, ...tagsFromPath(route)],\n }),\n ];\n}\n\n/**\n * Presentation specs for documentation pages.\n */\nexport const docsPresentations: [string, PresentationSpec][] = [\n // Docs index\n docsEntry(\n '/docs',\n 'web-landing.docs.index',\n 'DocsIndexPage',\n 'ContractSpec documentation index page'\n ),\n\n // Getting Started\n docsEntry(\n '/docs/getting-started/start-here',\n 'web-landing.docs.start-here',\n 'StartHerePage',\n 'ContractSpec start here onboarding guide'\n ),\n docsEntry(\n '/docs/getting-started/troubleshooting',\n 'web-landing.docs.troubleshooting',\n 'TroubleshootingPage',\n 'ContractSpec getting started troubleshooting'\n ),\n docsEntry(\n '/docs/getting-started/compatibility',\n 'web-landing.docs.compatibility',\n 'CompatibilityPage',\n 'ContractSpec compatibility and requirements'\n ),\n docsEntry(\n '/docs/getting-started/installation',\n 'web-landing.docs.installation',\n 'InstallationPage',\n 'ContractSpec installation guide'\n ),\n docsEntry(\n '/docs/getting-started/hello-world',\n 'web-landing.docs.hello-world',\n 'HelloWorldPage',\n 'ContractSpec hello world tutorial'\n ),\n docsEntry(\n '/docs/getting-started/cli',\n 'web-landing.docs.cli',\n 'CLIPage',\n 'ContractSpec CLI reference guide'\n ),\n docsEntry(\n '/docs/getting-started/dataviews',\n 'web-landing.docs.dataviews-tutorial',\n 'DataViewTutorialPage',\n 'ContractSpec DataView tutorial'\n ),\n\n // Specs\n docsEntry(\n '/docs/specs',\n 'web-landing.docs.specs.overview',\n 'SpecsOverviewPage',\n 'ContractSpec specifications overview'\n ),\n docsEntry(\n '/docs/specs/capabilities',\n 'web-landing.docs.specs.capabilities',\n 'SpecsCapabilitiesPage',\n 'ContractSpec capabilities'\n ),\n docsEntry(\n '/docs/specs/dataviews',\n 'web-landing.docs.specs.dataviews',\n 'SpecsDataViewsPage',\n 'ContractSpec DataViews specification'\n ),\n docsEntry(\n '/docs/specs/workflows',\n 'web-landing.docs.specs.workflows',\n 'SpecsWorkflowsPage',\n 'ContractSpec workflows specification'\n ),\n docsEntry(\n '/docs/specs/policy',\n 'web-landing.docs.specs.policy',\n 'SpecsPolicyPage',\n 'ContractSpec policy specification'\n ),\n docsEntry(\n '/docs/specs/overlays',\n 'web-landing.docs.specs.overlays',\n 'SpecsOverlaysPage',\n 'ContractSpec overlays specification'\n ),\n\n // Libraries\n docsEntry(\n '/docs/libraries',\n 'web-landing.docs.libraries.overview',\n 'LibrariesOverviewPage',\n 'ContractSpec libraries overview'\n ),\n docsEntry(\n '/docs/libraries/contracts',\n 'web-landing.docs.libraries.contracts',\n 'LibrariesContractsPage',\n 'ContractSpec contracts library'\n ),\n docsEntry(\n '/docs/libraries/ai-agent',\n 'web-landing.docs.libraries.ai-agent',\n 'LibrariesAiAgentPage',\n 'ContractSpec AI agent library'\n ),\n docsEntry(\n '/docs/libraries/analytics',\n 'web-landing.docs.libraries.analytics',\n 'LibrariesAnalyticsPage',\n 'ContractSpec analytics library'\n ),\n docsEntry(\n '/docs/libraries/accessibility',\n 'web-landing.docs.libraries.accessibility',\n 'LibrariesAccessibilityPage',\n 'ContractSpec accessibility library'\n ),\n docsEntry(\n '/docs/libraries/content-gen',\n 'web-landing.docs.libraries.content-gen',\n 'LibrariesContentGenPage',\n 'ContractSpec content generation library'\n ),\n docsEntry(\n '/docs/libraries/cost-tracking',\n 'web-landing.docs.libraries.cost-tracking',\n 'LibrariesCostTrackingPage',\n 'ContractSpec cost tracking library'\n ),\n docsEntry(\n '/docs/libraries/data-backend',\n 'web-landing.docs.libraries.data-backend',\n 'LibrariesDataBackendPage',\n 'ContractSpec data backend library'\n ),\n docsEntry(\n '/docs/libraries/data-views',\n 'web-landing.docs.libraries.data-views',\n 'LibrariesDataViewsPage',\n 'ContractSpec data views library'\n ),\n docsEntry(\n '/docs/libraries/design-system',\n 'web-landing.docs.libraries.design-system',\n 'LibrariesDesignSystemPage',\n 'ContractSpec design system library'\n ),\n docsEntry(\n '/docs/libraries/evolution',\n 'web-landing.docs.libraries.evolution',\n 'LibrariesEvolutionPage',\n 'ContractSpec evolution library'\n ),\n docsEntry(\n '/docs/libraries/graphql',\n 'web-landing.docs.libraries.graphql',\n 'LibrariesGraphQLPage',\n 'ContractSpec GraphQL library'\n ),\n docsEntry(\n '/docs/libraries/growth',\n 'web-landing.docs.libraries.growth',\n 'LibrariesGrowthPage',\n 'ContractSpec growth library'\n ),\n docsEntry(\n '/docs/libraries/multi-tenancy',\n 'web-landing.docs.libraries.multi-tenancy',\n 'LibrariesMultiTenancyPage',\n 'ContractSpec multi-tenancy library'\n ),\n docsEntry(\n '/docs/libraries/observability',\n 'web-landing.docs.libraries.observability',\n 'LibrariesObservabilityPage',\n 'ContractSpec observability library'\n ),\n docsEntry(\n '/docs/libraries/overlay-engine',\n 'web-landing.docs.libraries.overlay-engine',\n 'LibrariesOverlayEnginePage',\n 'ContractSpec overlay engine library'\n ),\n docsEntry(\n '/docs/libraries/personalization',\n 'web-landing.docs.libraries.personalization',\n 'LibrariesPersonalizationPage',\n 'ContractSpec personalization library'\n ),\n docsEntry(\n '/docs/libraries/progressive-delivery',\n 'web-landing.docs.libraries.progressive-delivery',\n 'LibrariesProgressiveDeliveryPage',\n 'ContractSpec progressive delivery library'\n ),\n docsEntry(\n '/docs/libraries/resilience',\n 'web-landing.docs.libraries.resilience',\n 'LibrariesResiliencePage',\n 'ContractSpec resilience library'\n ),\n docsEntry(\n '/docs/libraries/runtime',\n 'web-landing.docs.libraries.runtime',\n 'LibrariesRuntimePage',\n 'ContractSpec runtime library'\n ),\n docsEntry(\n '/docs/libraries/schema',\n 'web-landing.docs.libraries.schema',\n 'LibrariesSchemaPage',\n 'ContractSpec schema library'\n ),\n docsEntry(\n '/docs/libraries/slo',\n 'web-landing.docs.libraries.slo',\n 'LibrariesSLOPage',\n 'ContractSpec SLO library'\n ),\n docsEntry(\n '/docs/libraries/support-bot',\n 'web-landing.docs.libraries.support-bot',\n 'LibrariesSupportBotPage',\n 'ContractSpec support bot library'\n ),\n docsEntry(\n '/docs/libraries/testing',\n 'web-landing.docs.libraries.testing',\n 'LibrariesTestingPage',\n 'ContractSpec testing library'\n ),\n docsEntry(\n '/docs/libraries/ui-kit',\n 'web-landing.docs.libraries.ui-kit',\n 'LibrariesUIKitPage',\n 'ContractSpec UI kit library'\n ),\n docsEntry(\n '/docs/libraries/workflows',\n 'web-landing.docs.libraries.workflows',\n 'LibrariesWorkflowsPage',\n 'ContractSpec workflows library'\n ),\n docsEntry(\n '/docs/libraries/workflow-composer',\n 'web-landing.docs.libraries.workflow-composer',\n 'LibrariesWorkflowComposerPage',\n 'ContractSpec workflow composer library'\n ),\n\n // Architecture\n docsEntry(\n '/docs/architecture',\n 'web-landing.docs.architecture.overview',\n 'ArchitectureOverviewPage',\n 'ContractSpec architecture overview'\n ),\n docsEntry(\n '/docs/architecture/app-config',\n 'web-landing.docs.architecture.app-config',\n 'ArchitectureAppConfigPage',\n 'ContractSpec app configuration'\n ),\n docsEntry(\n '/docs/architecture/multi-tenancy',\n 'web-landing.docs.architecture.multi-tenancy',\n 'ArchitectureMultiTenancyPage',\n 'ContractSpec multi-tenancy architecture'\n ),\n docsEntry(\n '/docs/architecture/integration-binding',\n 'web-landing.docs.architecture.integration-binding',\n 'ArchitectureIntegrationBindingPage',\n 'ContractSpec integration binding'\n ),\n docsEntry(\n '/docs/architecture/knowledge-binding',\n 'web-landing.docs.architecture.knowledge-binding',\n 'ArchitectureKnowledgeBindingPage',\n 'ContractSpec knowledge binding'\n ),\n\n // Advanced\n docsEntry(\n '/docs/advanced/renderers',\n 'web-landing.docs.advanced.renderers',\n 'AdvancedRenderersPage',\n 'ContractSpec renderers documentation'\n ),\n docsEntry(\n '/docs/advanced/mcp',\n 'web-landing.docs.advanced.mcp',\n 'AdvancedMCPPage',\n 'ContractSpec MCP documentation'\n ),\n docsEntry(\n '/docs/advanced/telemetry',\n 'web-landing.docs.advanced.telemetry',\n 'AdvancedTelemetryPage',\n 'ContractSpec telemetry documentation'\n ),\n docsEntry(\n '/docs/advanced/workflow-monitoring',\n 'web-landing.docs.advanced.workflow-monitoring',\n 'AdvancedWorkflowMonitoringPage',\n 'ContractSpec workflow monitoring'\n ),\n docsEntry(\n '/docs/advanced/overlay-editor',\n 'web-landing.docs.advanced.overlay-editor',\n 'AdvancedOverlayEditorPage',\n 'ContractSpec overlay editor'\n ),\n docsEntry(\n '/docs/advanced/spec-experiments',\n 'web-landing.docs.advanced.spec-experiments',\n 'AdvancedSpecExperimentsPage',\n 'ContractSpec spec experiments'\n ),\n\n // Safety\n docsEntry(\n '/docs/safety',\n 'web-landing.docs.safety.overview',\n 'SafetyOverviewPage',\n 'ContractSpec safety overview'\n ),\n docsEntry(\n '/docs/safety/signing',\n 'web-landing.docs.safety.signing',\n 'SafetySigningPage',\n 'ContractSpec signing and attestation'\n ),\n docsEntry(\n '/docs/safety/auditing',\n 'web-landing.docs.safety.auditing',\n 'SafetyAuditingPage',\n 'ContractSpec auditing documentation'\n ),\n docsEntry(\n '/docs/safety/migrations',\n 'web-landing.docs.safety.migrations',\n 'SafetyMigrationsPage',\n 'ContractSpec migrations documentation'\n ),\n docsEntry(\n '/docs/safety/pdp',\n 'web-landing.docs.safety.pdp',\n 'SafetyPDPPage',\n 'ContractSpec Policy Decision Point'\n ),\n docsEntry(\n '/docs/safety/tenant-isolation',\n 'web-landing.docs.safety.tenant-isolation',\n 'SafetyTenantIsolationPage',\n 'ContractSpec tenant isolation'\n ),\n\n // Integrations\n docsEntry(\n '/docs/integrations',\n 'web-landing.docs.integrations.overview',\n 'IntegrationsOverviewPage',\n 'ContractSpec integrations overview'\n ),\n docsEntry(\n '/docs/integrations/circuit-breakers',\n 'web-landing.docs.integrations.circuit-breakers',\n 'IntegrationsCircuitBreakersPage',\n 'ContractSpec circuit breakers'\n ),\n docsEntry(\n '/docs/integrations/elevenlabs',\n 'web-landing.docs.integrations.elevenlabs',\n 'IntegrationsElevenLabsPage',\n 'ContractSpec ElevenLabs integration'\n ),\n docsEntry(\n '/docs/integrations/gmail',\n 'web-landing.docs.integrations.gmail',\n 'IntegrationsGmailPage',\n 'ContractSpec Gmail integration'\n ),\n docsEntry(\n '/docs/integrations/google-calendar',\n 'web-landing.docs.integrations.google-calendar',\n 'IntegrationsGoogleCalendarPage',\n 'ContractSpec Google Calendar'\n ),\n docsEntry(\n '/docs/integrations/openai',\n 'web-landing.docs.integrations.openai',\n 'IntegrationsOpenAIPage',\n 'ContractSpec OpenAI integration'\n ),\n docsEntry(\n '/docs/integrations/postmark',\n 'web-landing.docs.integrations.postmark',\n 'IntegrationsPostmarkPage',\n 'ContractSpec Postmark integration'\n ),\n docsEntry(\n '/docs/integrations/powens',\n 'web-landing.docs.integrations.powens',\n 'IntegrationsPowensPage',\n 'ContractSpec Powens integration'\n ),\n docsEntry(\n '/docs/integrations/qdrant',\n 'web-landing.docs.integrations.qdrant',\n 'IntegrationsQdrantPage',\n 'ContractSpec Qdrant integration'\n ),\n docsEntry(\n '/docs/integrations/resend',\n 'web-landing.docs.integrations.resend',\n 'IntegrationsResendPage',\n 'ContractSpec Resend integration'\n ),\n docsEntry(\n '/docs/integrations/s3',\n 'web-landing.docs.integrations.s3',\n 'IntegrationsS3Page',\n 'ContractSpec S3 integration'\n ),\n docsEntry(\n '/docs/integrations/spec-model',\n 'web-landing.docs.integrations.spec-model',\n 'IntegrationsSpecModelPage',\n 'ContractSpec spec model integration'\n ),\n docsEntry(\n '/docs/integrations/stripe',\n 'web-landing.docs.integrations.stripe',\n 'IntegrationsStripePage',\n 'ContractSpec Stripe integration'\n ),\n docsEntry(\n '/docs/integrations/twilio',\n 'web-landing.docs.integrations.twilio',\n 'IntegrationsTwilioPage',\n 'ContractSpec Twilio integration'\n ),\n\n // Knowledge\n docsEntry(\n '/docs/knowledge',\n 'web-landing.docs.knowledge.overview',\n 'KnowledgeOverviewPage',\n 'ContractSpec knowledge overview'\n ),\n docsEntry(\n '/docs/knowledge/categories',\n 'web-landing.docs.knowledge.categories',\n 'KnowledgeCategoriesPage',\n 'ContractSpec knowledge categories'\n ),\n docsEntry(\n '/docs/knowledge/examples',\n 'web-landing.docs.knowledge.examples',\n 'KnowledgeExamplesPage',\n 'ContractSpec knowledge examples'\n ),\n docsEntry(\n '/docs/knowledge/sources',\n 'web-landing.docs.knowledge.sources',\n 'KnowledgeSourcesPage',\n 'ContractSpec knowledge sources'\n ),\n docsEntry(\n '/docs/knowledge/spaces',\n 'web-landing.docs.knowledge.spaces',\n 'KnowledgeSpacesPage',\n 'ContractSpec knowledge spaces'\n ),\n\n // Comparison\n docsEntry(\n '/docs/comparison',\n 'web-landing.docs.comparison.overview',\n 'ComparisonOverviewPage',\n 'ContractSpec comparison overview'\n ),\n docsEntry(\n '/docs/comparison/automation-platforms',\n 'web-landing.docs.comparison.automation-platforms',\n 'ComparisonAutomationPlatformsPage',\n 'Comparison with automation platforms'\n ),\n docsEntry(\n '/docs/comparison/enterprise-platforms',\n 'web-landing.docs.comparison.enterprise-platforms',\n 'ComparisonEnterprisePlatformsPage',\n 'Comparison with enterprise platforms'\n ),\n docsEntry(\n '/docs/comparison/internal-tool-builders',\n 'web-landing.docs.comparison.internal-tool-builders',\n 'ComparisonInternalToolBuildersPage',\n 'Comparison with internal tool builders'\n ),\n docsEntry(\n '/docs/comparison/workflow-engines',\n 'web-landing.docs.comparison.workflow-engines',\n 'ComparisonWorkflowEnginesPage',\n 'Comparison with workflow engines'\n ),\n docsEntry(\n '/docs/comparison/windmill',\n 'web-landing.docs.comparison.windmill',\n 'ComparisonWindmillPage',\n 'Comparison with Windmill'\n ),\n\n // Ops\n docsEntry(\n '/docs/ops/auto-evolution',\n 'web-landing.docs.ops.auto-evolution',\n 'OpsAutoEvolutionPage',\n 'ContractSpec auto-evolution operations'\n ),\n docsEntry(\n '/docs/ops/distributed-tracing',\n 'web-landing.docs.ops.distributed-tracing',\n 'OpsDistributedTracingPage',\n 'ContractSpec distributed tracing'\n ),\n\n // Manifesto\n docsEntry(\n '/docs/manifesto',\n 'web-landing.docs.manifesto',\n 'ManifestoPage',\n 'ContractSpec manifesto'\n ),\n\n // Studio docs\n docsEntry(\n '/docs/studio',\n 'web-landing.docs.studio.overview',\n 'StudioOverviewPage',\n 'ContractSpec Studio overview'\n ),\n docsEntry(\n '/docs/studio/getting-started',\n 'web-landing.docs.studio.getting-started',\n 'StudioGettingStartedPage',\n 'ContractSpec Studio getting started'\n ),\n docsEntry(\n '/docs/studio/visual-builder',\n 'web-landing.docs.studio.visual-builder',\n 'StudioVisualBuilderPage',\n 'ContractSpec Studio visual builder'\n ),\n docsEntry(\n '/docs/studio/integrations',\n 'web-landing.docs.studio.integrations',\n 'StudioIntegrationsPage',\n 'ContractSpec Studio integrations'\n ),\n docsEntry(\n '/docs/studio/deployments',\n 'web-landing.docs.studio.deployments',\n 'StudioDeploymentsPage',\n 'ContractSpec Studio deployments'\n ),\n docsEntry(\n '/docs/studio/byok',\n 'web-landing.docs.studio.byok',\n 'StudioBYOKPage',\n 'ContractSpec Studio BYOK'\n ),\n];\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsIA,MAAa,mBAAiC;CAC5C;CAEA;CACA;CACA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CACA;CACA;CAEA;CACA;CAEA;CAEA;CACA;CACA;CACA;CACA;CACA;CACD;;AAGD,SAAS,UACP,OACA,KACA,cACA,aAC4B;AAC5B,QAAO,CACL,OACA,4BAA4B;EAC1B;EACA;EACA;EACA,MAAM;EACN,SAAS;EACT,MAAM,CAAC,SAAS,MAAM,GAAG,aAAa,MAAM,CAAC;EAC9C,CAAC,CACH;;;;;AAMH,MAAa,oBAAkD;CAE7D,UACE,SACA,0BACA,iBACA,wCACD;CAGD,UACE,oCACA,+BACA,iBACA,2CACD;CACD,UACE,yCACA,oCACA,uBACA,+CACD;CACD,UACE,uCACA,kCACA,qBACA,8CACD;CACD,UACE,sCACA,iCACA,oBACA,kCACD;CACD,UACE,qCACA,gCACA,kBACA,oCACD;CACD,UACE,6BACA,wBACA,WACA,mCACD;CACD,UACE,mCACA,uCACA,wBACA,iCACD;CAGD,UACE,eACA,mCACA,qBACA,uCACD;CACD,UACE,4BACA,uCACA,yBACA,4BACD;CACD,UACE,yBACA,oCACA,sBACA,uCACD;CACD,UACE,yBACA,oCACA,sBACA,uCACD;CACD,UACE,sBACA,iCACA,mBACA,oCACD;CACD,UACE,wBACA,mCACA,qBACA,sCACD;CAGD,UACE,mBACA,uCACA,yBACA,kCACD;CACD,UACE,6BACA,wCACA,0BACA,iCACD;CACD,UACE,4BACA,uCACA,wBACA,gCACD;CACD,UACE,6BACA,wCACA,0BACA,iCACD;CACD,UACE,iCACA,4CACA,8BACA,qCACD;CACD,UACE,+BACA,0CACA,2BACA,0CACD;CACD,UACE,iCACA,4CACA,6BACA,qCACD;CACD,UACE,gCACA,2CACA,4BACA,oCACD;CACD,UACE,8BACA,yCACA,0BACA,kCACD;CACD,UACE,iCACA,4CACA,6BACA,qCACD;CACD,UACE,6BACA,wCACA,0BACA,iCACD;CACD,UACE,2BACA,sCACA,wBACA,+BACD;CACD,UACE,0BACA,qCACA,uBACA,8BACD;CACD,UACE,iCACA,4CACA,6BACA,qCACD;CACD,UACE,iCACA,4CACA,8BACA,qCACD;CACD,UACE,kCACA,6CACA,8BACA,sCACD;CACD,UACE,mCACA,8CACA,gCACA,uCACD;CACD,UACE,wCACA,mDACA,oCACA,4CACD;CACD,UACE,8BACA,yCACA,2BACA,kCACD;CACD,UACE,2BACA,sCACA,wBACA,+BACD;CACD,UACE,0BACA,qCACA,uBACA,8BACD;CACD,UACE,uBACA,kCACA,oBACA,2BACD;CACD,UACE,+BACA,0CACA,2BACA,mCACD;CACD,UACE,2BACA,sCACA,wBACA,+BACD;CACD,UACE,0BACA,qCACA,sBACA,8BACD;CACD,UACE,6BACA,wCACA,0BACA,iCACD;CACD,UACE,qCACA,gDACA,iCACA,yCACD;CAGD,UACE,sBACA,0CACA,4BACA,qCACD;CACD,UACE,iCACA,4CACA,6BACA,iCACD;CACD,UACE,oCACA,+CACA,gCACA,0CACD;CACD,UACE,0CACA,qDACA,sCACA,mCACD;CACD,UACE,wCACA,mDACA,oCACA,iCACD;CAGD,UACE,4BACA,uCACA,yBACA,uCACD;CACD,UACE,sBACA,iCACA,mBACA,iCACD;CACD,UACE,4BACA,uCACA,yBACA,uCACD;CACD,UACE,sCACA,iDACA,kCACA,mCACD;CACD,UACE,iCACA,4CACA,6BACA,8BACD;CACD,UACE,mCACA,8CACA,+BACA,gCACD;CAGD,UACE,gBACA,oCACA,sBACA,+BACD;CACD,UACE,wBACA,mCACA,qBACA,uCACD;CACD,UACE,yBACA,oCACA,sBACA,sCACD;CACD,UACE,2BACA,sCACA,wBACA,wCACD;CACD,UACE,oBACA,+BACA,iBACA,qCACD;CACD,UACE,iCACA,4CACA,6BACA,gCACD;CAGD,UACE,sBACA,0CACA,4BACA,qCACD;CACD,UACE,uCACA,kDACA,mCACA,gCACD;CACD,UACE,iCACA,4CACA,8BACA,sCACD;CACD,UACE,4BACA,uCACA,yBACA,iCACD;CACD,UACE,sCACA,iDACA,kCACA,+BACD;CACD,UACE,6BACA,wCACA,0BACA,kCACD;CACD,UACE,+BACA,0CACA,4BACA,oCACD;CACD,UACE,6BACA,wCACA,0BACA,kCACD;CACD,UACE,6BACA,wCACA,0BACA,kCACD;CACD,UACE,6BACA,wCACA,0BACA,kCACD;CACD,UACE,yBACA,oCACA,sBACA,8BACD;CACD,UACE,iCACA,4CACA,6BACA,sCACD;CACD,UACE,6BACA,wCACA,0BACA,kCACD;CACD,UACE,6BACA,wCACA,0BACA,kCACD;CAGD,UACE,mBACA,uCACA,yBACA,kCACD;CACD,UACE,8BACA,yCACA,2BACA,oCACD;CACD,UACE,4BACA,uCACA,yBACA,kCACD;CACD,UACE,2BACA,sCACA,wBACA,iCACD;CACD,UACE,0BACA,qCACA,uBACA,gCACD;CAGD,UACE,oBACA,wCACA,0BACA,mCACD;CACD,UACE,yCACA,oDACA,qCACA,uCACD;CACD,UACE,yCACA,oDACA,qCACA,uCACD;CACD,UACE,2CACA,sDACA,sCACA,yCACD;CACD,UACE,qCACA,gDACA,iCACA,mCACD;CACD,UACE,6BACA,wCACA,0BACA,2BACD;CAGD,UACE,4BACA,uCACA,wBACA,yCACD;CACD,UACE,iCACA,4CACA,6BACA,mCACD;CAGD,UACE,mBACA,8BACA,iBACA,yBACD;CAGD,UACE,gBACA,oCACA,sBACA,+BACD;CACD,UACE,gCACA,2CACA,4BACA,sCACD;CACD,UACE,+BACA,0CACA,2BACA,qCACD;CACD,UACE,6BACA,wCACA,0BACA,mCACD;CACD,UACE,4BACA,uCACA,yBACA,kCACD;CACD,UACE,qBACA,gCACA,kBACA,2BACD;CACF"}
@@ -0,0 +1,19 @@
1
+ import { ComponentMap } from "./types.js";
2
+ import { PresentationSpec } from "@contractspec/lib.contracts/presentations";
3
+
4
+ //#region src/registry/registry-landing.d.ts
5
+ /**
6
+ * Component map for landing/marketing page React rendering.
7
+ */
8
+ declare const landingComponentMap: ComponentMap;
9
+ /**
10
+ * Presentation specs for landing/marketing pages.
11
+ */
12
+ declare const landingPresentations: [string, PresentationSpec][];
13
+ /**
14
+ * Presentation specs for learning journey pages.
15
+ */
16
+ declare const learningPresentations: [string, PresentationSpec][];
17
+ //#endregion
18
+ export { landingComponentMap, landingPresentations, learningPresentations };
19
+ //# sourceMappingURL=registry-landing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry-landing.d.ts","names":[],"sources":["../../src/registry/registry-landing.ts"],"mappings":";;;;;;AAqBA;cAAa,mBAAA,EAAqB,YAAA;;;;cAWrB,oBAAA,WAA+B,gBAAA;;;;cA8D/B,qBAAA,WAAgC,gBAAA"}
@@ -0,0 +1,95 @@
1
+ import { LandingPage } from "../components/marketing/LandingPage.js";
2
+ import { ProductClientPage } from "../components/marketing/ProductClientPage.js";
3
+ import { PricingClient } from "../components/marketing/PricingClient.js";
4
+ import { ContactClient } from "../components/marketing/ContactClient.js";
5
+ import { ChangelogPage } from "../components/marketing/ChangelogPage.js";
6
+ import "../components/marketing/index.js";
7
+ import { MARKETING_CONTEXT, MARKETING_GOAL, createComponentPresentation } from "./factory.js";
8
+ import { TagsEnum } from "@contractspec/lib.contracts/ownership";
9
+
10
+ //#region src/registry/registry-landing.ts
11
+ /**
12
+ * Component map for landing/marketing page React rendering.
13
+ */
14
+ const landingComponentMap = {
15
+ LandingPage,
16
+ PricingPage: PricingClient,
17
+ ProductPage: ProductClientPage,
18
+ ContactPage: ContactClient,
19
+ ChangelogPage
20
+ };
21
+ /**
22
+ * Presentation specs for landing/marketing pages.
23
+ */
24
+ const landingPresentations = [
25
+ ["/", createComponentPresentation({
26
+ key: "web-landing.home",
27
+ componentKey: "LandingPage",
28
+ description: "ContractSpec landing page - Stabilize your AI-generated code",
29
+ goal: MARKETING_GOAL,
30
+ context: MARKETING_CONTEXT,
31
+ tags: ["landing", "home"]
32
+ })],
33
+ ["/pricing", createComponentPresentation({
34
+ key: "web-landing.pricing",
35
+ componentKey: "PricingPage",
36
+ description: "ContractSpec pricing information",
37
+ goal: "Help visitors understand pricing and choose a plan",
38
+ context: MARKETING_CONTEXT,
39
+ tags: ["pricing", "plans"]
40
+ })],
41
+ ["/product", createComponentPresentation({
42
+ key: "web-landing.product",
43
+ componentKey: "ProductPage",
44
+ description: "ContractSpec product overview",
45
+ goal: "Explain product features and benefits",
46
+ context: MARKETING_CONTEXT,
47
+ tags: ["product", "features"]
48
+ })],
49
+ ["/contact", createComponentPresentation({
50
+ key: "web-landing.contact",
51
+ componentKey: "ContactPage",
52
+ description: "Contact ContractSpec team",
53
+ goal: "Enable visitors to reach the ContractSpec team",
54
+ context: MARKETING_CONTEXT,
55
+ tags: ["contact", "support"]
56
+ })],
57
+ ["/changelog", createComponentPresentation({
58
+ key: "web-landing.changelog",
59
+ componentKey: "ChangelogPage",
60
+ description: "ContractSpec changelog and release notes",
61
+ goal: "Keep users informed about changes and updates",
62
+ context: MARKETING_CONTEXT,
63
+ tags: ["changelog", "releases"]
64
+ })]
65
+ ];
66
+ /**
67
+ * Presentation specs for learning journey pages.
68
+ */
69
+ const learningPresentations = [["/learning", createComponentPresentation({
70
+ key: "web-landing.learning.tracks",
71
+ componentKey: "LearningTrackList",
72
+ description: "Learning tracks list",
73
+ goal: "Guide users through ContractSpec learning paths",
74
+ context: "Part of the onboarding and education experience",
75
+ tags: [
76
+ TagsEnum.Guide,
77
+ "learning",
78
+ "onboarding"
79
+ ]
80
+ })], ["/learning/:trackId", createComponentPresentation({
81
+ key: "web-landing.learning.track-detail",
82
+ componentKey: "LearningTrackDetail",
83
+ description: "Learning track detail view",
84
+ goal: "Show progress and content for a specific learning track",
85
+ context: "Part of the onboarding and education experience",
86
+ tags: [
87
+ TagsEnum.Guide,
88
+ "learning",
89
+ "onboarding"
90
+ ]
91
+ })]];
92
+
93
+ //#endregion
94
+ export { landingComponentMap, landingPresentations, learningPresentations };
95
+ //# sourceMappingURL=registry-landing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry-landing.js","names":[],"sources":["../../src/registry/registry-landing.ts"],"sourcesContent":["import { TagsEnum } from '@contractspec/lib.contracts/ownership';\nimport type { PresentationSpec } from '@contractspec/lib.contracts/presentations';\nimport {\n createComponentPresentation,\n MARKETING_CONTEXT,\n MARKETING_GOAL,\n} from './factory';\nimport type { ComponentMap } from './types';\n\n// Import page components - Root/Marketing pages\nimport {\n ChangelogPage,\n ContactClient,\n LandingPage,\n PricingClient,\n ProductClientPage,\n} from '../components/marketing';\n\n/**\n * Component map for landing/marketing page React rendering.\n */\nexport const landingComponentMap: ComponentMap = {\n LandingPage,\n PricingPage: PricingClient,\n ProductPage: ProductClientPage,\n ContactPage: ContactClient,\n ChangelogPage,\n};\n\n/**\n * Presentation specs for landing/marketing pages.\n */\nexport const landingPresentations: [string, PresentationSpec][] = [\n [\n '/',\n createComponentPresentation({\n key: 'web-landing.home',\n componentKey: 'LandingPage',\n description:\n 'ContractSpec landing page - Stabilize your AI-generated code',\n goal: MARKETING_GOAL,\n context: MARKETING_CONTEXT,\n tags: ['landing', 'home'],\n }),\n ],\n [\n '/pricing',\n createComponentPresentation({\n key: 'web-landing.pricing',\n componentKey: 'PricingPage',\n description: 'ContractSpec pricing information',\n goal: 'Help visitors understand pricing and choose a plan',\n context: MARKETING_CONTEXT,\n tags: ['pricing', 'plans'],\n }),\n ],\n [\n '/product',\n createComponentPresentation({\n key: 'web-landing.product',\n componentKey: 'ProductPage',\n description: 'ContractSpec product overview',\n goal: 'Explain product features and benefits',\n context: MARKETING_CONTEXT,\n tags: ['product', 'features'],\n }),\n ],\n [\n '/contact',\n createComponentPresentation({\n key: 'web-landing.contact',\n componentKey: 'ContactPage',\n description: 'Contact ContractSpec team',\n goal: 'Enable visitors to reach the ContractSpec team',\n context: MARKETING_CONTEXT,\n tags: ['contact', 'support'],\n }),\n ],\n [\n '/changelog',\n createComponentPresentation({\n key: 'web-landing.changelog',\n componentKey: 'ChangelogPage',\n description: 'ContractSpec changelog and release notes',\n goal: 'Keep users informed about changes and updates',\n context: MARKETING_CONTEXT,\n tags: ['changelog', 'releases'],\n }),\n ],\n];\n\n/**\n * Presentation specs for learning journey pages.\n */\nexport const learningPresentations: [string, PresentationSpec][] = [\n [\n '/learning',\n createComponentPresentation({\n key: 'web-landing.learning.tracks',\n componentKey: 'LearningTrackList',\n description: 'Learning tracks list',\n goal: 'Guide users through ContractSpec learning paths',\n context: 'Part of the onboarding and education experience',\n tags: [TagsEnum.Guide, 'learning', 'onboarding'],\n }),\n ],\n [\n '/learning/:trackId',\n createComponentPresentation({\n key: 'web-landing.learning.track-detail',\n componentKey: 'LearningTrackDetail',\n description: 'Learning track detail view',\n goal: 'Show progress and content for a specific learning track',\n context: 'Part of the onboarding and education experience',\n tags: [TagsEnum.Guide, 'learning', 'onboarding'],\n }),\n ],\n];\n"],"mappings":";;;;;;;;;;;;;AAqBA,MAAa,sBAAoC;CAC/C;CACA,aAAa;CACb,aAAa;CACb,aAAa;CACb;CACD;;;;AAKD,MAAa,uBAAqD;CAChE,CACE,KACA,4BAA4B;EAC1B,KAAK;EACL,cAAc;EACd,aACE;EACF,MAAM;EACN,SAAS;EACT,MAAM,CAAC,WAAW,OAAO;EAC1B,CAAC,CACH;CACD,CACE,YACA,4BAA4B;EAC1B,KAAK;EACL,cAAc;EACd,aAAa;EACb,MAAM;EACN,SAAS;EACT,MAAM,CAAC,WAAW,QAAQ;EAC3B,CAAC,CACH;CACD,CACE,YACA,4BAA4B;EAC1B,KAAK;EACL,cAAc;EACd,aAAa;EACb,MAAM;EACN,SAAS;EACT,MAAM,CAAC,WAAW,WAAW;EAC9B,CAAC,CACH;CACD,CACE,YACA,4BAA4B;EAC1B,KAAK;EACL,cAAc;EACd,aAAa;EACb,MAAM;EACN,SAAS;EACT,MAAM,CAAC,WAAW,UAAU;EAC7B,CAAC,CACH;CACD,CACE,cACA,4BAA4B;EAC1B,KAAK;EACL,cAAc;EACd,aAAa;EACb,MAAM;EACN,SAAS;EACT,MAAM,CAAC,aAAa,WAAW;EAChC,CAAC,CACH;CACF;;;;AAKD,MAAa,wBAAsD,CACjE,CACE,aACA,4BAA4B;CAC1B,KAAK;CACL,cAAc;CACd,aAAa;CACb,MAAM;CACN,SAAS;CACT,MAAM;EAAC,SAAS;EAAO;EAAY;EAAa;CACjD,CAAC,CACH,EACD,CACE,sBACA,4BAA4B;CAC1B,KAAK;CACL,cAAc;CACd,aAAa;CACb,MAAM;CACN,SAAS;CACT,MAAM;EAAC,SAAS;EAAO;EAAY;EAAa;CACjD,CAAC,CACH,CACF"}
@@ -0,0 +1,30 @@
1
+ import { ComponentMap } from "./types.js";
2
+ import { PresentationSpec } from "@contractspec/lib.contracts/presentations";
3
+
4
+ //#region src/registry/registry.d.ts
5
+ /**
6
+ * Merged component map for React rendering.
7
+ * Maps componentKey to actual React components.
8
+ */
9
+ declare const componentMap: ComponentMap;
10
+ /**
11
+ * Presentation registry for all static pages.
12
+ * Maps route paths to PresentationSpec definitions.
13
+ */
14
+ declare const presentationRegistry: Map<string, PresentationSpec>;
15
+ /**
16
+ * Get presentation descriptor for a given route.
17
+ * Returns undefined if no presentation exists for the route.
18
+ */
19
+ declare function getPresentationForRoute(route: string): PresentationSpec | undefined;
20
+ /**
21
+ * Check if a route has a presentation descriptor.
22
+ */
23
+ declare function hasPresentation(route: string): boolean;
24
+ /**
25
+ * Get all registered routes with presentations.
26
+ */
27
+ declare function getAllPresentationRoutes(): string[];
28
+ //#endregion
29
+ export { componentMap, getAllPresentationRoutes, getPresentationForRoute, hasPresentation, presentationRegistry };
30
+ //# sourceMappingURL=registry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry.d.ts","names":[],"sources":["../../src/registry/registry.ts"],"mappings":";;;;;;AAyBA;;cAAa,YAAA,EAAc,YAAA;;;AAS3B;;cAAa,oBAAA,EAAoB,GAAA,SAAA,gBAAA;;;AA8BjC;;iBAAgB,uBAAA,CACd,KAAA,WACC,gBAAA;;;AASH;iBAAgB,eAAA,CAAgB,KAAA;;;;iBAOhB,wBAAA,CAAA"}