Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 22, 2025

Moves the "Workflow Status" documentation page from the reference subdirectory to the top level of the documentation structure, positioning it at the bottom of the table of contents.

Changes

  • Relocated status.md: Moved from docs/src/content/docs/reference/status.md to docs/src/content/docs/status.md
  • Updated generation script: Modified scripts/generate-status-badges.js to output to the new location
  • Adjusted sidebar ordering: Changed sidebar order from 999 to 1000 to ensure the page appears at the bottom of the TOC

Implementation

The status page is automatically generated by the generate-status-badges.js script, which runs as a prebuild step (npm run prebuild) before the documentation build. The script:

  1. Scans all .lock.yml workflow files in .github/workflows/
  2. Extracts workflow names from the YAML
  3. Generates a markdown page with status badges for each workflow
  4. Outputs to docs/src/content/docs/status.md

With this change, the "Workflow Status" page now appears as a top-level item in the documentation navigation, separate from the "Workflows" reference section, making it easier to access the status of all agentic workflows in the repository.

Verification

  • ✅ Script successfully generates the file in the new location
  • ✅ Documentation builds without errors
  • ✅ Page renders at /status/index.html with correct sidebar positioning

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: node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)

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

Original prompt

Move "workflow status" documentation page to top level, bottom of the TOC in the docs. Move the .md file and update the script that generates it.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Move workflow status documentation to top level Move workflow status documentation page to top level Oct 22, 2025
Copilot AI requested a review from pelikhan October 22, 2025 09:21
@pelikhan pelikhan marked this pull request as ready for review October 22, 2025 09:23
@pelikhan pelikhan merged commit f6c800b into main Oct 22, 2025
5 checks passed
@pelikhan pelikhan deleted the copilot/move-workflow-status-documentation branch October 22, 2025 09:23
@github-actions
Copy link
Contributor

Agentic Changeset Generator triggered by this pull request.

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.

2 participants