Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/templates/RoutingModes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This page is intended as an exhaustive listing of what OTP's routing engine is capable of and
therefore documents internal names. Since OTP has multiple APIs where each works slightly differently,
please consult your API documentation on how to select the appropriate mode.
This page is intended as an exhaustive listing of what OTP's routing engine is capable of and
therefore documents internal names. Since OTP has multiple APIs where each works slightly
differently, please consult your API documentation on how to select the appropriate mode.

<!-- INSERT: street-modes -->

Expand Down
7 changes: 7 additions & 0 deletions doc/user/Basic-Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,10 @@ You can run the OTP .jar file with the `--help` option for a full list of comman
## Exploring the API

If you want to learn how to use OTP's API's, check out the [GraphQL tutorial](apis/GraphQL-Tutorial.md).

## Next Steps

Now that you have OTP running, you may want to explore:
- The complete [list of OTP features](Features.md) to understand all capabilities
- [Configuration options](Configuration.md) to customize your deployment
- [APIs documentation](apis/Apis.md) for integrating OTP with your applications
Loading
Loading