docs: finalize walkthrough for MDX migration and diagram styling

This commit is contained in:
2026-02-17 21:37:37 +01:00
parent cce6aa0935
commit 8a1c2b9483
27 changed files with 1144 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// NOTE This file is auto-generated by Contentlayer
export { isType } from 'contentlayer2/client'
// NOTE During development Contentlayer imports from `.mjs` files to improve HMR speeds.
// During (production) builds Contentlayer it imports from `.json` files to improve build performance.
import allPosts from './Post/_index.json' with { type: 'json' }
export { allPosts }
export const allDocuments = [...allPosts]