@redocly/marketing-pages
v0.1.59
Published
This is a package that contains Redocly marketing site marketing pages as React components.
Downloads
1,845
Keywords
Readme
marketing-site-private
This is a package that contains Redocly marketing site marketing pages as React components.
It is published to NPM as @redocly/marketing-pages. The code is minified.
Development
- Run
pnpm installto install all depndencies. - Run
npm run build. - Run
npm linkin this package
npm linkEnsure you use same node version here and in website repo.
- Go to the website repo and run:
npm link @redocly/marketing-pagesRun
npm run devhere.Run
npm startin the website repo.
Release
Versioning and npm releases use Changesets. Run everything from the monorepo root (not from this package directory).
- Add a changeset — Run
pnpm changeset(orpnpm run changeset:common). When prompted, include@redocly/marketing-pagesif the change should be released. Commit the generated file under.changeset/. - Open a PR to
main— Merge your work together with that changeset. - Version PR — After merge, release automation opens a PR that applies version bumps and changelog updates from the changesets.
- Publish — Merging the version PR runs CI to publish the new version to npm.
