(docs): overhaul documentation (#76)

Updated for latest Org-roam, and add all relevant information into the new documentation site.
This commit is contained in:
Jethro Kuan
2020-02-15 14:49:11 +08:00
committed by GitHub
parent 01130b49e1
commit 914bbe3b53
13 changed files with 216 additions and 24 deletions

View File

@@ -5,6 +5,5 @@ pkgs.mkShell {
name = "docs";
buildInput = with pkgs; [
mkdocs
python3Packages.alabaster
];
}