UNPKG

markpage

Version:

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

5 lines (4 loc) 301 B
export { buildPages, processMarkdown, generateStaticPages, BuilderError } from './builder.js'; export { buildNavigationTree, parseIndexFile, validateContentStructure, ParserError } from './parser.js'; export type { ContentBundle } from './builder.js'; export type { ParseOptions } from './parser.js';