UNPKG

@signalwire/docusaurus-plugin-llms-txt

Version:

Generate Markdown versions of Docusaurus HTML pages and an llms.txt index file

6 lines (5 loc) 175 B
/** * Utility functions */ export { selectText, selectMetaContent } from './html'; export { formatUrl, ensureLeadingSlash, removeLeadingSlash, stripBaseUrl, } from './url';