Skip to content

Commit 3a42d1a

Browse files
authored
Link new-ish md files and WWDC sessions (#5880)
This should improve the discoverability of these resources.
1 parent f28c338 commit 3a42d1a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Documentation/Plugins.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,3 +376,8 @@ The `XcodePluginContext` input structure is similar to the regular `PluginContex
376376
If any targets are chosen in the Xcode user interface, Xcode passes their names as `--target` arguments to the plugin.
377377

378378
It is expected that other IDEs or custom environments that use SwiftPM could similarly provide modules that define new entry points and extend the functionality of the core `PackagePlugin` APIs.
379+
380+
### References
381+
382+
- "Meet Swift Package plugins" [WWDC22 session](https://developer.apple.com/videos/play/wwdc2022-110359)
383+
- "Create Swift Package plugins" [WWDC22 session](https://developer.apple.com/videos/play/wwdc2022-110401)

Documentation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ We’ve designed the system to make it really easy to share packages on services
1717
* [Dependency Hell](#dependency-hell)
1818
* [Using packages](Usage.md)
1919
* [Package manifest specification](PackageDescription.md)
20+
* [Getting Started with Plugins](Plugins.md)
2021
* [Package discovery with Package Collections](PackageCollections.md)
2122
* [Package Registry service specification](Registry.md)
2223
* [Using SwiftPM as a library](libSwiftPM.md)
24+
* [Using Module Aliasing](ModuleAliasing.md)
2325

2426
***
2527

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Please use [this guide](https://swift.org/getting-started/#using-the-package-man
3131

3232
For Quick Help use the `swift package --help` command.
3333

34-
For documentation on using Swift Package Manager, creating packages, and more, see the [documentation directory](Documentation).
34+
For documentation on using Swift Package Manager, creating packages, and more, see the [documentation directory](Documentation/README.md).
3535

3636
For documentation on developing the Swift Package Manager itself, see the [contribution guide](CONTRIBUTING.md).
3737

0 commit comments

Comments
 (0)