Centralize codegen path configuration#1069
Merged
Merged
Conversation
eb187e3 to
4be7a8b
Compare
Add codegen/lib/config.ts as single source of truth for all paths:
- apiReferenceRoot: site section root from repo root ('docs/api-reference')
- guidesRoot: guides site section root ('docs/guides')
- apiUrlPrefix: published URL prefix ('/api')
- baseUrl, siteUrlPrefix: docs site URL constants
Change Metalsmith destination from '../docs' to '../' (repo root) so
file keys match the full path from repo root (docs/api-reference/...).
Rename source directory from codegen/docs/ to codegen/source/ to
avoid confusion with the output docs/ directory.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1124dd2 to
c929c05
Compare
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
Add
codegen/lib/config.tsas a single source of truth for all path-related constants in the codegen. Changing the output directory or URL prefix now only requires editing one file.Config values
apiReferenceRoot'docs/api-reference'guidesRoot'docs/guides'apiReferenceUrlPrefix'/api'baseUrl'https://docs.seam.co/latest/'siteUrlPrefix'/latest'apiReferenceSummaryPath'docs/api-reference/SUMMARY.md'Other changes
../docsto../(repo root) so file keys match full paths from repo rootcodegen/docs/tocodegen/source/to avoid confusion with the outputdocs/directory🤖 Generated with Claude Code