| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Cortex Docs v0.1.31 source code.tar.gz | 2026-09-12 | 797.4 kB | |
| Cortex Docs v0.1.31 source code.zip | 2026-09-12 | 1.2 MB | |
| README.md | 2026-09-12 | 614 Bytes | |
| Totals: 3 Items | 2.0 MB | 0 | |
New Features
cortex docs buildnow exports static HTML, CSS, JavaScript, and documentation data for deployment to a static web host.
Bug Fixes
- Fixed the documentation layout and navigation on mobile screens.
- Fixed MCP tool links that scrolled to the wrong position after the setup guide loaded.
- Excluded workspace test dependencies from the CLI release package to prevent dependency conflicts during CI packaging.
Improvements
- Removed
cortex docs start. Usecortex docs servefor a local preview with file watching. Host production output as static files without a Node.js server.