Commit 0b4c980
authored
Autodocs (#266)
Automated update the API documentation published to https://aws.github.io/aws-iot-device-sdk-java-v2/
**Issue:**
- Docs weren't updated unless someone remembered to do it manually.
- Manually updating docs whenever you update code pollutes the diff, making it hard to review
- Having HTML docs in `main` branch can cause issues.
- Bloats size.
- Generated docs might contain licenses we don't want to be redistributing.
**Description of changes:**
- Docs are kept in `docs` branch now
- New `docs.yml` Github Workflow updates the `docs` branch whenever the `main` branch changes.
- New `check-docs` job in `ci.yml` checks pull-requests for anything that would break docs.
- delete the `docs/` folder in `main` and use `.gitignore` to prevent someone from accidentally resurrecting it.
**TODO:**
Turn on warnings as errors (in mavan-javadoc-plugin configuration add `<failsOnError>true</failsOnError>`). I tried turning it on but it was too much work to tackle today, since a lot of warnings were in the generated code.1 parent c04ce42 commit 0b4c980
File tree
339 files changed
+59
-176422
lines changed- .github/workflows
- docs
- jquery
- external/jquery
- images
- jszip-utils/dist
- jszip/dist
- resources
- software/amazon/awssdk
- aws/greengrass
- model
- eventstreamrpc
- model
- iot
- discovery
- model
- iotidentity
- model
- iotjobs
- model
- iotshadow
- model
- sdk
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
339 files changed
+59
-176422
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments