feat(landing): publish 7 articles from marketing drafts - #124
Merged
Merged
Conversation
Adds landing-astro/scripts/sync-articles.mjs to convert marketing/articles/starboard drafts into Article-layout pages, stripping working sections (Outline, Internal-Link Suggestions, Source Notes). Adds /articles index, per-article .md mirrors matching the landing's markdown-alternate contract, BlogPosting JSON-LD via an optional Layout prop, header/footer nav links, and sitemap/canonical coverage that enumerates the articles directory instead of a second hardcoded list. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
sarthakagrawal927
force-pushed
the
publish/articles
branch
from
September 20, 2026 07:41
d08a959 to
1777b46
Compare
The sync script's inline-note pattern only matched the bracketed form, so four "*Internal link suggestion: ...*" lines shipped in the SBOM essay. Adds a line-anchored pattern covering asterisk and parenthesized notes (including nested markdown links) and strips do-not-publish HTML comment blocks; regenerated the article. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
landing-astro/scripts/sync-articles.mjsconvertsmarketing/articles/starboard/drafts intolanding-astro/src/pages/articles/pages (Article layout; meta_description → description, computed readingMinutes); strips working sections (Outline, Internal-Link Suggestions, Source Notes, inline link notes).layouts/Article.astro+/articlesindex + per-article.mdmirrors matching the layout's markdown-alternate contract;Layoutgains optionalstructuredData/markdownPathprops.Test plan
pnpm exec astro buildin landing-astro — /articles, 7 article pages + .md mirrors emittedvitest run src/__tests__/sitemap.test.ts— 4 passpnpm run typecheck— clean;biome check— cleanbuild:cfoverlay verified in CIGenerated with Devin