Skip to content

Add agent-focused links to the docs footer - #18032

Merged
pelikhan merged 3 commits into
mainfrom
copilot/add-footer-to-llms-txt
Feb 24, 2026
Merged

Add agent-focused links to the docs footer#18032
pelikhan merged 3 commits into
mainfrom
copilot/add-footer-to-llms-txt

Conversation

Copilot AI commented Feb 24, 2026

Copy link
Copy Markdown
Contributor

Adds quick-start links for agents to the site footer, visible on every documentation page.

Changes

  • docs/src/components/CustomFooter.astro: Adds an agent-links row with llms.txt · Create Workflow · Install · Reference links, styled to match the existing footer links and placed between the Community Feedback link and the "Made with ♥" line

Result

Footer with agent links

The links point to the llms.txt index, the create-workflow markdown, the install guide, and the reference document — mirroring the agent-oriented pointers already present at the top of README.md.

Original prompt

Add a footer to the llms.txt in the docs ( https://github.github.com/gh-aw/llms.txt )


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add footer to llms.txt in docs Add agent-focused footer to llms.txt Feb 24, 2026
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot inject in Footer component along with the other links

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Feb 24, 2026

Copy link
Copy Markdown
Contributor Author

@copilot inject in Footer component along with the other links

Done in 42cabaa — moved from the post-build hook to CustomFooter.astro, adding llms.txt · Create Workflow · Install · Reference between the Community Feedback link and the existing footer links.

Footer with agent links

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:

  • telemetry.astro.build
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/.npm/_npx/aa98e6899c6baff3/node_modules/.bin/astro build (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)
    • Triggering command: /opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro preview --port 4321 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Add agent-focused footer to llms.txt Add agent-focused links to the docs footer Feb 24, 2026
@pelikhan
pelikhan marked this pull request as ready for review February 24, 2026 03:18
Copilot AI review requested due to automatic review settings February 24, 2026 03:18
@pelikhan
pelikhan merged commit ef611e5 into main Feb 24, 2026
69 checks passed
@pelikhan
pelikhan deleted the copilot/add-footer-to-llms-txt branch February 24, 2026 03:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-links link row between “Community Feedback” and the “Made with …” footer line.
  • Introduced new footer styling for the agent-links row to match existing footer link styling.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +16 to +22
<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>

Copilot AI Feb 24, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
<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>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants