Skip to content

Commit 399d1c4

Browse files
committed
docs: Add Fumadocs to downstream projects page
1 parent 1dd55f6 commit 399d1c4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/downstream-projects.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Downstream projects
22

3-
Griffe is used by various projects in the Python ecosystem.
3+
Griffe is used by various projects in the Python ecosystem. They are listed below in alphabetical order.
44

55
## api2mdx
66

77
[api2mdx](https://github.com/Mirascope/api2mdx) is a Python tool that generates `mdx` documentation for Python APIs. Under the hood, it uses Griffe.
88

9+
## Fumadocs
10+
11+
[Fumadocs](https://fumadocs.dev/) is a beautiful documentation framework for developers, flexible, performant, running on your React framework. It uses Griffe to extract and render Python API documentation.
12+
913
## griffe2md
1014

1115
[griffe2md](https://mkdocstrings.github.io/griffe2md/) outputs API docs in Markdown. It uses Griffe to load the data, and then use Jinja templates to render documentation in Markdown, just like [mkdocstrings-python](https://mkdocstrings.github.io/python/), but in Markdown instead of HTML.
@@ -48,7 +52,7 @@ The [OpenAI Agents SDK](https://github.com/openai/openai-agents-python) is a lig
4852

4953
## rafe
5054

51-
[rafe](https://pypi.org/project/rafe/) is a tool for inspecting Python environments and building packages (irrespective of language) in a reproducible manner. It wraps Griffe to provide a CLI command to check for API breaking changes.
55+
[rafe](https://pypi.org/project/rafe/) is a tool for inspecting Python environments and building packages (irrespective of the language) in a reproducible manner. It wraps Griffe to provide a CLI command to check for API breaking changes.
5256

5357
## Yapper
5458

0 commit comments

Comments
 (0)