-
Notifications
You must be signed in to change notification settings - Fork 15
Add complete configuration documentation: 13 comprehensive how-to guides #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: hawkeyexl <[email protected]>
|
@copilot Create guides for every one mentioned in additional-guides.mdx |
- Added comprehensive guides for parallel testing, environment variables, hooks, file type detection, test detection, debugging, multiple environments, browser config, DITA, relative paths, API origin, and website crawling - Removed placeholder additional-guides file - Updated sidebar to include all guides - All guides follow Google Developer Style Guide and Good Docs Project templates Co-authored-by: hawkeyexl <[email protected]>
Done! I've created all 13 configuration how-to guides mentioned in additional-guides.mdx: ✅ How to run tests in parallel All guides:
The placeholder additional-guides.mdx file has been removed and replaced with actual working guides. All guides are now in the sidebar under Configuration. Commit: cd33420 |
Description
Adds comprehensive configuration documentation with 13 complete how-to guides covering all aspects of Doc Detective configuration. Replaces the placeholder "future guides" document with fully implemented, production-ready guides following Google Developer Style Guide and The Good Docs Project templates.
Type of contribution
Related issue
Related to configuration documentation requirements
Changes made
Created 13 Complete How-To Guides:
how-to-create-config-file.mdx- Configuration fundamentalshow-to-setup-openapi.mdx- OpenAPI integrationhow-to-run-tests-in-parallel.mdx- Parallel test executionconcurrentRunnersoptionhow-to-use-environment-variables.mdx- Environment variable management.envfilesloadVariables$VARIABLE_NAMEsyntaxhow-to-setup-hooks.mdx- Before and after hooksbeforeAnyfor test setupafterAllfor cleanuphow-to-configure-file-type-detection.mdx- File type customizationfileTypesarrayhow-to-configure-test-detection.mdx- Test detection controldetectStepsoptionhow-to-debug-failing-tests.mdx- Debugging configurationdebug: truefor breakpoint supportdebug: "stepThrough"for step-by-step executionlogLeveltodebugfor detailed outputhow-to-setup-multiple-environments.mdx- Multiple environment management--configflag to select configurationshow-to-configure-browsers.mdx- Browser configuration deep divehow-to-test-dita.mdx- DITA documentation testingprocessDitaMapsoptionhow-to-configure-relative-paths.mdx- Relative path configurationrelativePathBaseoptioncwdandfilebase pathshow-to-configure-api-origin.mdx- API origin configurationoriginconfiguration optionoriginwith environment variableshow-to-enable-website-crawling.mdx- Website crawlingcrawloptionEnhanced Existing Documentation:
contexts/index.md- Added practical guidanceRemoved:
additional-guides.mdx- Replaced with 13 complete, working guidesUpdated:
sidebars.ts- Added all 13 guides to Configuration section navigationTesting performed
npm run start)npm run build)Screenshots (if applicable)
Configuration How-To Guide:

OpenAPI Integration Guide:

Updated Contexts Page:

Checklist
.mdxextension/docs/pagenot../page)Additional notes
All 13 guides follow consistent documentation standards:
Each guide includes:
Total documentation added: ~85,000+ characters across 11 new guides plus enhanced existing guides.
For reviewers:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.