be472b61e
6a6b424c8
1 2 3
4
5
import { readFileSync } from 'fs'; export const md = { introduction: readFileSync('lib/md/introduction.md').toString(), };