Commit 778e845
committed
Fix MDX artifacts by renaming files to .mdx (revert config approach)
The config approach (format: 'mdx') failed because many .md files
contain angle brackets like <placeholder> that MDX interprets as JSX,
causing build failures.
Correct solution: Keep format: 'detect' and rename only files that
actually use MDX features (imports, JSX) to .mdx extension.
Files renamed to .mdx (10 total):
- src/pages/consulting (CSS module import)
- docs/database-lab/index (useBaseUrl + JSX)
- docs/joe-bot/index (useBaseUrl + JSX)
- docs/dblab-howtos/administration/install-dle-manually (Tabs)
- docs/dblab-howtos/administration/run-database-lab-on-mac (Tabs)
- docs/dblab-howtos/joe-bot/count-rows (Tabs)
- docs/dblab-howtos/joe-bot/get-database-table-index-size (Tabs)
- docs/dblab-howtos/joe-bot/query-activity-and-termination (Tabs)
- docs/dblab-howtos/joe-bot/reset-session (Tabs)
- docs/tutorials/database-lab-tutorial-amazon-rds (Tabs)1 parent 199c592 commit 778e845
11 files changed
Lines changed: 3 additions & 2 deletions
File tree
- docs
- database-lab
- dblab-howtos
- administration
- joe-bot
- joe-bot
- tutorials
- src/pages
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments