You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-114Lines changed: 3 additions & 114 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,121 +14,10 @@ Reading the short [Basic Terms](https://github.com/FeatureProbe/FeatureProbe/blo
14
14
15
15
## Core Data Structures
16
16
17
-
Reading the short [Doc](https://github.com/FeatureProbe/feature-probe-docs/blob/b8c55a35c771e4223469f1b121f8b78ab3d9bc22/docs/sdk/sdk-introduction.md?plain=1#L13-L34) about core data sturtures. [中文](https://github.com/FeatureProbe/feature-probe-docs/blob/b8c55a35c771e4223469f1b121f8b78ab3d9bc22/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/sdk-introduction.md?plain=1#L14-L35)
17
+
Reading the short [Doc](https://docs.featureprobe.io/sdk/sdk-introduction) about core data sturtures. [中文](https://docs.featureprobe.io/zh-CN/sdk/sdk-introduction/)
18
18
19
-
## Try Out Demo Code
20
-
21
-
We provide a runnable [demo](https://github.com/FeatureProbe/server-sdk-rust/tree/main/examples) for you to understand how FeatureProbe SDK is used.
22
-
23
-
1. Use featureprobe.io online service. [Go to](https://featureprobe.io/login)
24
-
25
-
Or setup FeatureProbe service with docker composer. [How to](https://github.com/FeatureProbe/FeatureProbe#1-starting-featureprobe-service-with-docker-compose)
We have unified integration tests for all our SDKs. Integration test cases are added as submodules for each SDK repo. So
126
-
be sure to pull submodules first to get the latest integration tests before running tests.
127
-
128
-
```shell
129
-
git pull --recurse-submodules
130
-
cargo test
131
-
```
19
+
## How to use this SDK
20
+
See [SDK Doc](https://docs.featureprobe.io/sdk/Server-Side%20SDKs/rust-sdk) for detail. [中文](https://docs.featureprobe.io/zh-CN/sdk/Server-Side%20SDKs/rust-sdk/)
0 commit comments