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 storedproject
- docs namespaceCode example:
const {transform} = require("transform-docs");
const json = await transform('content/docs', 'svelte');
npm run build
to fetch latest sources from sveltejs/action-deploy-docs
repo and build transform-docs
module.npm version patch
and push commit to update package in the repo