feat(docs-archive): add 1.5.0 and switch to prebuilt Vercel deploy#210
Merged
lakshay-nasa merged 1 commit intoJul 3, 2026
Merged
Conversation
- Add DataHub 1.5.0 to the archive: versioned_docs, autogenerated sidebar, versions.json, and docusaurus.config.js (set as lastVersion) - Fix 1.5.0 source issues: <Tab> -> <Tabs> MDX typos (3 files) and a stray broken local image link in how-to-set-up-graphql.md - De-hardcode navbar/footer "Latest" links and point footer quicklinks at 1.5.0 - Add scripts/deploy: local build + Vercel Build Output API packaging for `vercel deploy --prebuilt` - Remove docs-archive-deploy.yml: the multi-version build exceeds hosted runner memory; deploys move to local prebuilt - gitignore /.vercel
|
@lakshay-nasa is attempting to deploy a commit to the Acryl Data Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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
<Tab>→<Tabs>MDX typos and a stray broken local image link.scripts/deploy/for a local build + Vercel Build Output API packaging, enablingvercel deploy --prebuilt.docs-archive-deploy.yml— the multi-version build exceeds hosted-runner memory; deploys now run locally as prebuilt.Why
The archive build is memory-intensive and exceeds standard hosted-runner memory during the server compile. Building in a controlled environment and deploying the prebuilt output avoids rebuilding (and OOMing) on deploy.
Testing
/,/docs/1.5.0/(+ features/quickstart), older versions, sitemap, and 404 all resolve; version dropdown lists 1.5.0.Notes