Create a new docs/ subtree and move assets into it

This commit is contained in:
Henry de Valence 2018-03-27 14:12:58 -07:00
parent ece4bd715a
commit 51f9823c91
5 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
FEATURES := nightly yolocrypto
doc:
cargo rustdoc --features "$(FEATURES)" -- --html-in-header rustdoc-include-katex-header.html
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html
doc-internal:
cargo rustdoc --features "$(FEATURES)" -- --html-in-header rustdoc-include-katex-header.html --document-private-items
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html --document-private-items

View file

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View file

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View file

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB