diff --git a/index.html b/index.html index e741534..d75618b 100644 --- a/index.html +++ b/index.html @@ -191,12 +191,12 @@

- - Current iOS version: 1.0.0 — released Sep 25, 2024 + + Current iOS version: 1.1.0 — released Dec 18, 2024 - - Current Android version: 1.0.1 — released Oct 22, 2024 + + Current Android version: 1.1.0 — released Dec 18, 2024 diff --git a/reference/path-configuration.html b/reference/path-configuration.html index 666ca12..e08fb8a 100644 --- a/reference/path-configuration.html +++ b/reference/path-configuration.html @@ -195,7 +195,7 @@

Path Configuration

-

The basics of Path Configuration are explained in the overview. If you’re ready to build your first Path Configuration, keep reading.

+

The basics of Path Configuration are explained in the overview. If you’re ready to build your first Path Configuration, keep reading.

Settings

settings is your sandbox for App-level configuration. As explained in the overview, common use cases include feature flags or any additional information that your app may use to configure itself. Feel free to add or modify any objects or arrays here, always remembering to version your path configuration if you make breaking changes.

{
"settings": {
"use_local_db": true,
"cable": {
"script_url": "https://hotwire-native-demo.dev/configurations/action_cable.js"
},
"feature_flags": [
{
"name": "new_onboarding_flow",
"enabled": true
}
]
}
"rules": []
}