-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Update get-sdks script to support a new sdk docs structure.
Doc generators:
- TypeDoc (Typescript)
- JavaDoc (Java)
- GoDoc (Golang)
- DartDoc (Dart)
HawAPI Docs: /docs/sdks/<sdk-name>/sdkdocs/<sdk-specific-generated-doc>/...
E.g (JavaDoc): /docs/sdks/java-sdk/sdkdocs/javadoc/apidocs/...
E.g (TypeDoc): /docs/sdks/java-sdk/sdkdocs/modules/...
.
├── docs
│ ├── README.md
│ └── /sdkdocs
│ ├── ...
- README.md - Markdown documentation with sdk showcase. Integrated with retype generated files
- /sdkdocs - All specific language doc generated files
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done