Skip to content

Add <link> discovery tags to docs/index.html for AI agents #397

@aallan

Description

@aallan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions