Commit 55be678
authored
docs: Use swift-docc-plugin to preview documentation (#95)
### Motivation
Makes it easier to preview documentation changes
### Modifications
* Add dependency on swift-docc-plugin
* Add detail on how to preview into the README within the documentation
target
### Result
Documentation changes can be previewed by running the following command:
```
swift package --disable-sandbox preview-documentation --target ContainerImageBuilderPlugin
```
### Test Plan
No functional change.1 parent 7229c3a commit 55be678
File tree
2 files changed
+7
-0
lines changed- Sources/ContainerImageBuilderPluginDocumentation
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
0 commit comments