You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments