diff --git a/docs/assets/pages/Community Bridge/Modules/Menu/menu.md b/docs/assets/pages/Community Bridge/Modules/Menu/menu.md index 456d5a8..831172e 100644 --- a/docs/assets/pages/Community Bridge/Modules/Menu/menu.md +++ b/docs/assets/pages/Community Bridge/Modules/Menu/menu.md @@ -35,6 +35,7 @@ local Bridge = exports['community_bridge']:Bridge() -- Open a simple menu local menuId = Bridge.Menu.Open({ + id = "vehicle_menu", title = "Vehicle Options", description = "Choose an action for your vehicle", options = { @@ -77,4 +78,4 @@ local menuId = Bridge.Menu.Open({ | Ox Lib | `ox_lib` | | QB Menu | `qb-menu` | -The system automatically detects which menu resource is available and uses the appropriate implementation. Format conversion between QB-Core table input style and Ox formats is handled automatically when using the `useQb` parameter. \ No newline at end of file +The system automatically detects which menu resource is available and uses the appropriate implementation. Format conversion between QB-Core table input style and Ox formats is handled automatically when using the `useQb` parameter.