From 63072744eb988ddf9dd77023c0e0966b1eec5001 Mon Sep 17 00:00:00 2001 From: port <108868128+portdeveloper@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:04:32 +0000 Subject: [PATCH] Make llms.txt API entry hrefs the parameterized example URLs --- data/llms-txt/config-default.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/llms-txt/config-default.yml b/data/llms-txt/config-default.yml index 75cd578ae5bb..a623fb2b1815 100644 --- a/data/llms-txt/config-default.yml +++ b/data/llms-txt/config-default.yml @@ -11,9 +11,9 @@ how_to_use: | * [Versions API](https://docs.github.com/api/pagelist/versions): Lists all available documentation versions. * [Languages API](https://docs.github.com/api/pagelist/languages): Lists all available languages. * [Page List API](https://docs.github.com/api/pagelist/en/free-pro-team@latest): Returns every docs page path for a given language and version. - * [Article API](https://docs.github.com/api/article): Returns the full rendered content and context of any docs page as JSON. Example: `curl "https://docs.github.com/api/article?pathname=/en/get-started/start-your-journey/what-is-github"` - * [Article Body API](https://docs.github.com/api/article/body): Returns the full rendered content of any docs page as markdown. Example: `curl "https://docs.github.com/api/article/body?pathname=/en/get-started/start-your-journey/what-is-github"` - * [Search API](https://docs.github.com/api/search/v1): Search across all docs content. Example: `curl "https://docs.github.com/api/search/v1?query=actions&language=en&version=free-pro-team@latest"` + * [Article API](https://docs.github.com/api/article?pathname=/en/get-started/start-your-journey/what-is-github): Returns the full rendered content and context of any docs page as JSON. Example: `curl "https://docs.github.com/api/article?pathname=/en/get-started/start-your-journey/what-is-github"` + * [Article Body API](https://docs.github.com/api/article/body?pathname=/en/get-started/start-your-journey/what-is-github): Returns the full rendered content of any docs page as markdown. Example: `curl "https://docs.github.com/api/article/body?pathname=/en/get-started/start-your-journey/what-is-github"` + * [Search API](https://docs.github.com/api/search/v1?query=actions&language=en&version=free-pro-team@latest): Search across all docs content. Example: `curl "https://docs.github.com/api/search/v1?query=actions&language=en&version=free-pro-team@latest"` * [GitHub MCP server](https://github.com/github/github-mcp-server): For agents that connect via Model Context Protocol, the GitHub MCP server provides tools for working with GitHub itself: repositories, issues, pull requests, workflows, and code. It does not currently include docs search. pinned_section_heading: |