|
1 | 1 | site_name: Gradle Community Site |
| 2 | +site_author: Gradle Contributors |
2 | 3 | site_description: >- |
3 | 4 | This is an open-source site for all Gradle community matters, |
4 | 5 | including governance, artwork, events, and public infrastructure. |
5 | 6 | copyright: > |
6 | | - For content - Copyright © 2024 - All contributors to the repository and included components. |
| 7 | + Copyright © 2024 - All contributors to the repository and included components. |
7 | 8 | The original content licenses and copyrights from the included repositories are preserved, |
8 | 9 | you can find them in the linked repositories. |
9 | 10 |
|
10 | | - The GRADLE trademark is the property of Gradle, Inc. |
11 | | - Use of the term GRADLE on this website and any content and/or materials available through this website is |
12 | | - for identification purposes only and does not imply sponsorship or endorsement by Gradle, Inc. |
| 11 | + Gradle and the Gradlephant logo (the "Gradle Marks") are registered trademarks of Gradle, Inc. and/or its subsidiaries. |
| 12 | + Use of the Gradle Marks the Gradle Cookbook pages is for identification purposes only and does not imply sponsorship or endorsement by Gradle, Inc. |
| 13 | + In the Gradle Cookbook, "Gradle" typically means "Gradle Build Tool" and does not reference Gradle Inc. and/or its subsidiaries. |
13 | 14 | docs_dir: docs |
14 | 15 | repo_url: https://github.com/gradle/community |
15 | 16 | repo_name: Gradle Community repo |
|
84 | 85 | social: |
85 | 86 | - icon: fontawesome/brands/slack |
86 | 87 | link: https://gradle.org/slack-invite |
87 | | - name: Slack |
| 88 | + name: Slack |
88 | 89 | - icon: fontawesome/brands/github |
89 | 90 | link: https://github.com/gradle |
90 | 91 | name: GitHub |
@@ -180,6 +181,28 @@ plugins: |
180 | 181 | import_url: 'https://github.com/gradle/actions?branch=main&edit_uri=/blob/main/' |
181 | 182 | imports: [ "README.md", "*" ] |
182 | 183 |
|
| 184 | + - with-pdf: |
| 185 | + enabled_if_env: BUILD_PDF |
| 186 | + output_path: pdf/cookbook.pdf |
| 187 | + author: Gradle Contributors |
| 188 | + # FIXME: Needs rendering style to include the trademark notice & Co into the header |
| 189 | + copyright: > |
| 190 | + Copyright © 2024 - All contributors to the repository and included components. |
| 191 | + cover: true |
| 192 | + cover_title: The Gradle Cookbook |
| 193 | + cover_subtitle: Open Source Recipes for Gradle Build Tool |
| 194 | + cover_logo: https://gradle.com/wp-content/themes/fuel/assets/img/branding/gradle-elephant-icon-gradient.svg |
| 195 | + back_cover: true |
| 196 | + toc_title: Table of Contents |
| 197 | + toc_level: 3 |
| 198 | + show_anchors: true |
| 199 | + exclude_pages: |
| 200 | + - ^$ |
| 201 | + - 'CONTRIBUTING' |
| 202 | + - 'events/' |
| 203 | + - 'contributing/' |
| 204 | + - 'projects/' |
| 205 | + |
183 | 206 | - redirects: |
184 | 207 | redirect_maps: |
185 | 208 |
|
|
0 commit comments