-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
145 lines (135 loc) · 4.77 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
site_name: ""
site_url: https://docs.productscience.app
repo_url: https://docs.productscience.app
edit_uri: edit/main/docs
copyright: Copyright Product Science Inc. All rights reserved.
site_description: >-
Learn to configure and use Product Science
# Content
nav:
- Home: index.md
- CodeTuner for Cloud:
- Overview: cloud/overview.md
- Integration:
- Common: cloud/integration/integration.md
- JVM Agent: cloud/integration/jvm-agent.md
- Usage: cloud/usage.md
- Release Notes:
- Supported JAVA frameworks: cloud/release-notes/release-note-1.md
- CodeTuner for Mobile:
- Overview: mobile/overview.md
- Integration:
- Android:
- Build / Gradle: mobile/integration/android/gradle.md
- CICD / Gradle: mobile/integration/android/cicd.md
- CLI Tool: mobile/integration/android/cli-tool.md
- Integration FAQ: mobile/integration/android/integration-faq-android.md
- User Flow Annotation: mobile/integration/android/user-flow.md
- iOS:
- Build / Xcode: mobile/integration/ios/xcode.md
- Build / Bazel: mobile/integration/ios/bazel.md
- App Distribution: mobile/integration/ios/distribution.md
- Upload API: mobile/integration/upload-api.md
- Device Set-Up:
- Android: mobile/device-set-up/android.md
- iOS: mobile/device-set-up/ios.md
- Record + Upload:
- Android: mobile/record-n-upload/android.md
- iOS: mobile/record-n-upload/ios.md
- Release Notes:
- R1.1 - New UX & UI: mobile/release-notes/R1.1-New-UX-&-UI.md
- R1.2 - Admin: mobile/release-notes/R1.2-Admin.md
- R1.3 - Video: mobile/release-notes/R1.3-Video.md
- R1.4 - Annotations: mobile/release-notes/R1.4-Annotations.md
- R1.5 - Frame Drop Visualization for Android: mobile/release-notes/Frame-Drop-Visualization-for-Android.md
- R1.6 - Product Analytic Tags: mobile/release-notes/Product-Analytic-Tags.md
- R1.7 - Quick Start Guide: mobile/release-notes/Quick-Start-Guide.md
- R1.8 - Support of Xcode 16 and Swift 6: mobile/release-notes/support-of-xcode16-and-swift6.md
- Regression Analysis:
- Overview: ra/overview.md
- API: ra/api.md
- cURL example: ra/example.md
# Visual
theme:
name: material
custom_dir: overrides
logo: images/logo-text.svg
favicon: images/Icon.png
font:
text: Manrope
palette:
# Light mode
# media: "(prefers-color-scheme: light)"
- scheme: default
primary: white
accent: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
include_search_page: false
language: en
features:
- navigation.tabs
- navigation.instant
- navigation.expand
- navigation.top
- content.code.annotate
- navigation.indexes
- navigation.tracking
- search.suggest
# - toc.integrate
markdown_extensions:
- footnotes
- admonition
- attr_list
- toc
# https://facelessuser.github.io/pymdown-extensions/
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.critic
- pymdownx.details
- pymdownx.keys
- pymdownx.emoji
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
plugins:
- minify:
minify_html: false
- search
- macros:
modules: ["ps-plugin"]
- mkdocs-video:
is_video: true
video_muted: true
video_controls: true
css_style:
width: "50%"
- redirects:
redirect_maps:
'integration/android/gradle.md': 'mobile/integration/android/gradle.md'
'integration/android/cicd.md': 'mobile/integration/android/cicd.md'
'integration/android/cli-tool.md': 'mobile/integration/android/cli-tool.md'
'integration/android/integration-faq-android.md': 'mobile/integration/android/integration-faq-android.md'
'integration/android/user-flow.md': 'mobile/integration/android/user-flow.md'
'integration/ios/xcode.md': 'mobile/integration/ios/xcode.md'
'integration/ios/bazel.md': 'mobile/integration/ios/bazel.md'
'integration/ios/distribution.md': 'mobile/integration/ios/distribution.md'
'record-n-upload/ios.md': 'mobile/record-n-upload/ios.md'
'device-set-up/ios.md': 'mobile/device-set-up/ios.md'
'device-set-up/android.md': 'mobile/device-set-up/android.md'
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/product-science-inc/