dchege711 / study_buddy

I read a lot, but remember too little. I write this web app to scratch my own itch.
https://cards.curiosities.dev/
MIT License
2 stars 0 forks source link

Recreate the docs #153

Open dchege711 opened 3 weeks ago

dchege711 commented 3 weeks ago

After #152, JSDoc does not play well anymore. Figure this out.

dchege711 commented 3 weeks ago

TypeDoc 1 might be a good replacement. 2 explores this via:

npm uninstall jsdoc
npm install typedoc --save-dev
rm -rf .docs/
npx typedoc
pushd src/public
npx typedoc