Commit 8f97618
authored
docs: Add serialization-based schema generation docs (#197)
- Added documentation for runtime JSON schema generation using
`@Serializable` classes.
- Included a new link to "Serialization-Based Schema Generation" in
README.
- Updated docs Gradle configuration
- Enhanced Makefile and AGENTS.md with updated Knit commands and
instructions.
### Pre-Submission Checklist
- [ ] **Self-reviewed** my own code
- [ ] **Tests added/updated** and passing locally
- [x] **Documentation updated** (if needed: README, code comments, etc.)
- [ ] **Focused PR**: Single concern, no unrelated changes or "drive-by"
fixes
- [ ] **Breaking changes documented** (if applicable)
- [ ] **No debug code**: Removed commented-out code and debug statements
---
## Reviewer Guidelines
### What should reviewers focus on?
<!-- Optional: Highlight specific areas needing extra attention -->
### Review Philosophy
Following Google's principle: **Approve if this PR improves the
codebase**, even if it's not perfect.
- [The Standard of Code
Review](https://github.com/google/eng-practices/blob/master/review/reviewer/standard.md)
- [What to look
for](https://github.com/google/eng-practices/blob/master/review/reviewer/looking-for.md)
**For Reviewers:**
- [ ] Does this improve the codebase overall?
- [ ] Are there any critical issues that block approval?
- [ ] Can remaining improvements be addressed in follow-up PRs?
---
## Additional Notes
Explains Question #1931 parent 64a6cf8 commit 8f97618
File tree
6 files changed
+601
-104
lines changed- docs
6 files changed
+601
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments