Skip to content

Conversation

bhouston
Copy link
Member

Description

This PR integrates the mycoder-docs repository into the main monorepo as a package at packages/docs. This makes it easier to maintain documentation in sync with the code.

Changes

  • Added the Docusaurus documentation site as packages/docs
  • Updated the GitHub Action to only deploy documentation when changes are pushed to the docs-release branch
  • Removed eslint packages from the docs package.json (kept at root level)
  • Created a docs-release branch for deployment
  • Updated main README.md to include the docs package

Testing

  • Built the documentation site locally
  • Verified that all tests pass
  • Confirmed the GitHub Action will only run on the docs-release branch

Related Issues

Closes #253

- Added documentation site as packages/docs
- Updated GitHub Action to deploy on docs-release branch
- Removed eslint configuration from docs package
- Created docs-release branch for deployment
- Updated README to include docs package

Closes #253
@bhouston bhouston merged commit 29f71de into main Mar 13, 2025
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.

Integrate mycoder-docs repository into monorepo

1 participant