Skip to content

Commit 2f3d8d8

Browse files
AndriiShermanvitalii-starykAlexBlokhvlad-stohniirealmikesolo
authored
Monodriver (#397)
* CHANGED: docs meta format * monodriver init * REMOVED: zerocopy from sponsors * FIXED: package component blinking * ADDED: collapsable docs nav items * FIXED: nav indexes * + * + * REMOVED: hover effect on expand button in docs sidebar * ADDED: sidebar goodies * CHANGED: docs layout * FIXED: colapsable docs section max height calculation * CHANGED: header docs button on dark mode and progress bar height * ADDED: links list mdx component * CHANGED: docs sidebar collapsable sections * ADDED: flex mdx component * ADDED: custom spacing tags * CHANGED: flex mdx component * + * + * ADDED: get starter links component * Add drivers explanations * ADDED: get starter links component * FIXED: section border radiuses * Add schema overview * + * ADDED: Breadcrumbs * Add 2 new blocks for zero-to-hero * FIXED: section border radius inside code tabs * FIXED: breadcrumbs * Update what's next * CHANGED: callout * FIXED: breadcrumbs in dark theme * Add get started for existing mysql * Add existing db mysql get started * Add pg get started, existing and new * Add sqlite new and few changes to mysql and pg * Finish SQLite existing * Update file structure blocks * Restructure core db get started parts * Update dotenv for core dbs * CHANGED: doc design (light theme) * CHANGED: doc design (light theme) * CHANGED: fixed italic font * FIXED: inline code line brake in lists * ADDED: ability to group quote and callout in section * ADDED: fixed borders in section * ADDED: tag * CHANGED: tag * CHANGED: 24px line height to 1.5em * sqlite existing and new updates * + * Update sqlite new docs * CHANGED: dark theme * + * Update sqlite new * Dark theme * Update existing guide * + * Dark theme * add: mysql & postgresql local setup guides * Move sqlite existing and new to components * Add dialect specific components on get started * FIXED: copy button in code snippet with one line of code * Add Turso and BunSQLite get started * ADDED: docs navigation scroll to active element * Update mysql get started pages * ADDED: docs navigation scroll to active element after history actions * Add PlanetScale new and existing docs * Added TiDB get started docs * ADDED: code headings in navigation * ADDED: code headings in navigation * ADDED: collapsable callouts * REMOVED: temp component from overview page * ADDED: collapsable callouts collapse button * ADDED: h4 and h5 autolinking * Add PostgreSQL new and existing * FIXED: code font-size in headings * Add Neon and Supabase new and existing get started * ADDED: nav heading separator * FIXED: navigation fade * Add pglite and xata get started * Add Vercel Postgres get started * + * + * fix build * FIXED: navigation fade * CHANGED: mobile design * FIXED: double dash in npm/npx components * CHANGED: mdx tables design * CHANGED: mdx tables design * + * FIXED: collapsable callouts * Add expo get started * Add op sqlite new get started * FIXED: tables top margin * Final versions of generate, migrate and push pages. Reusable dialects and drivers components * FIXED: dynamic content blinking * FIXED: docs layout sizing * FIXED: docs layout sizing * Update expo/opsqlite existing and new * drizzle kit pull * drizzle-kit check * Grammar check * grammar check * drizzle-kit up * fix table view, update kit overview * drizzle-kit studio * Custom column name in column types docs part * Fixes * ADDED: scroll position save * + * FIXED: navigation scroll for collapsable items * FIXED: hidden separator spacing and blinking * FIXED: dialect tabs * FIXED: header background transparency * drizzle config file * FIXED: docs layout * update data types * update filters * Add proxy docs * custom migrations * update landing buttons and h1s * FIXED: burger menu * FIXED: theme selector icon color on landing layout in dark theme * FIXED: turso popover * fix: learn tutorials and guides links * fixed links and CDN redirects * Mario fixes * FIXED: navbar * ADDED: npx compact component * Add progress, roadmap and shipping updates * FIXED: npx compact * FIXED: npx compact * FIXED: removed text decoration without hover in npx compact select --------- Co-authored-by: SvmurviWolf <[email protected]> Co-authored-by: Alex Blokh <[email protected]> Co-authored-by: vlad-stohnii <[email protected]> Co-authored-by: realmikesolo <[email protected]>
1 parent 6341d6e commit 2f3d8d8

File tree

301 files changed

+14186
-4395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+14186
-4395
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import yaml from '@rollup/plugin-yaml';
1313

1414
// https://astro.build/config
1515
export default defineConfig({
16-
site: "https://orm.drizzle.team",
16+
site: import.meta.env.DEV ? "http://localhost:4321" : "https://orm.drizzle.team",
1717
build: {
1818
format: "file", // mandatory due to CloudFlare Pages trailing slash problem
1919
},
@@ -50,6 +50,7 @@ export default defineConfig({
5050
ariaHidden: true,
5151
tabIndex: -1,
5252
},
53+
test: ['h2', 'h3', 'h4', 'h5'],
5354
},
5455
],
5556
],

integration/astro-code-snippets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ function parseMeta(meta: string) {
209209
return "";
210210
});
211211

212-
213212
// Find line marking definitions inside curly braces, with an optional marker type prefix.
214213
//
215214
// Examples:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.3.3",
16-
"@astrojs/mdx": "^2.0.1",
16+
"@astrojs/mdx": "^3.1.7",
1717
"@astrojs/react": "^3.0.7",
1818
"@types/react": "^18.2.45",
1919
"@types/react-dom": "^18.2.18",
20-
"astro": "^4.0.3",
20+
"astro": "^4.15.9",
2121
"autoprefixer": "^10.4.16",
2222
"lodash.throttle": "^4.1.1",
23+
"node-html-parser": "^6.1.13",
2324
"react": "^18.2.0",
2425
"react-dom": "^18.2.0",
2526
"react-inlinesvg": "^4.1.0",

pnpm-lock.yaml

Lines changed: 691 additions & 340 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/_redirects

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
/docs/crud /docs/select 301
44
/docs/performance /docs/perf-queries 301
55
/docs/installation-and-db-connection /docs/overview 301
6+
67
/kit-docs /kit-docs/overview 301
8+
/kit-docs/overview /docs/kit-overview 301
79

810
/docs/installation-and-db-connection/postgresql/* /docs/get-started-postgresql 301
911
/docs/installation-and-db-connection/mysql/* /docs/get-started-mysql 301
@@ -21,4 +23,7 @@
2123

2224
/learn/tutorials/drizzle-with-frameworks/* learn/tutorials/:splat 301
2325
/learn/tutorials/drizzle-with-db/drizzle-with-db /learn/tutorials/drizzle-with-turso 301
24-
/learn/tutorials/drizzle-with-db/* /learn/tutorials/:splat 301
26+
/learn/tutorials/drizzle-with-db/* /learn/tutorials/:splat 301
27+
28+
/learn/tutorials/* /docs/tutorials/:splat 301
29+
/learn/guides/* /docs/guides/:splat 301

public/inkeep-styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[data-theme='dark'] .ikp-floating-button {
2-
background-color: #303031;
3-
color: #f0f0f0;
2+
background-color: #1c1c1c !important;
3+
color: #c4c5c6;
44
}
55

66
.ikp-floating-button {

public/svg/cloudflare.svg

Lines changed: 1 addition & 0 deletions
Loading

public/svg/drizzle.svg

Lines changed: 4 additions & 4 deletions
Loading

public/svg/opsqlite.png

881 Bytes
Loading

public/svg/pglite.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)