Integrations
Python
Generate docs from Python
Experiemntal
Support for Python docgen is still experimental, please use it in caution.
Setup
Generate Docs
Install the Python command first, we need it to collect docs from your Python package.
Generate the docs as a JSON:
Use the following script to convert JSON into MDX:
Be careful
While most docgens use Markdown or reStructuredText, Fumadocs uses MDX. Make sure your doc is valid in MDX syntax before running.
MDX Components
Add the components.
Add styles:
How is this guide?