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,12 @@
// NOTE This file is auto-generated by Contentlayer
import { Post, DocumentTypes, DataExports } from './types'
import { SourceProvideSchemaErrorJSON, SourceFetchDataErrorJSON } from 'contentlayer2/core'
export * from './types'
export declare const allPosts: Post[]
export declare const allDocuments: DocumentTypes[]