Skip to content

fumadocs-python@1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:17
· 28 commits to dev since this release
697c7a5

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.