From 0e6009fd5c8631618180c666d7befebf901f1515 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 11 Jun 2024 18:26:27 +0200 Subject: [PATCH 1/2] Update the Gradle Cookbook summary --- docs/cookbook/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/cookbook/README.md b/docs/cookbook/README.md index ba22ee3..0c955a2 100644 --- a/docs/cookbook/README.md +++ b/docs/cookbook/README.md @@ -5,19 +5,20 @@ description: > --- Gradle Cookbook is an open-source collection of recipes, guides and examples for the Gradle Build Tool. -The goal of this portal is to offer solution-based documentation for end users, -including but not limited to key use cases like -publishing to Maven Central, -CI/CD tool and IDE integrations, +This is a complementary resource to the official [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html), +which covers core capabilities maintained by the Gradle team. + +The goal of this portal is to offer solution-based documentation for end users about external integrations, +including but not limited to +CI/CD tools, IDEs, support for languages and frameworks, -troubleshooting Gradle Build Tool, -etc. +and various peripheral tools. In this document, _Gradle Build Tool_ is abbreviated _Gradle_. !!! note The Gradle Cookbook is under active development. - Its structure and links may change, and we're working on adding more content. + Its structure, scope and links may change, and we're working on adding more content. Any contributions are welcome, see the [Contributor Guide](./CONTRIBUTING.md)! ## Why and How? From 692f751359cb9cae6bba9c76fb75e4f55a60cdd5 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 11 Jun 2024 18:28:02 +0200 Subject: [PATCH 2/2] Update docs/cookbook/README.md --- docs/cookbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/README.md b/docs/cookbook/README.md index 0c955a2..160a398 100644 --- a/docs/cookbook/README.md +++ b/docs/cookbook/README.md @@ -17,7 +17,7 @@ and various peripheral tools. In this document, _Gradle Build Tool_ is abbreviated _Gradle_. !!! note - The Gradle Cookbook is under active development. + The Gradle Cookbook is under active development (see the roadmap item [here](https://github.com/gradle/community/issues/42)). Its structure, scope and links may change, and we're working on adding more content. Any contributions are welcome, see the [Contributor Guide](./CONTRIBUTING.md)!