Skip to content

Commit 3ba0e23

Browse files
committed
Fix orphaned docs
1 parent 82ac2a5 commit 3ba0e23

6 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/content/docs/version-3.0/add-offer-to-paywall.mdx renamed to _old/add-offer-to-paywall.mdx

File renamed without changes.

src/content/docs/capacitor/capacitor-quickstart-identify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you know a customer user ID but set it only after the activation, that will m
9797
You can pass either an existing customer user ID (the one you have used before) or a new one. If you pass a new one, a new profile created on the activation will be automatically linked to the customer user ID.
9898

9999
:::tip
100-
To exclude created empty profiles from the dashboard [analytics](analytics-charts), go to **App settings** and set up [**Installs definition for analytics**](general#4-installs-definition-for-analytics).
100+
To exclude created empty profiles from the dashboard analytics, go to **App settings** and set up [**Installs definition for analytics**](general#4-installs-definition-for-analytics).
101101
:::
102102

103103
```typescript showLineNumbers

src/content/docs/ios/ios-paywalls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ For more guides on implementing paywalls and handling purchases manually, see th
2424

2525
## Useful features
2626

27-
<CustomDocCardList ids={['ios-use-fallback-paywalls', 'localizations-and-locale-codes', 'ios-web-paywall', 'ios-handle-permissions']} />
27+
<CustomDocCardList ids={['ios-use-fallback-paywalls', 'localizations-and-locale-codes', 'ios-web-paywall']} />

src/content/docs/version-3.0/get-pb-paywalls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Parameters:
105105
| **locale** | <p>optional</p><p>default: `nil`</p> | The identifier of the [paywall localization](add-paywall-locale-in-adapty-paywall-builder). Expected as a language code with one or two subtags separated by `-` (e.g., `en`, `pt-br`). See [Localizations and locale codes](localizations-and-locale-codes). |
106106
| **loadTimeout** | default: 5 sec | This value limits the timeout for this method. If the timeout is reached, cached data or local fallback will be returned. Note that in rare cases this method can timeout slightly later than specified in `loadTimeout`, since the operation may consist of different requests under the hood. |
107107
| **products** | optional | Provide an array of `AdaptyPaywallProduct` objects to optimize the display timing of products on the screen. If `nil` is passed, AdaptyUI will automatically fetch the necessary products. |
108-
| **systemRequestsHandler** | optional | An object conforming to `AdaptySystemRequestsHandler` that handles system permission and review requests triggered by flow actions. Required only if your flow includes such actions. See [Handle permission requests](ios-handle-permissions). |
108+
| **systemRequestsHandler** | optional | An object conforming to `AdaptySystemRequestsHandler` that handles system permission and review requests triggered by flow actions. Required only if your flow includes such actions. |
109109
| **assetsResolver** | optional | A `[String: AdaptyCustomAsset]` dictionary that overrides images and videos in the flow/paywall. See [Customize assets](#customize-assets). |
110110
| **timerResolver** | optional | An object conforming to `AdaptyTimerResolver` that supplies end dates for developer-defined timers. See [Set up developer-defined timers](#set-up-developer-defined-timers). |
111111

src/content/docs/version-3.0/ua-integrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import CustomDocCardList from '@site/src/components/CustomDocCardList';
99

1010
## Network
1111

12-
<CustomDocCardList ids={['ua-facebook', 'ua-tiktok', 'ua-google-ads']} />
12+
<CustomDocCardList ids={['ua-facebook', 'ua-tiktok']} />
1313

1414
## Analytics
1515

src/data/sidebars/tutorial.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,11 @@
12211221
"id": "mail-collect-emails",
12221222
"label": "Collect user emails"
12231223
},
1224+
{
1225+
"type": "doc",
1226+
"id": "mail-brand",
1227+
"label": "Brand"
1228+
},
12241229
{
12251230
"type": "doc",
12261231
"id": "mail-sending-domain",

0 commit comments

Comments
 (0)