@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,843 @@
1
+ import { TagsEnum } from '@contractspec/lib.contracts/ownership';
2
+ import type { PresentationSpec } from '@contractspec/lib.contracts/presentations';
3
+ import {
4
+ createComponentPresentation,
5
+ DOCS_CONTEXT,
6
+ DOCS_GOAL,
7
+ tagsFromPath,
8
+ } from './factory';
9
+ import type { ComponentMap } from './types';
10
+
11
+ // Import doc page components from local marketing bundle
12
+ // Note: Imports are relative to src/registry (../components/docs/...)
13
+
14
+ // Advanced
15
+ import { AdvancedMCPPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage';
16
+ import { AdvancedOverlayEditorPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage';
17
+ import { AdvancedRenderersPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage';
18
+ import { AdvancedSpecExperimentsPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedSpecExperimentsPage';
19
+ import { AdvancedTelemetryPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedTelemetryPage';
20
+ import { AdvancedWorkflowMonitoringPage } from '@contractspec/bundle.library/components/docs/advanced/AdvancedWorkflowMonitoringPage';
21
+
22
+ // Architecture
23
+ import { ArchitectureAppConfigPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureAppConfigPage';
24
+ import { ArchitectureIntegrationBindingPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureIntegrationBindingPage';
25
+ import { ArchitectureKnowledgeBindingPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureKnowledgeBindingPage';
26
+ import { ArchitectureMultiTenancyPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureMultiTenancyPage';
27
+ import { ArchitectureOverviewPage } from '@contractspec/bundle.library/components/docs/architecture/ArchitectureOverviewPage';
28
+
29
+ // Comparison
30
+ import { ComparisonAutomationPlatformsPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonAutomationPlatformsPage';
31
+ import { ComparisonEnterprisePlatformsPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonEnterprisePlatformsPage';
32
+ import { ComparisonInternalToolBuildersPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonInternalToolBuildersPage';
33
+ import { ComparisonOverviewPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonOverviewPage';
34
+ import { ComparisonWindmillPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonWindmillPage';
35
+ import { ComparisonWorkflowEnginesPage } from '@contractspec/bundle.library/components/docs/comparison/ComparisonWorkflowEnginesPage';
36
+
37
+ // Getting Started
38
+ import { CLIPage } from '@contractspec/bundle.library/components/docs/getting-started/CLIPage';
39
+ import { DataViewTutorialPage } from '@contractspec/bundle.library/components/docs/getting-started/DataViewTutorialPage';
40
+ import { HelloWorldPage } from '@contractspec/bundle.library/components/docs/getting-started/HelloWorldPage';
41
+ import { InstallationPage } from '@contractspec/bundle.library/components/docs/getting-started/InstallationPage';
42
+ import { StartHerePage } from '@contractspec/bundle.library/components/docs/getting-started/StartHerePage';
43
+ import { TroubleshootingPage } from '@contractspec/bundle.library/components/docs/getting-started/TroubleshootingPage';
44
+ import { CompatibilityPage } from '@contractspec/bundle.library/components/docs/getting-started/CompatibilityPage';
45
+
46
+ // Integrations
47
+ import { IntegrationsCircuitBreakersPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsCircuitBreakersPage';
48
+ import { IntegrationsElevenLabsPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsElevenLabsPage';
49
+ import { IntegrationsGmailPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsGmailPage';
50
+ import { IntegrationsGoogleCalendarPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsGoogleCalendarPage';
51
+ import { IntegrationsOpenAIPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsOpenAIPage';
52
+ import { IntegrationsOverviewPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsOverviewPage';
53
+ import { IntegrationsPostmarkPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsPostmarkPage';
54
+ import { IntegrationsPowensPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsPowensPage';
55
+ import { IntegrationsQdrantPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsQdrantPage';
56
+ import { IntegrationsResendPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsResendPage';
57
+ import { IntegrationsS3Page } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsS3Page';
58
+ import { IntegrationsSpecModelPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsSpecModelPage';
59
+ import { IntegrationsStripePage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsStripePage';
60
+ import { IntegrationsTwilioPage } from '@contractspec/bundle.library/components/docs/integrations/IntegrationsTwilioPage';
61
+
62
+ // Knowledge
63
+ import { KnowledgeCategoriesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeCategoriesPage';
64
+ import { KnowledgeExamplesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeExamplesPage';
65
+ import { KnowledgeOverviewPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeOverviewPage';
66
+ import { KnowledgeSourcesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeSourcesPage';
67
+ import { KnowledgeSpacesPage } from '@contractspec/bundle.library/components/docs/knowledge/KnowledgeSpacesPage';
68
+
69
+ // Libraries
70
+ import { LibrariesAccessibilityPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesAccessibilityPage';
71
+ import { LibrariesAiAgentPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesAiAgentPage';
72
+ import { LibrariesAnalyticsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesAnalyticsPage';
73
+ import { LibrariesContentGenPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesContentGenPage';
74
+ import { LibrariesContractsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesContractsPage';
75
+ import { LibrariesCostTrackingPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesCostTrackingPage';
76
+ import { LibrariesDataBackendPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesDataBackendPage';
77
+ import { LibrariesDataViewsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesDataViewsPage';
78
+ import { LibrariesDesignSystemPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesDesignSystemPage';
79
+ import { LibrariesEvolutionPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesEvolutionPage';
80
+ import { LibrariesGraphQLPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesGraphQLPage';
81
+ import { LibrariesGrowthPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesGrowthPage';
82
+ import { LibrariesMultiTenancyPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesMultiTenancyPage';
83
+ import { LibrariesObservabilityPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesObservabilityPage';
84
+ import { LibrariesOverlayEnginePage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesOverlayEnginePage';
85
+ import { LibrariesOverviewPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesOverviewPage';
86
+ import { LibrariesPersonalizationPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesPersonalizationPage';
87
+ import { LibrariesProgressiveDeliveryPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesProgressiveDeliveryPage';
88
+ import { LibrariesResiliencePage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesResiliencePage';
89
+ import { LibrariesRuntimePage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesRuntimePage';
90
+ import { LibrariesSchemaPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesSchemaPage';
91
+ import { LibrariesSLOPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesSLOPage';
92
+ import { LibrariesSupportBotPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesSupportBotPage';
93
+ import { LibrariesTestingPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesTestingPage';
94
+ import { LibrariesUIKitPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesUIKitPage';
95
+ import { LibrariesWorkflowComposerPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesWorkflowComposerPage';
96
+ import { LibrariesWorkflowsPage } from '@contractspec/bundle.library/components/docs/libraries/LibrariesWorkflowsPage';
97
+
98
+ // Manifesto
99
+ import { ManifestoPage } from '@contractspec/bundle.library/components/docs/manifesto/ManifestoPage';
100
+
101
+ // Ops
102
+ import { OpsAutoEvolutionPage } from '@contractspec/bundle.library/components/docs/ops/AutoEvolutionOpsPage';
103
+ import { OpsDistributedTracingPage } from '@contractspec/bundle.library/components/docs/ops/DistributedTracingOpsPage';
104
+
105
+ // Safety
106
+ import { SafetyAuditingPage } from '@contractspec/bundle.library/components/docs/safety/SafetyAuditingPage';
107
+ import { SafetyMigrationsPage } from '@contractspec/bundle.library/components/docs/safety/SafetyMigrationsPage';
108
+ import { SafetyOverviewPage } from '@contractspec/bundle.library/components/docs/safety/SafetyOverviewPage';
109
+ import { SafetyPDPPage } from '@contractspec/bundle.library/components/docs/safety/SafetyPDPPage';
110
+ import { SafetySigningPage } from '@contractspec/bundle.library/components/docs/safety/SafetySigningPage';
111
+ import { SafetyTenantIsolationPage } from '@contractspec/bundle.library/components/docs/safety/SafetyTenantIsolationPage';
112
+
113
+ // Specs
114
+ import { SpecsCapabilitiesPage } from '@contractspec/bundle.library/components/docs/specs/SpecsCapabilitiesPage';
115
+ import { SpecsDataViewsPage } from '@contractspec/bundle.library/components/docs/specs/SpecsDataViewsPage';
116
+ import { SpecsOverlaysPage } from '@contractspec/bundle.library/components/docs/specs/SpecsOverlaysPage';
117
+ import { SpecsOverviewPage } from '@contractspec/bundle.library/components/docs/specs/SpecsOverviewPage';
118
+ import { SpecsPolicyPage } from '@contractspec/bundle.library/components/docs/specs/SpecsPolicyPage';
119
+ import { SpecsWorkflowsPage } from '@contractspec/bundle.library/components/docs/specs/SpecsWorkflowsPage';
120
+
121
+ // Studio
122
+ import { StudioBYOKPage } from '@contractspec/bundle.library/components/docs/studio/StudioBYOKPage';
123
+ import { StudioDeploymentsPage } from '@contractspec/bundle.library/components/docs/studio/StudioDeploymentsPage';
124
+ import { StudioGettingStartedPage } from '@contractspec/bundle.library/components/docs/studio/StudioGettingStartedPage';
125
+ import { StudioIntegrationsPage } from '@contractspec/bundle.library/components/docs/studio/StudioIntegrationsPage';
126
+ import { StudioOverviewPage } from '@contractspec/bundle.library/components/docs/studio/StudioOverviewPage';
127
+ import { StudioVisualBuilderPage } from '@contractspec/bundle.library/components/docs/studio/StudioVisualBuilderPage';
128
+
129
+ // Docs Index
130
+ import { DocsIndexPage } from '@contractspec/bundle.library/components/docs/DocsIndexPage';
131
+
132
+ /**
133
+ * Component map for documentation page React rendering.
134
+ */
135
+ export const docsComponentMap: ComponentMap = {
136
+ DocsIndexPage,
137
+ // Getting Started
138
+ InstallationPage,
139
+ StartHerePage,
140
+ TroubleshootingPage,
141
+ CompatibilityPage,
142
+ HelloWorldPage,
143
+ CLIPage,
144
+ DataViewTutorialPage,
145
+ // Specs
146
+ SpecsOverviewPage,
147
+ SpecsCapabilitiesPage,
148
+ SpecsDataViewsPage,
149
+ SpecsWorkflowsPage,
150
+ SpecsPolicyPage,
151
+ SpecsOverlaysPage,
152
+ // Libraries
153
+ LibrariesOverviewPage,
154
+ LibrariesContractsPage,
155
+ LibrariesAiAgentPage,
156
+ LibrariesAnalyticsPage,
157
+ LibrariesAccessibilityPage,
158
+ LibrariesContentGenPage,
159
+ LibrariesCostTrackingPage,
160
+ LibrariesDataBackendPage,
161
+ LibrariesDataViewsPage,
162
+ LibrariesDesignSystemPage,
163
+ LibrariesEvolutionPage,
164
+ LibrariesGraphQLPage,
165
+ LibrariesGrowthPage,
166
+ LibrariesMultiTenancyPage,
167
+ LibrariesObservabilityPage,
168
+ LibrariesOverlayEnginePage,
169
+ LibrariesPersonalizationPage,
170
+ LibrariesProgressiveDeliveryPage,
171
+ LibrariesResiliencePage,
172
+ LibrariesRuntimePage,
173
+ LibrariesSchemaPage,
174
+ LibrariesSLOPage,
175
+ LibrariesSupportBotPage,
176
+ LibrariesTestingPage,
177
+ LibrariesUIKitPage,
178
+ LibrariesWorkflowsPage,
179
+ LibrariesWorkflowComposerPage,
180
+ // Architecture
181
+ ArchitectureOverviewPage,
182
+ ArchitectureAppConfigPage,
183
+ ArchitectureMultiTenancyPage,
184
+ ArchitectureIntegrationBindingPage,
185
+ ArchitectureKnowledgeBindingPage,
186
+ // Advanced
187
+ AdvancedRenderersPage,
188
+ AdvancedMCPPage,
189
+ AdvancedTelemetryPage,
190
+ AdvancedWorkflowMonitoringPage,
191
+ AdvancedOverlayEditorPage,
192
+ AdvancedSpecExperimentsPage,
193
+ // Safety
194
+ SafetyOverviewPage,
195
+ SafetySigningPage,
196
+ SafetyAuditingPage,
197
+ SafetyMigrationsPage,
198
+ SafetyPDPPage,
199
+ SafetyTenantIsolationPage,
200
+ // Integrations
201
+ IntegrationsOverviewPage,
202
+ IntegrationsCircuitBreakersPage,
203
+ IntegrationsElevenLabsPage,
204
+ IntegrationsGmailPage,
205
+ IntegrationsGoogleCalendarPage,
206
+ IntegrationsOpenAIPage,
207
+ IntegrationsPostmarkPage,
208
+ IntegrationsPowensPage,
209
+ IntegrationsQdrantPage,
210
+ IntegrationsResendPage,
211
+ IntegrationsS3Page,
212
+ IntegrationsSpecModelPage,
213
+ IntegrationsStripePage,
214
+ IntegrationsTwilioPage,
215
+ // Knowledge
216
+ KnowledgeOverviewPage,
217
+ KnowledgeCategoriesPage,
218
+ KnowledgeExamplesPage,
219
+ KnowledgeSourcesPage,
220
+ KnowledgeSpacesPage,
221
+ // Comparison
222
+ ComparisonOverviewPage,
223
+ ComparisonAutomationPlatformsPage,
224
+ ComparisonEnterprisePlatformsPage,
225
+ ComparisonInternalToolBuildersPage,
226
+ ComparisonWorkflowEnginesPage,
227
+ ComparisonWindmillPage,
228
+ // Ops
229
+ OpsAutoEvolutionPage,
230
+ OpsDistributedTracingPage,
231
+ // Manifesto
232
+ ManifestoPage,
233
+ // Studio docs
234
+ StudioOverviewPage,
235
+ StudioGettingStartedPage,
236
+ StudioVisualBuilderPage,
237
+ StudioIntegrationsPage,
238
+ StudioDeploymentsPage,
239
+ StudioBYOKPage,
240
+ };
241
+
242
+ /** Helper to create a docs presentation entry */
243
+ function docsEntry(
244
+ route: string,
245
+ key: string,
246
+ componentKey: string,
247
+ description: string
248
+ ): [string, PresentationSpec] {
249
+ return [
250
+ route,
251
+ createComponentPresentation({
252
+ key,
253
+ componentKey,
254
+ description,
255
+ goal: DOCS_GOAL,
256
+ context: DOCS_CONTEXT,
257
+ tags: [TagsEnum.Docs, ...tagsFromPath(route)],
258
+ }),
259
+ ];
260
+ }
261
+
262
+ /**
263
+ * Presentation specs for documentation pages.
264
+ */
265
+ export const docsPresentations: [string, PresentationSpec][] = [
266
+ // Docs index
267
+ docsEntry(
268
+ '/docs',
269
+ 'web-landing.docs.index',
270
+ 'DocsIndexPage',
271
+ 'ContractSpec documentation index page'
272
+ ),
273
+
274
+ // Getting Started
275
+ docsEntry(
276
+ '/docs/getting-started/start-here',
277
+ 'web-landing.docs.start-here',
278
+ 'StartHerePage',
279
+ 'ContractSpec start here onboarding guide'
280
+ ),
281
+ docsEntry(
282
+ '/docs/getting-started/troubleshooting',
283
+ 'web-landing.docs.troubleshooting',
284
+ 'TroubleshootingPage',
285
+ 'ContractSpec getting started troubleshooting'
286
+ ),
287
+ docsEntry(
288
+ '/docs/getting-started/compatibility',
289
+ 'web-landing.docs.compatibility',
290
+ 'CompatibilityPage',
291
+ 'ContractSpec compatibility and requirements'
292
+ ),
293
+ docsEntry(
294
+ '/docs/getting-started/installation',
295
+ 'web-landing.docs.installation',
296
+ 'InstallationPage',
297
+ 'ContractSpec installation guide'
298
+ ),
299
+ docsEntry(
300
+ '/docs/getting-started/hello-world',
301
+ 'web-landing.docs.hello-world',
302
+ 'HelloWorldPage',
303
+ 'ContractSpec hello world tutorial'
304
+ ),
305
+ docsEntry(
306
+ '/docs/getting-started/cli',
307
+ 'web-landing.docs.cli',
308
+ 'CLIPage',
309
+ 'ContractSpec CLI reference guide'
310
+ ),
311
+ docsEntry(
312
+ '/docs/getting-started/dataviews',
313
+ 'web-landing.docs.dataviews-tutorial',
314
+ 'DataViewTutorialPage',
315
+ 'ContractSpec DataView tutorial'
316
+ ),
317
+
318
+ // Specs
319
+ docsEntry(
320
+ '/docs/specs',
321
+ 'web-landing.docs.specs.overview',
322
+ 'SpecsOverviewPage',
323
+ 'ContractSpec specifications overview'
324
+ ),
325
+ docsEntry(
326
+ '/docs/specs/capabilities',
327
+ 'web-landing.docs.specs.capabilities',
328
+ 'SpecsCapabilitiesPage',
329
+ 'ContractSpec capabilities'
330
+ ),
331
+ docsEntry(
332
+ '/docs/specs/dataviews',
333
+ 'web-landing.docs.specs.dataviews',
334
+ 'SpecsDataViewsPage',
335
+ 'ContractSpec DataViews specification'
336
+ ),
337
+ docsEntry(
338
+ '/docs/specs/workflows',
339
+ 'web-landing.docs.specs.workflows',
340
+ 'SpecsWorkflowsPage',
341
+ 'ContractSpec workflows specification'
342
+ ),
343
+ docsEntry(
344
+ '/docs/specs/policy',
345
+ 'web-landing.docs.specs.policy',
346
+ 'SpecsPolicyPage',
347
+ 'ContractSpec policy specification'
348
+ ),
349
+ docsEntry(
350
+ '/docs/specs/overlays',
351
+ 'web-landing.docs.specs.overlays',
352
+ 'SpecsOverlaysPage',
353
+ 'ContractSpec overlays specification'
354
+ ),
355
+
356
+ // Libraries
357
+ docsEntry(
358
+ '/docs/libraries',
359
+ 'web-landing.docs.libraries.overview',
360
+ 'LibrariesOverviewPage',
361
+ 'ContractSpec libraries overview'
362
+ ),
363
+ docsEntry(
364
+ '/docs/libraries/contracts',
365
+ 'web-landing.docs.libraries.contracts',
366
+ 'LibrariesContractsPage',
367
+ 'ContractSpec contracts library'
368
+ ),
369
+ docsEntry(
370
+ '/docs/libraries/ai-agent',
371
+ 'web-landing.docs.libraries.ai-agent',
372
+ 'LibrariesAiAgentPage',
373
+ 'ContractSpec AI agent library'
374
+ ),
375
+ docsEntry(
376
+ '/docs/libraries/analytics',
377
+ 'web-landing.docs.libraries.analytics',
378
+ 'LibrariesAnalyticsPage',
379
+ 'ContractSpec analytics library'
380
+ ),
381
+ docsEntry(
382
+ '/docs/libraries/accessibility',
383
+ 'web-landing.docs.libraries.accessibility',
384
+ 'LibrariesAccessibilityPage',
385
+ 'ContractSpec accessibility library'
386
+ ),
387
+ docsEntry(
388
+ '/docs/libraries/content-gen',
389
+ 'web-landing.docs.libraries.content-gen',
390
+ 'LibrariesContentGenPage',
391
+ 'ContractSpec content generation library'
392
+ ),
393
+ docsEntry(
394
+ '/docs/libraries/cost-tracking',
395
+ 'web-landing.docs.libraries.cost-tracking',
396
+ 'LibrariesCostTrackingPage',
397
+ 'ContractSpec cost tracking library'
398
+ ),
399
+ docsEntry(
400
+ '/docs/libraries/data-backend',
401
+ 'web-landing.docs.libraries.data-backend',
402
+ 'LibrariesDataBackendPage',
403
+ 'ContractSpec data backend library'
404
+ ),
405
+ docsEntry(
406
+ '/docs/libraries/data-views',
407
+ 'web-landing.docs.libraries.data-views',
408
+ 'LibrariesDataViewsPage',
409
+ 'ContractSpec data views library'
410
+ ),
411
+ docsEntry(
412
+ '/docs/libraries/design-system',
413
+ 'web-landing.docs.libraries.design-system',
414
+ 'LibrariesDesignSystemPage',
415
+ 'ContractSpec design system library'
416
+ ),
417
+ docsEntry(
418
+ '/docs/libraries/evolution',
419
+ 'web-landing.docs.libraries.evolution',
420
+ 'LibrariesEvolutionPage',
421
+ 'ContractSpec evolution library'
422
+ ),
423
+ docsEntry(
424
+ '/docs/libraries/graphql',
425
+ 'web-landing.docs.libraries.graphql',
426
+ 'LibrariesGraphQLPage',
427
+ 'ContractSpec GraphQL library'
428
+ ),
429
+ docsEntry(
430
+ '/docs/libraries/growth',
431
+ 'web-landing.docs.libraries.growth',
432
+ 'LibrariesGrowthPage',
433
+ 'ContractSpec growth library'
434
+ ),
435
+ docsEntry(
436
+ '/docs/libraries/multi-tenancy',
437
+ 'web-landing.docs.libraries.multi-tenancy',
438
+ 'LibrariesMultiTenancyPage',
439
+ 'ContractSpec multi-tenancy library'
440
+ ),
441
+ docsEntry(
442
+ '/docs/libraries/observability',
443
+ 'web-landing.docs.libraries.observability',
444
+ 'LibrariesObservabilityPage',
445
+ 'ContractSpec observability library'
446
+ ),
447
+ docsEntry(
448
+ '/docs/libraries/overlay-engine',
449
+ 'web-landing.docs.libraries.overlay-engine',
450
+ 'LibrariesOverlayEnginePage',
451
+ 'ContractSpec overlay engine library'
452
+ ),
453
+ docsEntry(
454
+ '/docs/libraries/personalization',
455
+ 'web-landing.docs.libraries.personalization',
456
+ 'LibrariesPersonalizationPage',
457
+ 'ContractSpec personalization library'
458
+ ),
459
+ docsEntry(
460
+ '/docs/libraries/progressive-delivery',
461
+ 'web-landing.docs.libraries.progressive-delivery',
462
+ 'LibrariesProgressiveDeliveryPage',
463
+ 'ContractSpec progressive delivery library'
464
+ ),
465
+ docsEntry(
466
+ '/docs/libraries/resilience',
467
+ 'web-landing.docs.libraries.resilience',
468
+ 'LibrariesResiliencePage',
469
+ 'ContractSpec resilience library'
470
+ ),
471
+ docsEntry(
472
+ '/docs/libraries/runtime',
473
+ 'web-landing.docs.libraries.runtime',
474
+ 'LibrariesRuntimePage',
475
+ 'ContractSpec runtime library'
476
+ ),
477
+ docsEntry(
478
+ '/docs/libraries/schema',
479
+ 'web-landing.docs.libraries.schema',
480
+ 'LibrariesSchemaPage',
481
+ 'ContractSpec schema library'
482
+ ),
483
+ docsEntry(
484
+ '/docs/libraries/slo',
485
+ 'web-landing.docs.libraries.slo',
486
+ 'LibrariesSLOPage',
487
+ 'ContractSpec SLO library'
488
+ ),
489
+ docsEntry(
490
+ '/docs/libraries/support-bot',
491
+ 'web-landing.docs.libraries.support-bot',
492
+ 'LibrariesSupportBotPage',
493
+ 'ContractSpec support bot library'
494
+ ),
495
+ docsEntry(
496
+ '/docs/libraries/testing',
497
+ 'web-landing.docs.libraries.testing',
498
+ 'LibrariesTestingPage',
499
+ 'ContractSpec testing library'
500
+ ),
501
+ docsEntry(
502
+ '/docs/libraries/ui-kit',
503
+ 'web-landing.docs.libraries.ui-kit',
504
+ 'LibrariesUIKitPage',
505
+ 'ContractSpec UI kit library'
506
+ ),
507
+ docsEntry(
508
+ '/docs/libraries/workflows',
509
+ 'web-landing.docs.libraries.workflows',
510
+ 'LibrariesWorkflowsPage',
511
+ 'ContractSpec workflows library'
512
+ ),
513
+ docsEntry(
514
+ '/docs/libraries/workflow-composer',
515
+ 'web-landing.docs.libraries.workflow-composer',
516
+ 'LibrariesWorkflowComposerPage',
517
+ 'ContractSpec workflow composer library'
518
+ ),
519
+
520
+ // Architecture
521
+ docsEntry(
522
+ '/docs/architecture',
523
+ 'web-landing.docs.architecture.overview',
524
+ 'ArchitectureOverviewPage',
525
+ 'ContractSpec architecture overview'
526
+ ),
527
+ docsEntry(
528
+ '/docs/architecture/app-config',
529
+ 'web-landing.docs.architecture.app-config',
530
+ 'ArchitectureAppConfigPage',
531
+ 'ContractSpec app configuration'
532
+ ),
533
+ docsEntry(
534
+ '/docs/architecture/multi-tenancy',
535
+ 'web-landing.docs.architecture.multi-tenancy',
536
+ 'ArchitectureMultiTenancyPage',
537
+ 'ContractSpec multi-tenancy architecture'
538
+ ),
539
+ docsEntry(
540
+ '/docs/architecture/integration-binding',
541
+ 'web-landing.docs.architecture.integration-binding',
542
+ 'ArchitectureIntegrationBindingPage',
543
+ 'ContractSpec integration binding'
544
+ ),
545
+ docsEntry(
546
+ '/docs/architecture/knowledge-binding',
547
+ 'web-landing.docs.architecture.knowledge-binding',
548
+ 'ArchitectureKnowledgeBindingPage',
549
+ 'ContractSpec knowledge binding'
550
+ ),
551
+
552
+ // Advanced
553
+ docsEntry(
554
+ '/docs/advanced/renderers',
555
+ 'web-landing.docs.advanced.renderers',
556
+ 'AdvancedRenderersPage',
557
+ 'ContractSpec renderers documentation'
558
+ ),
559
+ docsEntry(
560
+ '/docs/advanced/mcp',
561
+ 'web-landing.docs.advanced.mcp',
562
+ 'AdvancedMCPPage',
563
+ 'ContractSpec MCP documentation'
564
+ ),
565
+ docsEntry(
566
+ '/docs/advanced/telemetry',
567
+ 'web-landing.docs.advanced.telemetry',
568
+ 'AdvancedTelemetryPage',
569
+ 'ContractSpec telemetry documentation'
570
+ ),
571
+ docsEntry(
572
+ '/docs/advanced/workflow-monitoring',
573
+ 'web-landing.docs.advanced.workflow-monitoring',
574
+ 'AdvancedWorkflowMonitoringPage',
575
+ 'ContractSpec workflow monitoring'
576
+ ),
577
+ docsEntry(
578
+ '/docs/advanced/overlay-editor',
579
+ 'web-landing.docs.advanced.overlay-editor',
580
+ 'AdvancedOverlayEditorPage',
581
+ 'ContractSpec overlay editor'
582
+ ),
583
+ docsEntry(
584
+ '/docs/advanced/spec-experiments',
585
+ 'web-landing.docs.advanced.spec-experiments',
586
+ 'AdvancedSpecExperimentsPage',
587
+ 'ContractSpec spec experiments'
588
+ ),
589
+
590
+ // Safety
591
+ docsEntry(
592
+ '/docs/safety',
593
+ 'web-landing.docs.safety.overview',
594
+ 'SafetyOverviewPage',
595
+ 'ContractSpec safety overview'
596
+ ),
597
+ docsEntry(
598
+ '/docs/safety/signing',
599
+ 'web-landing.docs.safety.signing',
600
+ 'SafetySigningPage',
601
+ 'ContractSpec signing and attestation'
602
+ ),
603
+ docsEntry(
604
+ '/docs/safety/auditing',
605
+ 'web-landing.docs.safety.auditing',
606
+ 'SafetyAuditingPage',
607
+ 'ContractSpec auditing documentation'
608
+ ),
609
+ docsEntry(
610
+ '/docs/safety/migrations',
611
+ 'web-landing.docs.safety.migrations',
612
+ 'SafetyMigrationsPage',
613
+ 'ContractSpec migrations documentation'
614
+ ),
615
+ docsEntry(
616
+ '/docs/safety/pdp',
617
+ 'web-landing.docs.safety.pdp',
618
+ 'SafetyPDPPage',
619
+ 'ContractSpec Policy Decision Point'
620
+ ),
621
+ docsEntry(
622
+ '/docs/safety/tenant-isolation',
623
+ 'web-landing.docs.safety.tenant-isolation',
624
+ 'SafetyTenantIsolationPage',
625
+ 'ContractSpec tenant isolation'
626
+ ),
627
+
628
+ // Integrations
629
+ docsEntry(
630
+ '/docs/integrations',
631
+ 'web-landing.docs.integrations.overview',
632
+ 'IntegrationsOverviewPage',
633
+ 'ContractSpec integrations overview'
634
+ ),
635
+ docsEntry(
636
+ '/docs/integrations/circuit-breakers',
637
+ 'web-landing.docs.integrations.circuit-breakers',
638
+ 'IntegrationsCircuitBreakersPage',
639
+ 'ContractSpec circuit breakers'
640
+ ),
641
+ docsEntry(
642
+ '/docs/integrations/elevenlabs',
643
+ 'web-landing.docs.integrations.elevenlabs',
644
+ 'IntegrationsElevenLabsPage',
645
+ 'ContractSpec ElevenLabs integration'
646
+ ),
647
+ docsEntry(
648
+ '/docs/integrations/gmail',
649
+ 'web-landing.docs.integrations.gmail',
650
+ 'IntegrationsGmailPage',
651
+ 'ContractSpec Gmail integration'
652
+ ),
653
+ docsEntry(
654
+ '/docs/integrations/google-calendar',
655
+ 'web-landing.docs.integrations.google-calendar',
656
+ 'IntegrationsGoogleCalendarPage',
657
+ 'ContractSpec Google Calendar'
658
+ ),
659
+ docsEntry(
660
+ '/docs/integrations/openai',
661
+ 'web-landing.docs.integrations.openai',
662
+ 'IntegrationsOpenAIPage',
663
+ 'ContractSpec OpenAI integration'
664
+ ),
665
+ docsEntry(
666
+ '/docs/integrations/postmark',
667
+ 'web-landing.docs.integrations.postmark',
668
+ 'IntegrationsPostmarkPage',
669
+ 'ContractSpec Postmark integration'
670
+ ),
671
+ docsEntry(
672
+ '/docs/integrations/powens',
673
+ 'web-landing.docs.integrations.powens',
674
+ 'IntegrationsPowensPage',
675
+ 'ContractSpec Powens integration'
676
+ ),
677
+ docsEntry(
678
+ '/docs/integrations/qdrant',
679
+ 'web-landing.docs.integrations.qdrant',
680
+ 'IntegrationsQdrantPage',
681
+ 'ContractSpec Qdrant integration'
682
+ ),
683
+ docsEntry(
684
+ '/docs/integrations/resend',
685
+ 'web-landing.docs.integrations.resend',
686
+ 'IntegrationsResendPage',
687
+ 'ContractSpec Resend integration'
688
+ ),
689
+ docsEntry(
690
+ '/docs/integrations/s3',
691
+ 'web-landing.docs.integrations.s3',
692
+ 'IntegrationsS3Page',
693
+ 'ContractSpec S3 integration'
694
+ ),
695
+ docsEntry(
696
+ '/docs/integrations/spec-model',
697
+ 'web-landing.docs.integrations.spec-model',
698
+ 'IntegrationsSpecModelPage',
699
+ 'ContractSpec spec model integration'
700
+ ),
701
+ docsEntry(
702
+ '/docs/integrations/stripe',
703
+ 'web-landing.docs.integrations.stripe',
704
+ 'IntegrationsStripePage',
705
+ 'ContractSpec Stripe integration'
706
+ ),
707
+ docsEntry(
708
+ '/docs/integrations/twilio',
709
+ 'web-landing.docs.integrations.twilio',
710
+ 'IntegrationsTwilioPage',
711
+ 'ContractSpec Twilio integration'
712
+ ),
713
+
714
+ // Knowledge
715
+ docsEntry(
716
+ '/docs/knowledge',
717
+ 'web-landing.docs.knowledge.overview',
718
+ 'KnowledgeOverviewPage',
719
+ 'ContractSpec knowledge overview'
720
+ ),
721
+ docsEntry(
722
+ '/docs/knowledge/categories',
723
+ 'web-landing.docs.knowledge.categories',
724
+ 'KnowledgeCategoriesPage',
725
+ 'ContractSpec knowledge categories'
726
+ ),
727
+ docsEntry(
728
+ '/docs/knowledge/examples',
729
+ 'web-landing.docs.knowledge.examples',
730
+ 'KnowledgeExamplesPage',
731
+ 'ContractSpec knowledge examples'
732
+ ),
733
+ docsEntry(
734
+ '/docs/knowledge/sources',
735
+ 'web-landing.docs.knowledge.sources',
736
+ 'KnowledgeSourcesPage',
737
+ 'ContractSpec knowledge sources'
738
+ ),
739
+ docsEntry(
740
+ '/docs/knowledge/spaces',
741
+ 'web-landing.docs.knowledge.spaces',
742
+ 'KnowledgeSpacesPage',
743
+ 'ContractSpec knowledge spaces'
744
+ ),
745
+
746
+ // Comparison
747
+ docsEntry(
748
+ '/docs/comparison',
749
+ 'web-landing.docs.comparison.overview',
750
+ 'ComparisonOverviewPage',
751
+ 'ContractSpec comparison overview'
752
+ ),
753
+ docsEntry(
754
+ '/docs/comparison/automation-platforms',
755
+ 'web-landing.docs.comparison.automation-platforms',
756
+ 'ComparisonAutomationPlatformsPage',
757
+ 'Comparison with automation platforms'
758
+ ),
759
+ docsEntry(
760
+ '/docs/comparison/enterprise-platforms',
761
+ 'web-landing.docs.comparison.enterprise-platforms',
762
+ 'ComparisonEnterprisePlatformsPage',
763
+ 'Comparison with enterprise platforms'
764
+ ),
765
+ docsEntry(
766
+ '/docs/comparison/internal-tool-builders',
767
+ 'web-landing.docs.comparison.internal-tool-builders',
768
+ 'ComparisonInternalToolBuildersPage',
769
+ 'Comparison with internal tool builders'
770
+ ),
771
+ docsEntry(
772
+ '/docs/comparison/workflow-engines',
773
+ 'web-landing.docs.comparison.workflow-engines',
774
+ 'ComparisonWorkflowEnginesPage',
775
+ 'Comparison with workflow engines'
776
+ ),
777
+ docsEntry(
778
+ '/docs/comparison/windmill',
779
+ 'web-landing.docs.comparison.windmill',
780
+ 'ComparisonWindmillPage',
781
+ 'Comparison with Windmill'
782
+ ),
783
+
784
+ // Ops
785
+ docsEntry(
786
+ '/docs/ops/auto-evolution',
787
+ 'web-landing.docs.ops.auto-evolution',
788
+ 'OpsAutoEvolutionPage',
789
+ 'ContractSpec auto-evolution operations'
790
+ ),
791
+ docsEntry(
792
+ '/docs/ops/distributed-tracing',
793
+ 'web-landing.docs.ops.distributed-tracing',
794
+ 'OpsDistributedTracingPage',
795
+ 'ContractSpec distributed tracing'
796
+ ),
797
+
798
+ // Manifesto
799
+ docsEntry(
800
+ '/docs/manifesto',
801
+ 'web-landing.docs.manifesto',
802
+ 'ManifestoPage',
803
+ 'ContractSpec manifesto'
804
+ ),
805
+
806
+ // Studio docs
807
+ docsEntry(
808
+ '/docs/studio',
809
+ 'web-landing.docs.studio.overview',
810
+ 'StudioOverviewPage',
811
+ 'ContractSpec Studio overview'
812
+ ),
813
+ docsEntry(
814
+ '/docs/studio/getting-started',
815
+ 'web-landing.docs.studio.getting-started',
816
+ 'StudioGettingStartedPage',
817
+ 'ContractSpec Studio getting started'
818
+ ),
819
+ docsEntry(
820
+ '/docs/studio/visual-builder',
821
+ 'web-landing.docs.studio.visual-builder',
822
+ 'StudioVisualBuilderPage',
823
+ 'ContractSpec Studio visual builder'
824
+ ),
825
+ docsEntry(
826
+ '/docs/studio/integrations',
827
+ 'web-landing.docs.studio.integrations',
828
+ 'StudioIntegrationsPage',
829
+ 'ContractSpec Studio integrations'
830
+ ),
831
+ docsEntry(
832
+ '/docs/studio/deployments',
833
+ 'web-landing.docs.studio.deployments',
834
+ 'StudioDeploymentsPage',
835
+ 'ContractSpec Studio deployments'
836
+ ),
837
+ docsEntry(
838
+ '/docs/studio/byok',
839
+ 'web-landing.docs.studio.byok',
840
+ 'StudioBYOKPage',
841
+ 'ContractSpec Studio BYOK'
842
+ ),
843
+ ];