fumadocs-python@1.0.1
·
28 commits
to dev
since this release
groupBy option
Generated pages are grouped in a directory named after the root module. Set groupBy: 'none' to place them at the root of the source instead, the root module becomes index.mdx:
const python = createPython({
file: './httpx.json',
groupBy: 'none',
});convert() accepts the same option.