docs: name OpsMill in llms.txt site title and description#167
Open
yjouffrault wants to merge 1 commit into
Open
docs: name OpsMill in llms.txt site title and description#167yjouffrault wants to merge 1 commit into
yjouffrault wants to merge 1 commit into
Conversation
The generated llms.txt (via @signalwire/docusaurus-plugin-llms-txt) never mentioned OpsMill, so LLM crawlers reading it had no signal that Infrahub is built by OpsMill. Name and link OpsMill in the plugin's siteTitle and siteDescription. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying infrahub-docs with
|
| Latest commit: |
2d1ec36
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c610e14b.infrahub-docs.pages.dev |
| Branch Preview URL: | https://docs-llms-txt-opsmill.infrahub-docs.pages.dev |
Contributor
BeArchiTek
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The
llms.txtfile served at https://docs.infrahub.app/llms.txt is consumed by AI assistants and LLM crawlers to learn what this site is about. It is generated by the@signalwire/docusaurus-plugin-llms-txtplugin from thesiteTitle/siteDescriptionset indocs/docusaurus.config.ts.Today its header reads:
It never mentions OpsMill, so an LLM reading this file gets no signal that Infrahub is the open-source product built by OpsMill. This is part of a broader effort to help search engines and LLM crawlers associate
docs.infrahub.appwithopsmill.com(the company site), since the product and company have different names.Change
In the
@signalwire/docusaurus-plugin-llms-txtplugin config:siteTitle:Infrahub Documentation→Infrahub by OpsMill - DocumentationsiteDescription: now names and links OpsMill —These strings become the title and
>blockquote at the top of the generatedllms.txt(andllms-full.txt).Related
Companion to the cross-linking changes in opsmill/infrahub#9470 (JSON-LD structured data,
og:site_name, footer attribution, overview-page "built by OpsMill" + Solutions list).A separate, still-open follow-up is on the opsmill.com side: add bidirectional JSON-LD (include docs.infrahub.app + the GitHub org in the Organization
sameAs, and add an InfrahubSoftwareApplicationnode).🤖 Generated with Claude Code