Skip to content

Migrate PackageDescription.md reference #8675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The Swift Package Manager leets you share your code as a package, depend on and
<!-- - <doc:swift-docc-plugin> -->
<!-- - <doc:swift-container-plugin> -->

<!-- ### Reference -->
<!-- link to PackageDescription API reference docc -->
### Reference
- <doc:PackageDescription> <!-- redirect page to PackageDescription API reference docc -->
<!-- link to Command API reference docc - the DocC Plugin API (PackagePlugin) -->

<!-- reference content for the CLI commands `swift ...` -->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Package Description

Create reusable code, organize it in a lightweight way, and share it across your projects and with other developers.

For more information about the `PackageDescription` framework, please visit the [API documentation](https://developer.apple.com/documentation/packagedescription).