Skip to content

Commit 2fa2183

Browse files
committed
chore(docs): drop non-TSDoc inline comments from url additions
1 parent 078c29e commit 2fa2183

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

apps/sim/app/(landing)/integrations/(shell)/[slug]/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,6 @@ export default async function IntegrationPage({ params }: { params: Promise<{ sl
347347
...(integration.tags?.length
348348
? { keywords: integration.tags.map((tag) => tag.replace(/-/g, ' ')).join(', ') }
349349
: {}),
350-
// Reference the vendor as a distinct entity (not `sameAs`, which would claim
351-
// this integration *is* the vendor). `about` → the vendor Organization lets
352-
// search engines connect this page to the real-world service it integrates.
353350
...(websiteUrl ? { about: { '@type': 'Organization', name, url: websiteUrl } } : {}),
354351
dateModified: INTEGRATIONS_UPDATED_AT,
355352
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },

scripts/generate-docs.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,6 @@ function extractBlockConfigFromContent(
11031103
(fileContent && spreadBase
11041104
? extractTagsFromBlockMeta(fileContent, spreadBase.replace(/Block$/, ''))
11051105
: null)
1106-
// The external-service homepage lives on `*BlockMeta.url`. Resolve it the
1107-
// same way as tags so spread-inheriting V2 variants reuse the base meta.
11081106
const url =
11091107
(fileContent ? extractUrlFromBlockMeta(fileContent, blockName) : null) ||
11101108
(fileContent && spreadBase

0 commit comments

Comments
 (0)