Skip to content

Commit

Permalink
Generated all instruments device from Airtable (#1032)
Browse files Browse the repository at this point in the history
* Generated all instruments device from airtable

* fix build

* Fix code formatting

* re generate mdx files

* fixed build error

* convert custom css to Tailwind and autogen instruments pages

* blocks sync

* fix build error

* gen category overview pages

* refactory NodeCollection component

* use atro native youtube embeder

* use tailwind builtin height

* todo: move category vide map to airtable

* add pnpm lock to gitignore
  • Loading branch information
smahmed776 authored Jan 10, 2024
1 parent f801561 commit d8cf81d
Show file tree
Hide file tree
Showing 445 changed files with 51,678 additions and 1,755 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ build
bin
out
test-results
docs/pnpm-lock.yml
8 changes: 8 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ export default defineConfig({
},
],
},
{
label: "📟 Instruments Database",
collapsed: false,
autogenerate: {
directory: "instruments-database",
collapsed: true,
},
},
],
defaultLocale: "root",
locales: {
Expand Down
Loading

0 comments on commit d8cf81d

Please sign in to comment.