Skip to content

Update dependency vitepress-plugin-llms to v1.14.0 - #248

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitepress-plugin-llms-1.x-lockfile
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitepress-plugin-llms-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
vitepress-plugin-llms 1.13.51.14.0 age confidence

Release Notes

okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.14.0

Compare Source

    🚀 Enhancements

Added support for the llms.txt v2 standard, making LLM-friendly documentation easier for agents to discover.

The plugin now automatically adds discovery links to each HTML page’s <head>:

<link rel="alternate" type="text/markdown" href="/guide/getting-started.md" />
<link rel="describedby" href="/llms.txt" />
  • alternate points to the page’s Markdown version
  • describedby points to llms.txt when generateLLMsTxt is enabled.

These standard links replace the previous hidden "Are you an LLM?" text on regular pages. The homepage hint remains controlled by injectLLMHint.

Added the ability to translate the "Copy / Download as Markdown" buttons via themeConfig, you can now localize these buttons like this:

.vitepress/config.ts:

export default defineConfig({
  locales: {
    root: {
      label: 'English',
      themeConfig: {
        llms: { copyText: 'Copy page', copiedText: 'Copied!' }
      }
    },
    fr: {
      label: 'Français',
      themeConfig: {
        llms: { copyText: 'Copier la page', copiedText: 'Copié !' }
      }
    }
  }
})
    🩹 Fixes
   💖 Contributors
     View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner September 14, 2026 09:00
@renovate
renovate Bot force-pushed the renovate/vitepress-plugin-llms-1.x-lockfile branch from cdc14eb to 51024a5 Compare September 15, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants