drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
21.44k stars 484 forks source link

[FEATURE]: Consistent Section Tab Selection in docs #2548

Open HavitOngit opened 5 days ago

HavitOngit commented 5 days ago

Describe what you want

default_selection

Feature Request: Consistent Section Tab Selection

Summary: Enhance the Drizzle ORM documentation website by ensuring that the section tabs (PostgreSQL, MySQL, SQLite) remain consistent throughout the webpage when a tab is selected. This will improve navigation and user experience.

Description: Currently, when a user selects a section tab (PostgreSQL, MySQL, SQLite), the selection is not maintained across the whole webpage. This can make navigation cumbersome as users have to repeatedly select their desired section. Implementing a feature that keeps the selected section tab active consistently across the documentation page will greatly enhance usability.