diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 09:34:19 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 09:34:19 +0300 |
| commit | 5fe7f9ad745696076dae479a23431b22f67abea4 (patch) | |
| tree | b36712bce128ae27e9885cf0d5d44caaf509dd8c /docs/_html_extra | |
| parent | 8a7e96d6fa25a1098c134146883d4f577ab229ca (diff) | |
| download | vyos-documentation-5fe7f9ad745696076dae479a23431b22f67abea4.tar.gz vyos-documentation-5fe7f9ad745696076dae479a23431b22f67abea4.zip | |
docs(llms.txt): point links at .md sources, not .html
Per the [llms.txt spec](https://llmstxt.org/), `/llms.txt` links should
point at markdown files (the spec example: `[API docs](https://example.com/api.md)`).
We were using `.html` URLs, which still work but force LLM consumers
through HTML parsing for content that's already available as raw MyST
at the same path (the `.md` is copied to HTML root by
`_copy_md_sources`).
Pivot the curated llms.txt template to `.md` URLs across all 22
entries. Spec-compliant, no extra requests, LLMs get raw markdown
without the navigation chrome.
Verified locally: `/en/<ver>/<page>.md` returns 200 with raw MyST
content (frontmatter + body) for all linked paths on this branch.
Same pivot applied symmetrically across [#1874](https://github.com/vyos/vyos-documentation/pull/1874) (current),
[#1876](https://github.com/vyos/vyos-documentation/pull/1876) (sagitta), and [#1903](https://github.com/vyos/vyos-documentation/pull/1903) (circinus).
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/_html_extra')
0 files changed, 0 insertions, 0 deletions
