Skip to content

Commit 9d6cd1f

Browse files
committed
doc: Add Features documentation
Add Features.md with complete overview of OTP capabilities organized into logical categories. Integrate the features page into documentation navigation and add cross-references from key documentation pages. Changes: - Add doc/user/Features.md with comprehensive feature list - Update mkdocs.yml to include Features in About section - Add links to Features.md from index, Product-Overview, Configuration, RoutingModes, and Basic-Tutorial pages - Update Transit Group Priority description
1 parent 297de30 commit 9d6cd1f

File tree

7 files changed

+461
-6
lines changed

7 files changed

+461
-6
lines changed

doc/templates/RoutingModes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
This page is intended as an exhaustive listing of what OTP's routing engine is capable of and
2-
therefore documents internal names. Since OTP has multiple APIs where each works slightly differently,
3-
please consult your API documentation on how to select the appropriate mode.
1+
This page is intended as an exhaustive listing of what OTP's routing engine is capable of and
2+
therefore documents internal names. Since OTP has multiple APIs where each works slightly
3+
differently, please consult your API documentation on how to select the appropriate mode.
44

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

doc/user/Basic-Tutorial.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,10 @@ You can run the OTP .jar file with the `--help` option for a full list of comman
205205
## Exploring the API
206206

207207
If you want to learn how to use OTP's API's, check out the [GraphQL tutorial](apis/GraphQL-Tutorial.md).
208+
209+
## Next Steps
210+
211+
Now that you have OTP running, you may want to explore:
212+
- The complete [list of OTP features](Features.md) to understand all capabilities
213+
- [Configuration options](Configuration.md) to customize your deployment
214+
- [APIs documentation](apis/Apis.md) for integrating OTP with your applications

0 commit comments

Comments
 (0)