Skip to content

Commit 4dfa251

Browse files
authored
Merge pull request #216 from smartdevicelink/hotfix/remove_getting_started_websocket
Remove Getting Started and Websocket Transport guides
2 parents 008ca9f + 8965c4c commit 4dfa251

File tree

9 files changed

+1
-698
lines changed

9 files changed

+1
-698
lines changed

config.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
"name": "Overview",
77
"name_zh-hans": "概述"
88
},
9-
{
10-
"name": "Getting Started",
11-
"name_zh-hans": "入门"
12-
},
13-
{
14-
"name": "WebSocket Transport",
15-
"name_zh-hans": "连接到SmartDeviceLink"
16-
},
179
{
1810
"name": "BasicCommunication",
1911
"navigation": [
-162 KB
Binary file not shown.

docs/Getting Started/index.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

docs/Getting Started/index_zh-hans.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

docs/Overview/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ With SDL as the connectivity middleware in a vehicle's infotainment system, appl
88

99
This guideline describes:
1010

11-
* The types of transports supported by SDL for communication with the HMI
12-
* How to connect over one of the supported transports
1311
* The types of messages and message formats used for communication
1412
* The API that needs to be supported by the vehicle HMI
1513
* Drawings showing exemplary display layouts for illustrating expected HMI behavior
@@ -20,7 +18,7 @@ This guideline describes:
2018

2119
The SDL HMI Integration guidelines may seem daunting at first, but we're not asking you to read them from cover to cover at the start of your exploration into SDL. We recommend an implementation of SDL HMI as follows
2220

23-
1. Get connected to SDL by following the [Getting Started](../getting-started) portion of these guidelines
21+
1. Get connected to SDL by following the [Integrating Your HMI](https://smartdevicelink.com/en/guides/core/integrating-your-hmi/sdl-core-and-hmi-communication/) portion of the SDL Core Guides
2422
2. Once you're connected and registered, connect a sample app such as the [iOS RPC Builder](https://github.com/smartdevicelink/rpc_builder_app_ios) to start to understand the RPC messaging layer in SDL between core and your HMI.
2523
3. From there, you'll notice messages such as BasicCommunication.UpdateAppList. Use this guide to understand what those messages mean and how they can be leveraged in your HMI to provide the best possible user experience.
2624

-200 KB
Binary file not shown.
-120 KB
Binary file not shown.

0 commit comments

Comments
 (0)