Skip to content

Agents learn from docs with technical excellence#3458

Open
todah-zg wants to merge 7 commits into
masterfrom
agents-learn-from-docs-with-technical-excellence
Open

Agents learn from docs with technical excellence#3458
todah-zg wants to merge 7 commits into
masterfrom
agents-learn-from-docs-with-technical-excellence

Conversation

@todah-zg
Copy link
Copy Markdown
Contributor

@todah-zg todah-zg commented May 7, 2026

Changelog:

  • automatically generate llms.txt --> short intro + map to the whole site
  • auto generate llms-full.txt --> dumps the entire site into a single markdown file. Apparently agents love this.
  • all pages accessible as pure markdown by appending '.md' to the original url

{{ with .Params.description }}
> {{ . }}
{{ end }}
{{ .RawContent }}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.RawContent includes unrendered Hugo shortcodes (e.g., {{< tabpane >}}, {{< tab >}}), so LLMs will see this noise instead of the actual content. It’s better to use .Plain, which returns rendered, tag-stripped text — clean and readable.

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.

3 participants