Skip to content

docs(website): include tag names in llms.txt#13322

Merged
ilhan007 merged 1 commit intomainfrom
docs/llms-txt-tag-names
Mar 24, 2026
Merged

docs(website): include tag names in llms.txt#13322
ilhan007 merged 1 commit intomainfrom
docs/llms-txt-tag-names

Conversation

@ilhan007
Copy link
Copy Markdown
Contributor

Summary

  • Adds the custom element tag name (e.g. ui5-avatar, ui5-button) to each component entry in the generated llms.txt
  • Uses a structured format with tag: and description: fields for better readability and parseability by external tools

Before:

- [Avatar](https://ui5.github.io/webcomponents/components/Avatar/) - An image-like component...

After:

#### [Avatar](https://ui5.github.io/webcomponents/components/Avatar/)
  - tag: `ui5-avatar`
  - description: An image-like component...

Test plan

  • Verify llms.txt is generated correctly after a full build

Each component entry in llms.txt now shows its custom element
tag name alongside the description for easier discoverability
by external tools.
@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

ui5-webcomponents-bot commented Mar 24, 2026

🧹 Preview deployment cleaned up: https://pr-13322--ui5-webcomponents.netlify.app

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 24, 2026 10:14 Inactive
@ilhan007 ilhan007 merged commit 685bd93 into main Mar 24, 2026
14 checks passed
@ilhan007 ilhan007 deleted the docs/llms-txt-tag-names branch March 24, 2026 10:15
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 24, 2026 10:15 Inactive
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.

2 participants