Documentation
Deno @std docsite
An experiment to build a single, searchable docsite for all of Deno's "core"
APIs: Deno., @std/, and supported Web APIs.
Currently focused on @std.
To build locally
Use the justfile.
TODOs
- [ ] Migrate deno.json workspaces to package.json workspaces 1-to-1, see if typedoc natively supports that.
- [ ] Move to nicer typedoc boxes theme when it's finished.
- [ ] Render
@types/denodocs. - [ ] Render (or link to?) supported Web APIs.
- [ ] finish "packages" render by adding missing
package.jsons to every package.
Deno Standard Library
High-quality APIs for Deno and the web. Use fearlessly.
[!IMPORTANT] Newer versions of the Standard Library are now hosted on JSR. Older versions up till 0.224.0 are still available at deno.land/std.
Resources
- Package list
- Architecture guide
- Design documentation
- Contributing guidelines
- Frequently asked questions (FAQ)
Releases
Package versions >=1.0.0 follow Semantic Versioning, and package versions <1.0.0 follow this proposal.
Badge
[!NOTE] Previously, this repo hosted the badge SVG file. Now, the badge is retrieved directly from Shields.io.
<a href="https://jsr.io/@std">
<img
width="135"
height="20"
src="https://img.shields.io/badge/Built_with_std-blue?logo=deno"
alt="Built with the Deno Standard Library"
/>
</a>
[](https://jsr.io/@std)