Merged
Conversation
- Add config-file and manifest-file paths to release-please workflow - Add redirect from / to /docs in docs app - Remove unused (home) page - Add custom theme matching landing page colors (green accent)
- Pin bun version to 1.3.6 in CI workflows - Use jiti to load TypeScript config in doctor command (removes MODULE_TYPELESS_PACKAGE_JSON warning) - Add monorepo scripts: build:landing, build:docs, build:all, dev, clean:all - Regenerate bun.lock with bun 1.3.6 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Ensures the seox package is built before building the landing app, which is required for Vercel deployment with workspace dependencies. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.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.
This pull request introduces several improvements and fixes across the documentation site, CLI tooling, and CI/CD workflows. The most significant changes include a new redirect from the docs homepage, updates to the CLI's config file loading logic, enhanced color theming for docs, and workflow refinements for consistent environment setup and release management.
Documentation site improvements:
/to/docsinapps/docs/next.config.mjs, ensuring users land directly on the documentation section./docs(apps/docs/src/app/(home)/page.tsx,apps/docs/src/app/(home)/layout.tsx). [1] [2]apps/docs/src/app/global.cssfor improved theming and maintainability.apps/docs/src/lib/layout.shared.tsx.CLI and tooling enhancements:
doctorcommand in the CLI to usejitifor loading the config file, improving compatibility with different module systems and dynamic imports (packages/seox/src/cli/commands/doctor.ts). [1] [2]jitias a dependency inpackages/seox/package.json.CI/CD and workflow updates:
1.3.6in both CI and release workflows for consistent builds (.github/workflows/ci.yml,.github/workflows/release.yml). [1] [2]config-fileandmanifest-fileoptions in the release workflow (.github/workflows/release.yml).Landing page fixes:
seo-x.dev). [1] [2]Build and development scripts:
package.jsonscripts for more granular build and dev commands, and added aclean:allscript for cleaning dependencies and build artifacts.