-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
183 lines (174 loc) · 5.65 KB
/
Copy pathmkdocs.yml
File metadata and controls
183 lines (174 loc) · 5.65 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Project Information
site_name: WS1 Intelligence SDK
site_url: https://euc-dev.github.io/ws1-sdk-intelligence
site_author: Phil Helmling
site_description: Submodule for developer.omnissa.com
docs_dir: docs
site_dir: .site
use_directory_urls: true
# Repository
repo_url: https://github.com/euc-dev/ws1-sdk-intelligence
edit_uri: edit/main/docs/
# Copyright
copyright: |
Copyright © 2005-2026 Omnissa, LLC. All rights reserved.<br/>
# Configuration
theme:
name: material
custom_dir: overrides
favicon: assets/logos/favicon-light.svg
logo: assets/logos/favicon-dark.svg
admonition:
note: fontawesome/solid/note-sticky
abstract: fontawesome/solid/book
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
failure: fontawesome/solid/bomb
danger: fontawesome/solid/skull
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
icon:
repo: fontawesome/brands/github
annotation: material/plus-circle
annotation: material/circle-medium
annotation: material/record-circle
annotation: material/arrow-right-circle
annotation: material/arrow-right-circle-outline
annotation: material/chevron-right-circle
annotation: material/star-four-points-circle
annotation: material/plus-circle-outline
palette:
scheme: omnissa
primary: dark-shade-blue
accent: neon
font:
text: Outfit
code: Poppins
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.header
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# Plugins
plugins:
- search:
separator: '[\s\u200b\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- open-in-new-tab
- markdownextradata:
jinja_options:
variable_start_string: "${{"
variable_end_string: "}}"
- git-revision-date-localized:
enabled: !ENV [CI, false]
enable_creation_date: false
exclude:
- index.md
fallback_to_build_date: true
type: timeago
- swagger-ui-tag:
docExpansion: none
filter: ""
syntaxHighlightTheme: monokai
- monorepo
- macros
# Customization
extra:
homepage: https://omnissa.com
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/footer.Cx6ysBfj.css
- assets/stylesheets/neoteroi-mkdocsoad.css
- assets/stylesheets/neoteroi-mkdocs.css
extra_javascript:
- assets/javascripts/tablesort.min.js #https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- assets/javascripts/tablesort.js
# Extensions
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- neoteroi.spantable
- neoteroi.cards
- pymdownx.details
- pymdownx.critic
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- material/.icons
- pymdownx.inlinehilite
- pymdownx.highlight:
use_pygments: true
- pymdownx.snippets:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- toc:
permalink: true
# Navigation
nav:
- index.md
- Omnissa Intelligence SDK for Android:
- ./Android/index.md
- Installing the Android SDK: ./Android/android-install.md
- Enabling App Usage Metrics: ./Android/android-usage-metrics.md
- Network Insights: ./Android/android-apm.md
- Sending UEM Attributes To Intelligence SDK: ./Android/android-integrate-ws1sdk.md
- SDK Modules:
- CrashData: ./Android/crash-data.md
- Crittercism: ./Android/crittercism.md
- CrittercismCallback: ./Android/crittercism-callback.md
- CrittercismConfig: ./Android/crittercism-config.md
- NetworkInstrumentation: ./Android/network-instrumentation.md
- NDK Crash: ./Android/ndk-crash.md
- Telemetry Privacy Configuration: ./Android/privacy-config.md
- Intelligence SDK Allowed Apps: ./Android/allowed-apps.md
- Release Notes: ./Android/release-notes.md
- Omnissa Intelligence SDK for iOS:
- ./Apple/index.md
- Installing Omnissa Intelligence SDK for iOS: ./Apple/install-ios.md
- Network Insights: ./Apple/ios-apm.md
- Enabling Telemetry Features in IntelligenceSDK for iOS: ./Apple/ios-enable-telemetry-features-in-intelsdk.md
- Sending UEM Attributes To Intelligence SDK: ./Apple/ios-integrate-ws1sdk.md
- Customizing the App Version Reported to Omnissa Intelligence Platform: ./Apple/ios-custom-version.md
- Omnissa Intelligence SDK Constants: ./Apple/ws1constants.md
- SDK Modules:
- Logging Crashes: ./Apple/ios-crash.md
- CRFilter: ./Apple/crfilter.md
- WS1Filter: ./Apple/ws1filter.md
- WS1Intelligence: ./Apple/ws1intelligence.md
- Telemetry Privacy Configuration: ./Apple/ios-privacy-config.md
- Intelligence SDK Allowed Apps: ./Apple/allowed-apps-ios.md
- Release Notes: ./Apple/release-notes.md
- Guides:
- Workspace ONE UEM Custom Settings Integration: ./guides/custom-settings-integration.md