chore: remove documentation generation for mkdocs and deployment work… - #6038
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes the MkDocs configuration and the GitHub Actions workflow that built and uploaded the rendered documentation site to object storage, aligning the repository with a documentation flow that no longer relies on MkDocs-based site building/deployment.
Changes:
- Delete
docs/mkdocs.yml, removing the MkDocs Material site configuration and navigation structure. - Delete
.github/workflows/deploy-docs.yml, removing the release-triggered S3/Object Storage documentation build-and-upload pipeline.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/mkdocs.yml | Removed MkDocs site configuration (theme, extensions, and navigation). |
| .github/workflows/deploy-docs.yml | Removed the workflow that built MkDocs docs in Docker and uploaded the site to object storage on release. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6038 +/- ##
=======================================
Coverage 51.34% 51.34%
=======================================
Files 358 358
Lines 81156 81156
=======================================
Hits 41669 41669
Misses 39487 39487 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…flow
Community Note
Relates OR Closes #0000
Release note for CHANGELOG: