Skip to content

documentation

Required: No
Type: List of objects

List of documentation set configurations used by the SDK extension. Components in the SDK extension can reference specific documents in documentation sets listed here, while this entry controls the version used.

Field Type Description
docset string Name of the docset
version string Version of the docset

Example

1
2
3
4
5
documentation:
  - docset: gecko-platform
    version: 3.2.0
  - docset: bluetooth
    version: 3.2.0
Back to top