Add agent-focused links to the docs footer#18032
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot inject in Footer component along with the other links |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Done in 42cabaa — moved from the post-build hook to Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
Adds an “agent-links” row to the documentation site footer to surface agent-oriented quick links (llms.txt, Create Workflow, Install, Reference) on every docs page.
Changes:
- Added an
agent-linkslink row between “Community Feedback” and the “Made with …” footer line. - Introduced new footer styling for the
agent-linksrow to match existing footer link styling.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <a href="https://github.github.com/gh-aw/llms.txt">llms.txt</a> | ||
| <span class="legal-separator" aria-hidden="true">·</span> | ||
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/create.md">Create Workflow</a> | ||
| <span class="legal-separator" aria-hidden="true">·</span> | ||
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/install.md">Install</a> | ||
| <span class="legal-separator" aria-hidden="true">·</span> | ||
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md">Reference</a> |
There was a problem hiding this comment.
The new agent links navigate to external resources (including raw.githubusercontent.com) but don’t include target="_blank"/rel="noopener noreferrer", unlike the other footer links in this component (e.g., Community Feedback and Terms/Privacy/Security). For consistency and to avoid taking users away from the docs site, consider adding the same attributes to these anchors (or intentionally make them same-tab and update the rest to match).
| <a href="https://github.github.com/gh-aw/llms.txt">llms.txt</a> | |
| <span class="legal-separator" aria-hidden="true">·</span> | |
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/create.md">Create Workflow</a> | |
| <span class="legal-separator" aria-hidden="true">·</span> | |
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/install.md">Install</a> | |
| <span class="legal-separator" aria-hidden="true">·</span> | |
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md">Reference</a> | |
| <a href="https://github.github.com/gh-aw/llms.txt" target="_blank" rel="noopener noreferrer">llms.txt</a> | |
| <span class="legal-separator" aria-hidden="true">·</span> | |
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/create.md" target="_blank" rel="noopener noreferrer">Create Workflow</a> | |
| <span class="legal-separator" aria-hidden="true">·</span> | |
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/install.md" target="_blank" rel="noopener noreferrer">Install</a> | |
| <span class="legal-separator" aria-hidden="true">·</span> | |
| <a href="https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md" target="_blank" rel="noopener noreferrer">Reference</a> |

Adds quick-start links for agents to the site footer, visible on every documentation page.
Changes
docs/src/components/CustomFooter.astro: Adds anagent-linksrow withllms.txt · Create Workflow · Install · Referencelinks, styled to match the existing footer links and placed between the Community Feedback link and the "Made with ♥" lineResult
The links point to the
llms.txtindex, the create-workflow markdown, the install guide, and the reference document — mirroring the agent-oriented pointers already present at the top ofREADME.md.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.