lineCode / docs-comfyui

Documentation for ComfyUI

Home Page:https://comfydocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyUI Documentation

Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i mintlify

Run the following command at the root of your documentation (where mint.json is)

npx mintlify dev

Create a PR

Create a PR. Once it is accepted Vercel will deploy the change to https://comfydocs.org.

Generating API Reference Docs

Can either use an OpenAPI file or URL containing the file:

cd registry/api-reference # Keep API files separated by products.
npx @mintlify/scraping@latest openapi-file <path-to-openapi-file>

This will only generate the MDX files for each endpoint. You need to add a link to these files in mint.json, and the up-to-date API spec will be shown on that doc page.

Contributing

Please just create a PR and we will review it within a few days.

Or talk to us on our discord :)

About

Documentation for ComfyUI

https://comfydocs.org

License:GNU General Public License v3.0


Languages

Language:MDX 100.0%