Description
The llms.txt file provides content for LLMs, and it currently lists only the zero-builds development mode URLs for applications and examples. However, Neo.mjs applications and examples are deployed across four distinct environments (development mode, dist/development, dist/esm, and dist/production), all serving identical functionality through different code delivery methods.
To provide better context for LLMs and clarify the canonical URL strategy, the introductory description within llms.txt needs to be enhanced.
Goal
Update the introductory description in apps/portal/llms.txt to:
- Explain that Neo.mjs applications and examples are available in four equivalent environments.
- Clarify that the URLs listed in
llms.txt are specifically the development mode (zero-builds) versions.
- Provide instructions on how to access other environment versions (e.g., by prefixing the path with
/dist/production/).
- Include a specific example for the Portal app, showing its various environment URLs and the root domain mapping.
Implementation Status
The necessary changes to the getLlmsTxt function in buildScripts/generateSeoFiles.mjs to update this description have already been implemented. This ticket serves to track the completion and verification of this documentation enhancement.
Description
The
llms.txtfile provides content for LLMs, and it currently lists only the zero-builds development mode URLs for applications and examples. However, Neo.mjs applications and examples are deployed across four distinct environments (development mode,dist/development,dist/esm, anddist/production), all serving identical functionality through different code delivery methods.To provide better context for LLMs and clarify the canonical URL strategy, the introductory description within
llms.txtneeds to be enhanced.Goal
Update the introductory description in
apps/portal/llms.txtto:llms.txtare specifically the development mode (zero-builds) versions./dist/production/).Implementation Status
The necessary changes to the
getLlmsTxtfunction inbuildScripts/generateSeoFiles.mjsto update this description have already been implemented. This ticket serves to track the completion and verification of this documentation enhancement.