Skip to content

feat: monorepo-restructure#10

Merged
Neysixx merged 4 commits intomainfrom
feat/monorepo-restructure
Jan 25, 2026
Merged

feat: monorepo-restructure#10
Neysixx merged 4 commits intomainfrom
feat/monorepo-restructure

Conversation

@Neysixx
Copy link
Owner

@Neysixx Neysixx commented Jan 24, 2026

This pull request introduces documentation and configuration improvements for the apps/docs package, enhances CI/CD workflows for monorepo support, and refines release management for the seox package. The most important changes are grouped below:

Monorepo and Release Management Updates:

  • Updated release configuration to target packages/seox instead of the root, ensuring correct versioning and changelog management for the package. (.github/.release-please-manifest.json, .github/release-please-config.json) [1] [2]
  • Refined release workflow to use output variables and working directories specific to packages/seox, and standardized step names for clarity. (.github/workflows/release.yml)

CI Workflow Enhancements:

  • Improved CI workflow to build and cache artifacts for packages/seox, apps/landing, and apps/docs, updated step names for clarity, and switched to actions/cache v4. (.github/workflows/ci.yml)

Documentation Additions for apps/docs:

  • Added comprehensive API documentation for the seox package, including pages for the SEOX class and JsonLd component, 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]
  • Added CLI documentation for the seox configure command, detailing the interactive setup process and generated output. (apps/docs/content/docs/cli/configure.mdx)
  • Added a project README and a .gitignore for apps/docs to clarify usage and manage generated files. (apps/docs/README.md, apps/docs/.gitignore) [1] [2]
  • Introduced a biome.json configuration for code formatting and linting in apps/docs. (apps/docs/biome.json)- Consolidated includes and experimentalScannerIgnores arrays in biome.json for better readability.
  • Enhanced formatting in the Mermaid component for consistent indentation and clarity.

Neysixx and others added 4 commits January 24, 2026 23:07
- 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.
@Neysixx Neysixx merged commit aa45dee into main Jan 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant