basic api docs

This commit is contained in:
Thomas Hobson 2021-07-17 14:44:21 +12:00
parent 85fce0d32c
commit 09e0a9497d
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
7 changed files with 252 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
# nativeBuildInputs is usually what you want -- tools you need to run
nativeBuildInputs = with pkgs; [ nodejs-15_x jq ];
nativeBuildInputs = with pkgs; [ nodejs-15_x jq mkdocs ];
}