Skip to content

Commit 3528deb

Browse files
authored
Add YouTube video link to docs (#104)
### Motivation Link to the ServerSide.swift talk about Swift Configuration from the docs, it's a good primer for folks getting started. ### Modifications Added the link to the readme and docc landing page. ### Result New adopters might have an easier time learning about the library, without having to read docs right away. ### Test Plan Previewed locally.
1 parent 01c85c5 commit 3528deb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A Swift library for reading configuration in applications and libraries.
99

1010
- 📚 **Documentation** is available on the [Swift Package Index](https://swiftpackageindex.com/apple/swift-configuration/documentation/configuration).
1111
- 💻 **Examples** are available [just below](#Examples), in the [Examples](Examples/) directory, and on the [Example use cases](https://swiftpackageindex.com/apple/swift-configuration/documentation/configuration/example-use-cases) page.
12+
- 📺 **Video** introduction is available [on YouTube](https://www.youtube.com/watch?v=I3lYW6OEyIs).
1213
- 🚀 **Contributions** are welcome, please see [CONTRIBUTING.md](CONTRIBUTING.md).
1314
- 🪪 **License** is Apache 2.0, repeated in [LICENSE](LICENSE.txt).
1415
- 🔒 **Security** issues should be reported via the process in [SECURITY.md](SECURITY.md).

Sources/Configuration/Documentation.docc/Documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ For example, to read the timeout configuration value for an HTTP client, check o
145145

146146
For a selection of more detailed examples, read through <doc:Example-use-cases>.
147147

148+
For a video introduction, check out our [talk on YouTube](https://www.youtube.com/watch?v=I3lYW6OEyIs).
149+
148150
These providers can be combined to form a hierarchy, for details check out <doc:Provider-hierarchy>.
149151

150152
### Quick start

0 commit comments

Comments
 (0)