docs: align all documentation with redesigned examples#176
Merged
Conversation
Update all documentation references from old examples (hello, todo_crud, with_validation, with_bridge) to new examples (webhook_receiver, report_jobs, notification_request, partner_import_bridge). - Replace 4 example doc pages with new comprehensive guides - Rewrite deployment.md with report_jobs and notification_request - Update READMEs (en, ko, ja, zh-CN), mkdocs.yml, index.md - Update getting-started, usage, faq, testing, contributing, PRD - Fix demo/README.md reference Closes #175
…ts, demo script reference
…ll internal references
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.
Summary
Closes #175
All documentation now references the new examples introduced in PR #174. No code or test changes — documentation only.
Changes
webhook_receiver.md,report_jobs.md,notification_request.md,partner_import_bridge.mdhello.md,todo_crud.md,with_validation.md,with_bridge.mddeployment.mdrewritten: Example 1 →report_jobs(Bearer auth, job submission/polling/download), Example 2 →notification_request(validation integration)Verification
make test— 369 passed, 92.99% coveragemake lint— no issuesmake typecheck— no issuesmake build— successgrepscan for stale references — clean (only CHANGELOG.md historical entries remain, intentionally)