We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--book-location
1 parent 1693df3 commit 15e7374Copy full SHA for 15e7374
tests/rustdoc/book-location.rs
@@ -0,0 +1,7 @@
1
+//@ compile-flags: -Zunstable-options --book-location https://somewhere.world
2
+
3
+#![crate_name = "foo"]
4
5
+//@ has 'foo/index.html'
6
+//@ has - '//*[@id="book-loc"]' 'Book'
7
+//@ has - '//*[@href="https://somewhere.world"]' 'Book'
0 commit comments