Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adoptopenjdk/openjdk-website

Website source
https://github.com/adoptopenjdk/openjdk-website

hacktoberfest java openjdk website

Last synced: about 1 month ago
JSON representation

Website source

Awesome Lists containing this project

README

        

[![Deploy to GitHub Pages](https://github.com/AdoptOpenJDK/openjdk-website/actions/workflows/deploy-to-gh-pages.yml/badge.svg)](https://github.com/AdoptOpenJDK/openjdk-website/actions/workflows/deploy-to-gh-pages.yml)

# README

This repository contains the source code for https://www.adoptopenjdk.net.

The `master` branch contains the source code necessary for development. A Jenkins job is used to run a build on this source code, and the output of this build is pushed to the `gh-pages` branch. GitHub Pages then uses this `gh-pages` branch to host the live, production website.

# API
To use the API, see the README at [api.adoptopenjdk.net](https://api.adoptopenjdk.net).

To contribute to the API, or to raise issues, see the separate [GitHub repository](https://github.com/AdoptOpenJDK/openjdk-api).

# Developers

See the [Contribution Guidelines](CONTRIBUTING.md).