Bibliography database for citations in user docs #308
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
frontend
TypeScript frontend and Rust-wasm integrations
In the user docs for specific logics we cite relevant books, papers, etc as further reading. The only hope for consistently formatting these references is to format them automatically from structured data.
One possible strategy, which I'm not committed to, would be have a master
.bib
file for the docs (preferably covering both user and dev docs to avoid duplication), then convert it to CSL-JSON during the build process, say by using pandoc:The JSON could be loaded and processed in JS as usual. To get type defs for the biblography data, we could run
json-schema-to-typescript
on the JSON schema for CSL-JSON.The text was updated successfully, but these errors were encountered: