[docs] Improve docs wording (#59)

This commit is contained in:
Jared Dillard
2025-12-07 23:26:27 -08:00
committed by GitHub
parent 5b1b72bafb
commit 8254002622
2 changed files with 22 additions and 13 deletions
+3 -1
View File
@@ -303,9 +303,11 @@ CMake Workflow
^^^^^^^^^^^^^^
This project uses CMake to orchestrate documentation builds across multiple output formats, serving as a simple demo of the functionality.
Building multiple formats allows you to compare what works best for your docs, as well as allows users to choose which format to feed to their LLM.
This approach enables parallel builds and integrates well with CI/CD platforms like Read the Docs.
Building multiple formats allows you to compare what works best for your docs, as well as allows users to choose which format to feed to their LLM.
Use :confval:`llms_txt_uri_template` to configure links to point to your preferred format.
Key Files
~~~~~~~~~