Clean repository down to roadmap content and sync scripts - #10181
Merged
Conversation
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
src/data/roadmapsto a top levelroadmaps/directory, keeping only the per-roadmapcontent/folders. The<slug>.json,<slug>.md,faqs.astroandmigration-mapping.jsonfiles are dropped since the database is the source of truth for nodes, edges, seo, dimensions and faqs.public/,packages/,tests/and all app tooling. This repository is now only the roadmap content plus the three sync scripts the workflows drive.lib/with the helpers the scripts used to import fromsrc/(slugify, markdown to html, html to markdown, and the roadmap/topic types), so the scripts are self contained.cleanup-orphaned-content.tsno longer reads the deleted<slug>.jsonfallback or gates on<slug>.mdfrontmatter. It now keys off "has acontent/directory", which also fixes 17 roadmaps that were silently skipped because they never had a<slug>.md.sync-repo-to-database.yml,sync-repo-to-database.ts, the issue template config,contributing.mdandreadme.md. Removedeployment.ymlandupgrade-dependencies.yml; the sync, cleanup, triage and ops workflows all stay.Test plan
pnpm installsucceeds from a clean checkoutnpx tsc --noEmitpassesnpm run cleanup:orphaned-content -- --roadmap-slug=frontendruns against the live API and reports orphans without touching valid filesnpm run cleanup:orphaned-content -- --roadmap-slug=__all__walks all 90 roadmaps, including ones with no<slug>.mdroadmaps/<slug>/content/