- Add the missing accent to "línea" in `markdown.md` and `cli.md`.
- Translate a lingering English word ("The" to "La") in `default-theme-config.md`.
- Translate remaining English placeholder texts in `default-theme-home-page.md` and sync the hero text with the actual `config.ts` translation.
- change "tu" to "su" in `default-theme-last-updated.md`.
- Update the pagination terminology from "próximo" to "Siguiente" in `default-theme-layout.md`.
- Remove the redundant `{#layout}` anchor from the main document heading.
- Fix Portuguese slip-ups by changing "gerará" to "generará" and "obter" to "obtener".
- Add the missing "Contenido Markdown" section
- Standardize the "Get Started" button translation from "Iniciar" to "Comenzar".
- Fix terminology by replacing incorrect translations like "funciones" with "características" and adding missing accents.
- Translate example image paths in the frontmatter code block (e.g., `/icono-de-caracteristica-genial.svg`).
- Fix Portuguese remnants (changing "ou" to "o" in the comments).
- Improve technical phrasing (e.g., using "sobrescribiendo" instead of "anulando").
Also point docs at `themeConfig.lastUpdated.text` instead of the
removed option.
BREAKING CHANGE: The deprecated `themeConfig.lastUpdatedText` option has been removed. Use `themeConfig.lastUpdated.text` instead.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Update code examples to match current configurations in `docs/es/config.ts` and `default-theme-carbon-ads.md`
- Add missing properties to TypeScript interfaces
- Add missing documentation sections for the `skipToContentLabel` option and the `useLayout` composable.
- Fix incorrect vocabulary and Portuguese remnants
- Translate the term "Badge" to "Insignia".
- Translate English placeholder text in the code blocks and examples (e.g., "Title" to "Título", "default" to "predeterminado", "custom element" to "elemento personalizado").
- Fix grammatical errors and improve natural phrasing (e.g., changing "anulando" to "sobrescribiendo", and fixing the capitalization of "Los siguientes").
- Capitalize "Hijos" in the "Personalizar Hijos" heading.
- Clarify "propiedades" by appending "(props)"
BREAKING CHANGE: Uses DocSearch v4 beta. No change is required if you're not customizing the styles of navbar search button or modal. DocSearch AI features are in private beta, you can apply for them at https://forms.gle/iyfb5pC2CiiwszUKA
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
BREAKING CHANGE: `useLocalNav` and `useSidebar` are removed in favor of `useLayout`. To migrate, just do find and replace. Sidebar controls are no longer exported, but I didn't find any usage on GitHub. If there is demand, we can export respective composables later. `DefaultTheme.DocSidebar` and `DefaultTheme.DocLocalNav` types are also removed.
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Co-authored-by: userquin <userquin@gmail.com>
- rename router.onAfterRouteChanged to router.onAfterRouteChange to align with naming conventions
- always pass normalized href to router.onAfterRouteChanged
closes#4468