be472b61e
e4fc8a841
1 2 3
4
5
import { readFileSync } from 'fs'; export const md = { introduction: readFileSync(`${__dirname}/introduction.md`).toString(), };