Parcourir la source

docs: Add netlify.toml

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Dave Tucker il y a 3 ans
Parent
commit
713ea349fd
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      netlify.toml

+ 7 - 0
netlify.toml

@@ -0,0 +1,7 @@
+[build]
+  publish = "target/doc"
+  command = "rustup toolchain install nightly && cargo xtask docs"
+
+[[redirects]]
+  from = "/"
+  to = "/aya"