Skip to content

Commit

Permalink
Merge pull request #44 from gradle/oleg-nenashev-patch-2
Browse files Browse the repository at this point in the history
Update the Gradle Cookbook summary
  • Loading branch information
oleg-nenashev authored Jun 11, 2024
2 parents 0aabe3a + 692f751 commit 6fbcea6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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)!

## Why and How?
Expand Down

0 comments on commit 6fbcea6

Please sign in to comment.