Conversation
- Added new Next.js applications for documentation and landing pages. - Introduced a centralized configuration for SEOX with enhanced CLI commands. - Updated .gitignore files to exclude build artifacts and generated content. - Refactored biome.json to include new application paths and improved file structure. - Enhanced testing setup and added integration tests for CLI commands. - Updated package.json and bun.lock for new dependencies and project configurations.
- Consolidated includes and experimentalScannerIgnores arrays in biome.json for better readability. - Enhanced formatting in the Mermaid component for consistent indentation and clarity.
* feat: enhance landing page with new components and styles - Added new dependencies including @radix-ui/react-tabs, framer-motion, next-themes, and sonner for improved UI and animations. - Updated global styles to reflect a cyber-minimalist aesthetic with new color variables and utility classes. - Refactored layout and page components to incorporate a new navigation bar, hero section, and logic tabs for better user experience. - Introduced custom button and card components with updated styles for a cohesive design. - Implemented animations and transitions for a more dynamic interface. * refactor: clean up styles and improve component structure - Reformatted CSS styles for better readability and consistency in globals.css. - Simplified JSX structure in page.tsx for the Hero component. - Streamlined button component styles in button.tsx for clarity. - Enhanced Tabs component structure in tabs.tsx for improved maintainability. * feat: update SEOX integration and enhance landing page layout - Updated the `seox` dependency version in package.json to `^1.3.0`. - Refactored the layout component to utilize `seoConfig` for metadata management, improving SEO integration. - Simplified the metadata structure by replacing static metadata with a dynamic configuration from `seoConfig`. - Enhanced the landing page layout by incorporating `JsonLd` for structured data representation. - Removed outdated comments and improved code clarity in layout and page components. * refactor: standardize import styles and clean up layout components - Updated import statements to use single quotes for consistency across files. - Removed unnecessary whitespace in layout.tsx for improved readability. - Ensured the layout component correctly utilizes the seoConfig for metadata management.
This was referenced Jan 25, 2026
Closed
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 documentation and configuration improvements for the
apps/docspackage, enhances CI/CD workflows for monorepo support, and refines release management for theseoxpackage. The most important changes are grouped below:Monorepo and Release Management Updates:
packages/seoxinstead of the root, ensuring correct versioning and changelog management for the package. (.github/.release-please-manifest.json,.github/release-please-config.json) [1] [2]packages/seox, and standardized step names for clarity. (.github/workflows/release.yml)CI Workflow Enhancements:
packages/seox,apps/landing, andapps/docs, updated step names for clarity, and switched to actions/cache v4. (.github/workflows/ci.yml)Documentation Additions for
apps/docs:seoxpackage, including pages for theSEOXclass andJsonLdcomponent, with usage examples and schema references. (apps/docs/content/docs/api/index.mdx,apps/docs/content/docs/api/seox-class.mdx,apps/docs/content/docs/api/json-ld.mdx,apps/docs/content/docs/api/meta.json) [1] [2] [3] [4]seox configurecommand, detailing the interactive setup process and generated output. (apps/docs/content/docs/cli/configure.mdx).gitignoreforapps/docsto clarify usage and manage generated files. (apps/docs/README.md,apps/docs/.gitignore) [1] [2]biome.jsonconfiguration for code formatting and linting inapps/docs. (apps/docs/biome.json)- Consolidated includes and experimentalScannerIgnores arrays in biome.json for better readability.