diff --git a/docs/assets/css/gradle.css b/docs/assets/css/gradle.css index 419eae7..d5a42d2 100644 --- a/docs/assets/css/gradle.css +++ b/docs/assets/css/gradle.css @@ -54,6 +54,11 @@ h4 { color: var(--gradle-dark); } +embed { + width: 100%; + min-height:35vh; +} + .youtube-video { overflow: hidden; position: relative; diff --git a/docs/contributing/documentation/Contributing to Gradle Docs.pdf b/docs/contributing/documentation/Contributing to Gradle Docs.pdf new file mode 100644 index 0000000..2cf7c31 Binary files /dev/null and b/docs/contributing/documentation/Contributing to Gradle Docs.pdf differ diff --git a/docs/contributing/documentation/README.md b/docs/contributing/documentation/README.md index 91c95ca..9eaa12e 100644 --- a/docs/contributing/documentation/README.md +++ b/docs/contributing/documentation/README.md @@ -14,6 +14,14 @@ All contributions are welcome! - Use the `#docs` channel to discuss any documentation matters - If your pull request gets stuck, do not hesitate to ask in the `#docs` or `#contributing` channels +## Overview + +In October 2024, we recorded a video overview about contributing to Gradle Documentation. +You can [watch it on YouTube](https://www.youtube.com/watch?v=3v4O_PVcFxQ), +and see the slides below. + +![Alt text](./Contributing%20to%20Gradle%20Docs.pdf){ type=application/pdf } + ## Locations - [Gradle Build Tool - User Manual on docs.gradle.org/](https://docs.gradle.org/)