docs(jin-frame): fix :param → {param} URI template syntax; add URL Template page (RFC 6570)#201
Conversation
… syntax across all docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…param syntax in field/param.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #201 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 107 107
Lines 1089 1089
Branches 293 293
=========================================
Hits 1089 1089 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
:param→{param}전면 수정: docs 전체(EN/KO)에 남아 있던 Express 스타일 path parameter 표기를 RFC 6570 URI Template 방식으로 통일docs/index.md,docs/ko/index.mddocs/what-is-jin-frame.md,docs/ko/what-is-jin-frame.mddocs/getting-to-start.md,docs/ko/getting-to-start.mddocs/method/inheritance.md,docs/ko/method/inheritance.mddocs/method/authorization.md,docs/ko/method/authorization.mddocs/ko/usage-method.md,docs/ko/method/validation.mddocs/field/param.md(Quick Example 전체)URL Template 문서 신규 추가 (
docs/method/url-template.md,docs/ko/method/url-template.md):{variable}vs:variable비교표host,pathPrefix,path모두 URI Template 적용됨 명시🤖 Generated with Claude Code