Open
feat: host aqa-tests docs on GitHub Pages with Jekyll + just-the-docs#7027
Conversation
- Add docs/_config.yml with just-the-docs theme configuration - Add docs/Gemfile pinning github-pages and just-the-docs gems - Add docs/index.md landing page - Add Jekyll front matter to all docs/pages/ Markdown files with nav_order, parent, and has_children for sidebar navigation - Fix image paths in Triage.md and userGuide.md to use ../diagrams/ - Add .github/workflows/deploy-docs.yml to build and deploy on push - Update README.md with GitHub Pages badge and updated User Guide link Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/d16a273b-1363-4d37-8c9a-17b37a133a09 Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
smlambert
April 16, 2026 16:05
View session
…, triage subfolders Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/720d885d-8545-4a49-9d07-3f30483bee19 Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/211fad5a-d030-4848-9f62-4f5708ca5fcf Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/4a18f910-af07-4f4c-ab61-da0d75c3048c Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
…ce folder Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/028851f9-b7a3-4984-a8cd-a1999d98126b Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/04ee3964-30df-4a39-867c-68749e89bdd7 Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/04ee3964-30df-4a39-867c-68749e89bdd7 Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
Agent-Logs-Url: https://github.com/adoptium/aqa-tests/sessions/bb7c06e3-ee21-4727-ac25-37b3ecebbcee Co-authored-by: smlambert <2836948+smlambert@users.noreply.github.com>
karianna
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reorganize documentation and add deployment yml for hosting on GitHub pages (related #1558)
nav_order, parent, and has_children for sidebar navigation