Skip to content

Commit 3450deb

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 3450deb

File tree

7 files changed

+457
-2
lines changed

7 files changed

+457
-2
lines changed

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

doc/user/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Features that can be toggled in this file are generally only affect the routing
215215
but for consistency all such "feature flags", even those that would affect graph building, are
216216
managed in this one file.
217217

218-
### OTP Features
218+
### OTP Feature toggles
219219

220220
Here is a list of all features which can be toggled on/off and their default values.
221221

0 commit comments

Comments
 (0)