Skip to content

louloulin/flowmatrix-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowMatrix Docs

This repo contains the source code to documentation website (https://doc.flowmatrix.dev) for FlowMatrix.

Doc development

We use mintlify for our docs. The live website is automatically rebuilt on every merge to this repo. To develop docs locally, you can install the mintlify dev CLI:

$ npm i -g mintlify

Then changes can be previewed by running this command in the root of the repository:

$ mintlify dev

Note: Mintlify is not currently compatible with Node 20. Node 18 is recommended.

Updating the API Reference

We use the mintlify scraper to generate the pages. After copying the latest api-spec.json into this repo, run:

$ npx @mintlify/scraping@latest openapi-file api-spec.json -o api-reference --overwrite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from mintlify/starter