Skip to content

Commit 91dfe89

Browse files
Niko/IOS docs to new template (#551)
* Adding iOS docs. * * Removing todo. * Update docs/sdks/client-sdks/ios/assignments.mdx Co-authored-by: Leo Romanovsky <[email protected]> * Remove debugging. * Fixing initialization API Option Ref * Small quickstart change. * Removing mention of polling. * Adding missing import statements * Fixing package name. * Updating for merge. * deleting ios API reference card as we do not have one of those right now. * Fixing broken link. --------- Co-authored-by: Leo Romanovsky <[email protected]>
1 parent c7a7042 commit 91dfe89

File tree

10 files changed

+582
-292
lines changed

10 files changed

+582
-292
lines changed

docs/quick-starts/feature-flag-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Task {
233233
```
234234

235235
:::note
236-
It is recommended to wrap initialization in a `Task` block in order to perform network request asynchronously. For more information, see the [iOS SDK](/sdks/client-sdks/ios) documentation.
236+
It is recommended to wrap initialization in a `Task` block in order to perform network request asynchronously. For more information, see the [iOS SDK](/sdks/client-sdks/ios/intro) documentation.
237237
:::
238238

239239
</TabItem>

docs/sdks/client-sdks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The SDK uses a background process to fetch and store the experiment data. The p7
2121
- [JavaScript](/sdks/client-sdks/javascript/intro)
2222
- [React Native](/sdks/client-sdks/react-native/intro)
2323
- [Android](/sdks/client-sdks/android/intro)
24-
- [iOS](/sdks/client-sdks/ios)
24+
- [iOS](/sdks/client-sdks/ios/intro)

docs/sdks/client-sdks/ios.md

Lines changed: 0 additions & 288 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "iOS",
3+
"position": 3
4+
}

0 commit comments

Comments
 (0)