forked from overwolf/overwolf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.json
92 lines (91 loc) · 5.3 KB
/
sidebars.json
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
{
"start": {
"Getting Started":
["start/getting-started", "start/app-creation-process", "start/sdk-introduction", "start/creating-demo-app",
{
"type": "subcategory",
"label": "Sample app",
"ids": ["start/sample-app-overview", "start/sample-app-components", "start/sample-app-architecture"]
},
"start/using-dev-tools", "start/submit-app-proposal"],
"Test Your App":
["start/how-to-test-your-app", "start/technical-checklist", "start/marketing-checklist"],
"Submit Your App":
["start/submit-your-app-to-the-store", "start/custom-installer-for-your-app", "start/promoting-your-app", "start/add-a-knowledge-base-to-app"],
"Monetize Your App":
["start/monetization-overview", "start/ads-sdk-overview", "start/ads-sdk-options", "start/ads-sdk-interaction", "start/ads-sdk-versions"],
"Maintain Your App":
["start/submit-an-app-update", "start/update-your-app-status"]
},
"docs": {
"Best Practices":
["topics/best-practices-overview", "topics/using-overwolf-windows", "topics/what-kind-of-apps-works", "topics/app-specific-experience", "topics/first-time-user-experience", "topics/launch-time-performance", "topics/user-flow-error-handling", "topics/buttons-layout-usage", "topics/communication-guidelines", "topics/user-flow-and-error-handling","topics/games-settings", "topics/hotkeys-best-practices"],
"Case Studies":
["topics/case-study-herowatch"],
"Using Plugins":
["topics/plugins-overview", "topics/how-to-use-plugins-in-your-app", "topics/writing-your-own-plugin", "topics/sample-plugin", "topics/simple-io-plugin", "topics/team-speak-plugin"],
"Using Events":
["topics/using-events"],
"Integrations":
["topics/using-3rd-party-apis", "topics/app-analytics", "topics/login-with-fb-google", "topics/events-SDK-for-game-developers", "topics/twitch-events-sdk-for-game-developers"],
"Legal":
["topics/legal-overview", "topics/legal-app-terms", "topics/legal-developers-terms"]
},
"api": {
"API Reference":
["api/overwolf-api-overview", "api/changelog", "api/manifest-json", "api/overwolf-benchmarking", "api/overwolf-extensions", "api/overwolf-log", "api/overwolf-profile", "api/overwolf-streaming", "api/overwolf-profile", "api/overwolf-tobii", "api/overwolf-utils", "api/overwolf-os"],
"overwolf.benchmarking": ["api/overwolf-benchmarking"],
"overwolf.log": ["api/overwolf-log"],
"overwolf.streaming": ["api/overwolf-streaming"],
"overwolf.profile": ["api/overwolf-profile"],
"overwolf.tobii": ["api/overwolf-tobii"],
"overwolf.utils": ["api/overwolf-utils"],
"overwolf.os": ["api/overwolf-os"],
"overwolf.extensions":
["api/overwolf-extensions", "api/overwolf-extension-current"],
"overwolf.egs":
["api/overwolf-egs"],
"overwolf.games":
["api/overwolf-games", "api/overwolf-games-events", "api/howto-check-events-status-from-app", "api/overwolf-games-inputTracking",
{
"type": "subcategory",
"label": "Games Events List",
"ids": ["api/games-ids", "api/overwolf-games-events-lol", "api/overwolf-games-events-tft", "api/overwolf-games-events-ancestors-legacy", "api/overwolf-games-events-apex-legends", "api/overwolf-games-events-autochess","api/overwolf-games-events-csgo","api/overwolf-games-events-dota2","api/overwolf-games-events-fortnite","api/overwolf-games-events-pubg","api/overwolf-games-events-splitgate","api/overwolf-games-events-heartstone","api/overwolf-games-events-battlerite","api/overwolf-games-events-rocket-league","api/overwolf-games-events-rainbow-six","api/overwolf-games-events-wot","api/overwolf-games-events-wow","api/overwolf-games-events-smite","api/overwolf-games-events-warface","api/overwolf-games-events-robocraft","api/games-external-apis"]
}, {
"type": "subcategory",
"label": "Games Launchers List",
"ids": ["api/overwolf-games-launchers", "api/overwolf-games-launchers-events", "api/launchers-ids","api/overwolf-games-launchers-events-lol"]
}
],
"overwolf.logitech":
["api/overwolf-logitech", "api/overwolf-logitech-arx", "api/overwolf-logitech-led"],
"overwolf.media":
["api/overwolf-media", "api/overwolf-media-audio", "api/overwolf-media-replays","api/overwolf-media-videos"],
"overwolf.settings":
["api/overwolf-settings", "api/overwolf-settings-games"],
"overwolf.social":
["api/overwolf-social", "api/overwolf-social-reddit", "api/overwolf-social-youtube", "api/overwolf-social-discord", "api/overwolf-social-gfycat", "api/overwolf-social-twitter"],
"overwolf.web":
["api/overwolf-web", "api/overwolf-web-webserver", "api/overwolf-web-websocket"],
"overwolf.windows":
["api/overwolf-windows", "api/overwolf-windows-mediaPlayerElement"]
},
"service": {
"Games Events Status":
["status/all", "status/lol", "status/csgo", "status/apex", "status/fortnite", "status/rainbow-six-siege", "status/hearthstone","status/auto-chess","status/pubg","status/dota2","status/rocket-league","status/world-of-tanks","status/splitgate","status/overwatch","status/teamfight-tactics"]
},
"support": {
"Support":
["support/contact-us", "support/create-ticket", "support/request-feature"],
"FAQ":
["support/FAQ"],
"Code Snippets":
["support/gists"],
"Training and Guides":
["support/training"]
},
"download": {
"Download":
["download/download-overview"]
}
}