about summary refs log tree commit diff
path: root/src/doc/favicon.inc
AgeCommit message (Collapse)AuthorLines
2022-01-28doc: no `shortcut` in `rel="icon"`Miguel Ojeda-1/+1
According to https://html.spec.whatwg.org/multipage/links.html#rel-icon: > For historical reasons, the `icon` keyword may be preceded by > the keyword "`shortcut`". And to https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types: > **Warning:** The `shortcut` link type is often seen before `icon`, > but this link type is non-conforming, ignored and **web authors > must not use it anymore.** Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-1/+1
Also fixes a few outdated links.
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-2/+0
So that we have freestanding docs.
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
[breaking-change]
2014-04-25doc: slight design refreshAdrien Tétar-0/+2
2014-04-25rustdoc: fixesAdrien Tétar-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+1
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files