Skip to content

Commit

Permalink
docs: drop roadmap link
Browse files Browse the repository at this point in the history
Fix #1402
  • Loading branch information
ernado committed Feb 17, 2025
1 parent b123392 commit 2cf41b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ requestBody:
### Operation groups
Optionally, operations can be grouped so a handler interface will be generated for each group of operations.
Optionally, operations can be grouped so a handler interface will be generated for each group of operations.
This is useful for organizing operations for large APIs.
The group for operations on a path or individual operations can be specified by `x-ogen-operation-group`, for example:
Expand Down Expand Up @@ -382,4 +382,3 @@ func (s *Error) Decode(d *jx.Decoder) error {
- [Sample project](https://github.com/ogen-go/example)
- [Security policy](https://github.com/ogen-go/ogen/blob/-/SECURITY.md)
- [Telegram chat `@ogen_dev`](https://t.me/ogen_dev)
- [Roadmap](https://github.com/ogen-go/ogen/blob/-/ROADMAP.md)

0 comments on commit 2cf41b4

Please sign in to comment.