toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add info about duplicating output.html.site-url

Tony Wu 522cf679 b7ee6bca

+7 -2
+7 -2
docs/src/permalinks/more-ways-to-link.md
··· 117 117 processes it as usual). 118 118 - For other sites, the link remains functional and will link to your book's website. 119 119 120 - <!-- prettier-ignore-start --> 120 + > [!NOTE] 121 + > 122 + > You may notice that the `book-url` option is repeating mdBook's builtin 123 + > [`output.html.site-url`] option. There is currently an issue that prevents 124 + > preprocessors from properly reusing the builtin option during `mdbook serve`. 121 125 126 + <!-- prettier-ignore-start --> 127 + [`output.html.site-url`]: https://rust-lang.github.io/mdBook/format/configuration/renderers.html#html-renderer-options 122 128 [mdbook-include]: https://rust-lang.github.io/mdBook/format/mdbook.html#including-files 123 129 [trailing-slash]: https://github.com/slorber/trailing-slash-guide?tab=readme-ov-file#trailing-slash-guide 124 - 125 130 <!-- prettier-ignore-end -->