The default theme exports `NotFound.vue` as its `NotFound` component and
renders the not-found page like any page: an authored `404.md` as a doc
page without sidebar, aside or edit link unless frontmatter says otherwise,
the synthesized one bare. `useLayout()` gains `layout`, the resolved layout
name. Pages outside the sidebar no longer get the first sidebar entry as
their next link. The home link of the not-found page has no `aria-label`
anymore: it differed from the visible text, which fails WCAG 2.5.3.
BREAKING CHANGE: the `not-found` layout slot is removed, write a `404.md`
instead; `themeConfig.notFound.linkLabel` is removed, the visible
`linkText` is the accessible name.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>