|
| 1 | +--- |
| 2 | +draft: false |
| 3 | +date: 2024-08-12 |
| 4 | +categories: |
| 5 | + - website |
| 6 | + - documentation |
| 7 | + - mkdocs |
| 8 | +authors: |
| 9 | + - gradleup |
| 10 | +--- |
| 11 | + |
| 12 | +# Hello, World! |
| 13 | + |
| 14 | +🐘🎈 GradleUp, a volunteer-driven umbrella GitHub org focused on better Java, Kotlin and Android developer experience with Gradle, got a new website! |
| 15 | + |
| 16 | +<!-- more --> |
| 17 | + |
| 18 | +## What is GradleUp? |
| 19 | + |
| 20 | +GradleUp is a volunteer-driven umbrella GitHub organization |
| 21 | +focusing on simplifying developer experience with [Gradle Build Tool (a.k.a. Gradle)](https://gradle.org/), |
| 22 | +in particular for Java, Kotlin and Android projects. |
| 23 | +We host components and ensure their long-term sustainability. |
| 24 | + |
| 25 | +Our scope includes all things that help to achieve great user and developer experience when working with Gradle. |
| 26 | +It includes but not limited to plugins, developer tools, integrations, documentation or community content. |
| 27 | + |
| 28 | +## So, a Website? |
| 29 | + |
| 30 | +The first release includes: |
| 31 | + |
| 32 | +- Listing of the [GradleUp Projects](../../projects/README.md) |
| 33 | +- Initial [Governance Charter](../../docs/community/governance.md) |
| 34 | +- [Contributing](../../docs/community/participate.md)and |
| 35 | + [New Component Hosting](../../docs/community/hosting.md) guidelines. |
| 36 | +- And this blog! |
| 37 | + |
| 38 | +## Under the Hood |
| 39 | + |
| 40 | +The site is built with [MkDocs](https://www.mkdocs.org/), |
| 41 | +[MkDocs Multirepo Plugin](https://github.com/jdoiro3/mkdocs-multirepo-plugin/tree/main), |
| 42 | +and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material). |
| 43 | +For development, everything is powered by Dev Containers and GitHub Actions. |
| 44 | +As all other resources, the site is open source and open for contributions and new ideas. |
| 45 | +Check out the [Contributing Guide](../../CONTRIBUTING.md). |
| 46 | + |
| 47 | +We’re looking forward to establishing the public communication channels, and onboarding more plugins, developer tools and other cool Gradle things. |
| 48 | +Adventure is out there! |
| 49 | + |
| 50 | +## Credits |
| 51 | + |
| 52 | +This site is a team effort. |
| 53 | +We embed documentation created by many contributors to |
| 54 | +[GradleUp Projects](../../projects/README.md). |
| 55 | +Also, kudos to [Oleg Nenashev](https://github.com/oleg-nenashev) for working on this website and the community foundations, and welcome to the team! |
| 56 | + |
| 57 | + |
0 commit comments