- Added prettify.css for code highlighting in coverage reports.
- Introduced prettify.js for syntax highlighting functionality.
- Included sort-arrow-sprite.png for sorting indicators in the coverage summary.
- Implemented sorter.js to enable sorting of coverage summary table columns.
- Added a search box to filter coverage summary rows based on user input.
- Implement comprehensive tests for RelationshipManager covering various relationship types (BelongsTo, HasMany, HasOne, ManyToMany) and eager loading functionality.
- Include caching mechanisms and error handling in RelationshipManager tests.
- Create unit tests for ShardManager to validate shard creation, routing, management, global index operations, and query functionalities.
- Ensure tests cover different sharding strategies (hash, range, user) and handle edge cases like errors and non-existent models.
- Added a new SVG file `undraw_docusaurus_tree.svg` to the static images directory for enhanced visual representation.
- Created a `tsconfig.json` file to improve TypeScript support and editor experience, extending from the Docusaurus base configuration.