Package to transform Svelte docs to JSON fromat, friendly for API server.
Install in your project directory with command: npm install -D https://github.com/sveltejs-translations/transform-docs.
Module exports the transform method, which requre two arguments:
- files- path to directory where documentation folders are stored
- project- docs namespace
Code example:
const {transform} = require("transform-docs");
const json = await transform('content/docs', 'svelte');- Run npm run buildto fetch latest sources fromsveltejs/action-deploy-docsrepo and buildtransform-docsmodule.
- Run npm version patchand push commit to update package in the repo