📚 Documentation Noob Test Report - 2026-03-23 #22395
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-03-24T08:16:36.614Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Critical Issues Found
Confusing Areas
🟡 Missing verb in overview.mdx (Grammar bug)
File:
docs/src/content/docs/introduction/overview.mdx, line 44Current text:
🟡 Confusing model default comment in engines.md
File:
docs/src/content/docs/reference/engines.md, line 51Current text:
The word
warpappears to be a typo forwrap(which enables long-line wrapping in code blocks). Every other code block in the docs uses```yaml wrapor```bash wrap. Only this one instance useswarp. While it renders fine (sinceawis the language andwarp/wrapis a display hint), it's inconsistent and could cause confusion if copied as a template.🟡 Navigation "Examples" link goes to
index.html#gallery— non-standard URLLocation: Top navigation bar (
CustomHeader.astroline 12)Current: The "Examples" header nav link points to
/gh-aw/index.html#galleryIssue for beginners: The
.htmlsuffix in the URL is unusual for modern static sites and the#galleryanchor is not immediately visible on the homepage. A new user clicking "Examples" in the top nav lands on the home page scrolled to a gallery section, which may be unexpected since they'd expect a dedicated examples page. The sidebar correctly shows separate example sections (Issue/PR Events, Scheduled, etc.), creating a disconnect between top-nav and sidebar navigation.🟡 Step 2 in Quick Start:
add-wizardcommand format not explainedFile:
docs/src/content/docs/setup/quick-start.mdxIssue: A beginner doesn't know what
githubnext/agentics/daily-repo-statusrefers to. Is it<github-org>/<repo>/<workflow-file>? Is it a registry path? There's no explanation of this format before using it. This could leave users wondering why they can't use their own repo path format.Suggested addition: Add a brief note explaining the format:
<org>/<repo>/<workflow-name>— the path to a workflow markdown file in the Agentics collection.🟡 "Frontmatter" concept introduced without definition on first reference in Quick Start
File:
docs/src/content/docs/setup/quick-start.mdx, Step 4Issue: This is the first mention of "frontmatter" in the Quick Start, with no inline explanation or link to the glossary. A user who just installed the tool and is customizing their first workflow doesn't know what frontmatter means. There's a tooltip/link on the word in the
overview.mdxpage but not here.Suggested fix: Add a brief parenthetical or link: "frontmatter (the YAML section between
---at the top of the.mdfile)"🟡 Gemini missing from main navigation "Available Coding Agents" section header
File:
docs/src/content/docs/reference/engines.mdThe page title and sidebar say "Copilot, Claude, Codex, and Gemini" but the introductory text on the How They Work page says "Workflows support GitHub Copilot (default), Claude by Anthropic, and Codex" — with no mention of Gemini. A beginner reading How They Work first won't know Gemini is supported until they find the engines reference.
What Worked Well
✅ Clear prerequisites list in Quick Start
The Quick Start page has a well-organized prerequisites block with links to install each dependency. A beginner immediately knows what they need before starting.
✅ Excellent estimated time indicators
Both Quick Start (⏱️ 10 min) and Creating Workflows (⏱️ 5-15 min) have time estimates at the top, which sets appropriate expectations.
✅ Multiple AI engine options clearly documented
The engines reference table is clean and beginner-friendly with a clear mapping of engine → secret required.
✅ TIP callouts for common failures
The Quick Start includes helpful
[!TIP]callouts for authentication issues and first-run secrets failures. These preempt common beginner mistakes.✅ Good redirect infrastructure
There are many historical URL redirects configured (
/start-here/quick-start/→/setup/quick-start/, etc.), meaning bookmarks and old links continue to work.✅ Comprehensive FAQ
The FAQ page covers a wide range of questions new users will have, including the determinism concern, cross-repo access, and editing without recompiling.
✅ Video demonstrations
The Quick Start and Creating Workflows pages include embedded video tutorials — very helpful for visual learners.
✅ GitHub Actions Primer page
The primer page is an excellent addition for developers unfamiliar with GitHub Actions, reducing the assumed knowledge gap.
Recommendations
Quick wins
overview.mdxline 44: add "compiles" to"The \gh aw compile` command this markdown file into..."`quick-start.mdxhow-they-work.mdxengines.mdline 51: the comment# defaults to claude-sonnet-4in a Copilot engine block is misleadingMedium-term improvements
add-wizardpath format in Quick Start Step 2 — briefly explainorg/repo/workflow-nameconventionindex.html#galleryanchor approach for the top nav "Examples" linkLonger-term
References:
Beta Was this translation helpful? Give feedback.
All reactions