@contractspec/bundle.marketing 3.7.6 → 3.8.2

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