Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 654 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 654 Bytes

Vocdoni SDK Docs

Here you can generate the Vocdoni SDK documentation from the JSDocs annotations on the source code. It uses the package jsdoc-to-mdx that untherneath uses the well known jsdoc-to-markdown library.

This library export the JSDocs to .mdx format, which is compatible with docusaurus instances.

How to generate the docs

Run:

npm install

Then you can just run the npm script:

npm run build

This will generate a temp_docs folder with all generated documentation. It also copies de ../README.md into temp_docs/sdk.md to use it as docusaurus main page.