Docs updates incl. Polars (#827)

This PR makes the following aesthetic and content updates to the docs.

- [x] Fix max width issue on mobile: Content should now render more
cleanly and be more readable on smaller devices
- [x] Improve image quality of flowchart in data management page
- [x] Fix syntax highlighting in text at the bottom of the IVF-PQ
concepts page
- [x] Add example of Polars LazyFrames to docs (Integrations)
- [x] Add example of adding data to tables using Polars (guides)
This commit is contained in:
Prashanth Rao
2024-01-18 23:43:59 -05:00
committed by Weston Pace
parent 4d5d748acd
commit e6bb907d81
5 changed files with 128 additions and 11 deletions

View File

@@ -11,11 +11,12 @@
/* grid */
.md-grid {
max-width: 80%;
max-width: 95%;
}
@media (min-width: 1220px) {
.md-main__inner {
max-width: 80%;
margin-top: 0;
}
.md-sidebar {