mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* build up redirects for API docs hosting * build with all features and documenting config * fix warnings * can rustdoc please provide a way to modify the base url? I want to host the docs at /next/:crate_name, not at /:crate_name ffs * Don't clean URLs... what is rustdoc doing? * now it wants to work??? * build a next index page * unreleased docs banner * show coverage * remove ./ ??? * try 2? * api-docs/ not api-docs-public/ * please
5 lines
220 B
HTML
5 lines
220 B
HTML
<div id="unreleased-version-header">
|
|
<p>This is unreleased documentation for Yew Next version.</p>
|
|
<p>For up-to-date documentation, see <a href="https://docs.rs/yew">the latest version on docs.rs</a>.</p>
|
|
</div>
|