jspm / jspm.org

jspm.org website
https://jspm.org
13 stars 17 forks source link

feat: proof-of-concept API doc generation for jspm.org #22

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

See #23. Adds a script that generates API documentation for @jspm/generator using typedoc and spits in out into the public_html/api/generator directory. We can change it easily to support versioning and the rest of the @jspm packages, but we'll have to wire each package we want to support with a tsconfig.json and a typedoc.json file.

At the moment I haven't added any links to the new docs, but you can see them by going to the /api/generator path.

Bubblyworld commented 1 year ago

The default theme:

Screenshot 2023-02-24 at 17 03 13 Screenshot 2023-02-24 at 17 03 27 Screenshot 2023-02-24 at 17 03 39
Bubblyworld commented 1 year ago
Screenshot 2023-02-27 at 11 22 37

Screenshot showing dark mode and version box.