UNPKG

markpage

Version:

Build and manage markdown-based content with distributed navigation - framework agnostic content management system

14 lines (13 loc) 402 B
import { BuilderError, buildPages, generateStaticPages, processMarkdown } from "./builder.js"; import { ParserError, buildNavigationTree, parseIndexFile, validateContentStructure } from "./parser.js"; export { BuilderError, ParserError, buildNavigationTree, buildPages, generateStaticPages, parseIndexFile, processMarkdown, validateContentStructure }; //# sourceMappingURL=index.js.map