File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Sources/swift-container-plugin Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,7 @@ let package = Package(
7878 ) ,
7979 dependencies: [ . target( name: " containertool " ) ]
8080 ) ,
81- // Empty target that builds the DocC catalog at /SwiftContainerPluginDocumentation/Documentation.docc.
82- // The ContainerImageBuilder catalog includes high-level, user-facing documentation about using
83- // the ContainerImageBuilder plugin from the command-line.
81+ // Empty target which builds high-level, user-facing documentation about using the plugin from the command-line.
8482 . target(
8583 name: " swift-container-plugin " ,
8684 exclude: [ " README.md " ]
Original file line number Diff line number Diff line change 1- # ContainerImageBuilder Plugin Documentation
1+ # Swift Container Plugin User Documentation
22
3- ` ContainerImageBuilderPluginDocumentation ` is an otherwise empty target that includes high-level,
4- user-facing documentation about using the ContainerImageBuilder plugin from the command-line.
3+ This is an otherwise empty target that includes high-level, user-facing documentation about using the plugin from the command-line.
54
65To preview the documentation, run the following command:
76
You can’t perform that action at this time.
0 commit comments