Skip to content

NakedJSX/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NakedJSX Documentation.

This is the source project for the NakedJSX documentation.

NakedJSX is used to build this documentation. Fun fact - the project implements an <Example> JSX function that itself invokes npx nakedjsx to build an inline example and bring the output back into the documentation.

Building this documentation requires prior installation of @nakedjsx/plugin-asset-mdx, as this is not bundled with npx nakedjsx.

To build this documentation into ./dist:

$ npx nakedjsx <path to documentation>/src --out ./dist

Or to build into ./dev and launch a development server:

$ npx nakedjsx <path to documentation>/src --out ./dev --dev