APIToolchainComing Soon
Learn how to use API Docs generation tools in library mode
APIToolchain is a set of tools that allows you to generate API documentation from multiple sources like GraphQL, OpenAPI or TypeScript into one unified format called uniform.
List of all availalbe converters:
-
@apitoolchain/uni-gql - converts GraphQL into uniform
-
@apitoolchain/uni-openapi - converts OpenAPI into uniform
-
@apitoolchain/uni-ts - converts TypeScript into uniform
More converts like Python or Go coming soon.
Uniform Overview
Uniform format allows to easily embeed API docs. The structure of this format was designed to easily use that on web and make them extendable with plugins. Additionaly uniform can be used by other libraries.
Web Usage
After convering into uniform format you can easy embed that on the web using APIAtlas library.
It's a set of components to render API docs elements.
Example using React:
above component will render an API Docs Page similar to .
Usage in Other Libs
You can also use APIToolchain in your code to connect into your custom workflow.
For example you can generate API docs elements to show your library settings that comes from your TypeScript codebase:
and exmaple usage in React:
or even in AI agents:
Docs FrameworksComing Soon
APIToolchain and Atlas can be also used in other docs frameworks:
- Docusaurus (coming soon)
Show your support! Star us on GitHub ⭐️