Add to the <head> section of docs/index.html:
<link rel="alternate" type="text/markdown" href="/llms.txt" title="LLM documentation index">
<link rel="alternate" type="text/markdown" href="/llms-full.txt" title="Full LLM documentation">
<link rel="alternate" type="text/markdown" href="/index.md" title="Markdown version">
This makes the AI-readable documentation discoverable via standard HTML link discovery — agents parsing the DOM will find these without guessing well-known paths. The equivalent of advertising RSS feeds in <head> for feed readers.
Add to the
<head>section ofdocs/index.html:This makes the AI-readable documentation discoverable via standard HTML link discovery — agents parsing the DOM will find these without guessing well-known paths. The equivalent of advertising RSS feeds in
<head>for feed readers.