deno.land / x / manual@v1.28.2
This repository is the official documentation for Deno.
Manual is available at: https://deno.land/manual
Clone dotland project next to this manual project. The below commands start
the local deno.land website with the local manual contents. You can preview
how it's rendered.
git clone https://github.com/denoland/dotland.git
cd dotland
MANUAL_PATH=../manual deno task startWhen opening a PR, make sure the code is formatted correctly. To format the code:
deno fmt at the root of this repositoryBefore creating new pages, open an issue and discuss the proposed changes.
Version Info