diff --git a/Makefile b/Makefile index eabe38a..8b376cb 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/dalek-logo-clear.png b/docs/assets/dalek-logo-clear.png similarity index 100% rename from dalek-logo-clear.png rename to docs/assets/dalek-logo-clear.png diff --git a/dalek-logo.png b/docs/assets/dalek-logo.png similarity index 100% rename from dalek-logo.png rename to docs/assets/dalek-logo.png diff --git a/dalek-logo.svg b/docs/assets/dalek-logo.svg similarity index 100% rename from dalek-logo.svg rename to docs/assets/dalek-logo.svg diff --git a/rustdoc-include-katex-header.html b/docs/assets/rustdoc-include-katex-header.html similarity index 100% rename from rustdoc-include-katex-header.html rename to docs/assets/rustdoc-include-katex-header.html