diff --git a/Sources/Command/Documentation.docc/Documentation.md b/Sources/Command/Documentation.docc/Documentation.md index cd48eeaa..f01d4de7 100644 --- a/Sources/Command/Documentation.docc/Documentation.md +++ b/Sources/Command/Documentation.docc/Documentation.md @@ -1,4 +1,4 @@ -# ``PLCommand`` +# ``Command`` PLCommand is a library for Running Command from Swift @@ -10,3 +10,8 @@ This library provides the ability to run commands within Swift code. ### Essentials - + +### Supports + +- ``Git`` +- ``SwiftPackage`` diff --git a/Sources/Command/Documentation.docc/Support/Git.md b/Sources/Command/Documentation.docc/Support/Git.md index 64e53d46..ca4772d7 100644 --- a/Sources/Command/Documentation.docc/Support/Git.md +++ b/Sources/Command/Documentation.docc/Support/Git.md @@ -1,2 +1,13 @@ -# <#Title#> +# ``PLCommand/Git`` +## Topics + +### Support Command + + +- ``add(_:)`` +- ``clone(_:to:allowingPrompt:)`` +- ``commit(_:)`` +- ``push(remote:branch:allowingPrompt:)`` +- ``pull(remote:branch:allowingPrompt:)`` +- ``checkout(branch:)`` diff --git a/Sources/Command/Documentation.docc/Support/SwiftPackage.md b/Sources/Command/Documentation.docc/Support/SwiftPackage.md index 64e53d46..36d2cb16 100644 --- a/Sources/Command/Documentation.docc/Support/SwiftPackage.md +++ b/Sources/Command/Documentation.docc/Support/SwiftPackage.md @@ -1,2 +1,19 @@ -# <#Title#> +# ``PLCommand/SwiftPackage`` +## Topics + +### Support Command + +- ``create(type:)`` +- ``update()`` +- ``generateXcodeproj()`` +- ``build(configuration:)`` +- ``test(configuration:)`` + + +### Package Type +- ``SwiftPackageType`` + + +### Build Configuration +- ``SwiftBuildConfiguration``