From 2caf429edb80c30ff7e8f31ecd418ece901d77f4 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 13 Mar 2023 00:06:48 -0400 Subject: [PATCH] Cleanup --- docs/index.adoc | 8 ++++---- justfile | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.adoc b/docs/index.adoc index 589b6ea..6e4e4d9 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -2,11 +2,11 @@ :nofooter: :!webfonts: -:source-highlighter: rouge -:rouge-style: molokai -:sectlinks: +// :source-highlighter: rouge +// :rouge-style: molokai +// :sectlinks: -= xpin += Index == Pages diff --git a/justfile b/justfile index 6099a2f..e3a2225 100644 --- a/justfile +++ b/justfile @@ -22,16 +22,16 @@ wordlist-build: . wordlist/venv/bin/activate && cd wordlist && for i in *.py; do "./${i}"; done js-build: output-clean wasm-build docs-build - rsync -ha ./build/docs/ ./web-frontend/static/docs/ yarn --cwd ./web-frontend/ build rsync -ha ./web-frontend/build/ ./build/ output-clean: - rm -vrf ./build/ ./web-frontend/build/ - mkdir ./build/ + rm -vrf ./build/ ./web-frontend/build/ ./web-frontend/static/docs/ + mkdir -p ./build/ ./web-frontend/static/docs/ docs-build: output-clean earthly +docs + rsync --stats -ha ./build/docs/ ./web-frontend/static/docs/ cargo doc --all # TODO: Clippy