@@ -9,41 +9,47 @@ site_description: >-
9
9
# Content
10
10
nav :
11
11
- Home : index.md
12
- - Integration :
13
- - Android :
14
- - Build / Gradle : integration/android/gradle.md
15
- - CICD / Gradle : integration/android/cicd.md
16
- - CLI Tool : integration/android/cli-tool.md
17
- - Integration FAQ : integration/android/integration-faq-android.md
18
- - User Flow Annotation : integration/android/user-flow.md
19
- - iOS :
20
- - Build / Xcode : integration/ios/xcode.md
21
- - Build / Bazel : integration/ios/bazel.md
22
- - App Distribution : integration/ios/distribution.md
23
- - Device Set-Up :
24
- - Android : device-set-up/android.md
25
- - iOS : device-set-up/ios.md
26
- - Record + Upload :
27
- - Android : record-n-upload/android.md
28
- - iOS : record-n-upload/ios.md
12
+ - CodeTuner for Cloud :
13
+ - Overview : cloud/overview.md
14
+ - Integration :
15
+ - Common : cloud/integration/integration.md
16
+ - JVM Agent : cloud/integration/jvm-agent.md
17
+ - Usage : cloud/usage.md
18
+ - CodeTuner for Mobile :
19
+ - Overview : mobile/overview.md
20
+ - Integration :
21
+ - Android :
22
+ - Build / Gradle : mobile/integration/android/gradle.md
23
+ - CICD / Gradle : mobile/integration/android/cicd.md
24
+ - CLI Tool : mobile/integration/android/cli-tool.md
25
+ - Integration FAQ : mobile/integration/android/integration-faq-android.md
26
+ - User Flow Annotation : mobile/integration/android/user-flow.md
27
+ - iOS :
28
+ - Build / Xcode : mobile/integration/ios/xcode.md
29
+ - Build / Bazel : mobile/integration/ios/bazel.md
30
+ - App Distribution : mobile/integration/ios/distribution.md
31
+ - Device Set-Up :
32
+ - Android : mobile/device-set-up/android.md
33
+ - iOS : mobile/device-set-up/ios.md
34
+ - Record + Upload :
35
+ - Android : mobile/record-n-upload/android.md
36
+ - iOS : mobile/record-n-upload/ios.md
37
+ - Release Notes :
38
+ - Frame Drop Visualization for Android : mobile/release-notes/Frame-Drop-Visualization-for-Android.md
39
+ - Product Analytic Tags : mobile/release-notes/Product-Analytic-Tags.md
40
+ - Quick Start Guide : mobile/release-notes/Quick-Start-Guide.md
41
+ - R1.4 - Annotations : mobile/release-notes/R1.4-Annotations.md
42
+ - R1.3 - Video : mobile/release-notes/R1.3-Video.md
43
+ - R1.2 - Admin : mobile/release-notes/R1.2-Admin.md
44
+ - R1.1 - New UX & UI : mobile/release-notes/R1.1-New-UX-&-UI.md
45
+
46
+
29
47
- Regression Analysis :
30
- - Overview : regression-analysis/overview.md
31
- - API : regression-analysis/api.md
32
- - cURL example : regression-analysis/example.md
33
- - Cloud Cost :
34
- - Overview : cloudcost/overview.md
35
- - Integration :
36
- - Common : cloudcost/integration/integration.md
37
- - JVM Agent : cloudcost/integration/jvm-agent.md
38
- - Usage : cloudcost/usage.md
39
- - Release Notes :
40
- - Frame Drop Visualization for Android : release-notes/Frame-Drop-Visualization-for-Android.md
41
- - Product Analytic Tags : release-notes/Product-Analytic-Tags.md
42
- - Quick Start Guide : release-notes/Quick-Start-Guide.md
43
- - R1.4 - Annotations : release-notes/R1.4-Annotations.md
44
- - R1.3 - Video : release-notes/R1.3-Video.md
45
- - R1.2 - Admin : release-notes/R1.2-Admin.md
46
- - R1.1 - New UX & UI : release-notes/R1.1-New-UX-&-UI.md
48
+ - Overview : ra/overview.md
49
+ - API : ra/api.md
50
+ - cURL example : ra/example.md
51
+
52
+
47
53
48
54
49
55
# Visual
@@ -118,16 +124,16 @@ plugins:
118
124
width : " 50%"
119
125
- redirects :
120
126
redirect_maps :
121
- ' android/gradle.md ' : ' integration/android/gradle.md'
122
- ' android/cicd.md ' : ' integration/android/cicd.md'
123
- ' android/cli-tool.md ' : ' integration/android/cli-tool.md'
124
- ' android/integration-faq-android.md ' : ' integration/android/integration-faq-android.md'
125
- ' android/user-flow.md ' : ' integration/android/user-flow.md'
126
- ' ios/xcode.md ' : ' integration/ios/xcode.md'
127
- ' ios/bazel.md ' : ' integration/ios/bazel.md'
128
- ' ios/distribution.md ' : ' integration/ios/distribution.md'
129
- ' website-docs/ record-n-upload- ios.md' : ' record-n-upload/ios.md'
130
- ' website-docs/ device-set-up- ios.md' : ' device-set-up/ios.md'
127
+ ' integration/ android/gradle.md' : ' mobile/ integration/android/gradle.md'
128
+ ' integration/ android/cicd.md' : ' mobile/ integration/android/cicd.md'
129
+ ' integration/ android/cli-tool.md' : ' mobile/ integration/android/cli-tool.md'
130
+ ' integration/ android/integration-faq-android.md' : ' mobile/ integration/android/integration-faq-android.md'
131
+ ' integration/ android/user-flow.md' : ' mobile/ integration/android/user-flow.md'
132
+ ' integration/ ios/xcode.md' : ' mobile/ integration/ios/xcode.md'
133
+ ' integration/ ios/bazel.md' : ' mobile/ integration/ios/bazel.md'
134
+ ' integration/ ios/distribution.md' : ' mobile/ integration/ios/distribution.md'
135
+ ' record-n-upload/ ios.md ' : ' mobile/ record-n-upload/ios.md'
136
+ ' device-set-up/ ios.md ' : ' mobile/ device-set-up/ios.md'
131
137
132
138
extra :
133
139
social :
0 commit comments