-
Notifications
You must be signed in to change notification settings - Fork 0
Update project documentation #3
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -53,7 +53,6 @@ end | |||||||||||
| - **[Strong Parameters](docs/strong-parameters.md)** - 自動 permit リスト生成 | ||||||||||||
| - **[エラーハンドリング](docs/error-handling.md)** - フラットと構造化エラーフォーマット | ||||||||||||
| - **[シリアライゼーション](docs/serialization.md)** - パラメータのハッシュ・JSON変換 | ||||||||||||
|
Comment on lines
53
to
55
|
||||||||||||
| - **[Strong Parameters](docs/strong-parameters.md)** - 自動 permit リスト生成 | |
| - **[エラーハンドリング](docs/error-handling.md)** - フラットと構造化エラーフォーマット | |
| - **[シリアライゼーション](docs/serialization.md)** - パラメータのハッシュ・JSON変換 | |
| - **[シリアライゼーション](docs/serialization.md)** - パラメータのハッシュ・JSON変換 | |
| - **高度な利用方法について**: 複雑なシナリオや高度な使用例については、[English README](README.md) または GitHub リポジトリのドキュメントをご参照ください。 |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The removal of the advanced usage documentation link may leave users without guidance for complex scenarios. Consider either keeping essential content from the removed file in other documentation sections or adding a note about where users can find advanced usage patterns.