https://github.com/smartdevicelink/sdl_overview_guides
https://github.com/smartdevicelink/sdl_overview_guides
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdevicelink/sdl_overview_guides
- Owner: smartdevicelink
- License: bsd-3-clause
- Created: 2017-02-03T02:57:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T15:24:34.000Z (over 4 years ago)
- Last Synced: 2025-04-02T15:21:16.775Z (about 1 year ago)
- Language: Python
- Size: 3.92 MB
- Stars: 2
- Watchers: 6
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/Security/Protected Services/assets/tls_handshake_process.png
Awesome Lists containing this project
README
# SDL Overview Guides
SDl Overview Guide content for the [SDL Developer Portal](https://smartdevicelink.com/en/guides/sdl-overview-guides/introduction/).
This is where the documentation for describing most of SDL features will be held.
## Updating the RPC Spec and Protocol Spec
To update the RPC Spec and Protocol Spec documentation to the latest version, please run the following commands:
```bash
cd sdl_overview_guides/doc_retriever
python3 DocRetriever.py
```