Files
toon-format--toon/automd.config.ts
T
wehub-resource-sync bde7ea0d58
CI / ci (push) Has been cancelled
Deploy Docs / Deploy Docs (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:39:56 +08:00

8 lines
127 B
TypeScript

import type { Config } from 'automd'
const config: Config = {
input: ['docs/guide/benchmarks.md'],
}
export default config