Commit 199c592
committed
Fix MDX artifacts by configuring Docusaurus to process .md as MDX
Instead of renaming files to .mdx, configure Docusaurus to treat all
.md files as MDX. This is cleaner because:
- No file renames needed
- .md files render nicely in GitLab/GitHub previews
- Single config change fixes all current and future cases
Changed markdown.format from 'detect' to 'mdx' in docusaurus.config.js.
Reverted all previous .md -> .mdx renames (10 files).1 parent af1984a commit 199c592
11 files changed
Lines changed: 2 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 | | |
| |||
0 commit comments