| Age | Commit message (Collapse) | Author | Lines |
|
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>
|
|
Also fixes a few outdated links.
|
|
So that we have freestanding docs.
|
|
[breaking-change]
|
|
|
|
|
|
This was previously implemented, and it just needed a snapshot to go through
|
|
We generate documentation into the doc/ directory, so we shouldn't be
intermingling source files with generated files
|