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

https://github.com/openjdk/babylon-docs

https://openjdk.org/projects/babylon
https://github.com/openjdk/babylon-docs

Last synced: 5 months ago
JSON representation

https://openjdk.org/projects/babylon

Awesome Lists containing this project

README

          

Welcome to babylon-docs!
========================

This repository is for design notes, presentations, guides, FAQs, and
other collateral surrounding [OpenJDK Project
Babylon](https://openjdk.org/projects/babylon).

Most documents here are written in (pandoc) Markdown. Changes made to
Markdown sources are automatically formatted and pushed to the [Babylon
project area](https://openjdk.org/projects/babylon) on the OpenJDK web
site.

See https://openjdk.org/ for more information about the OpenJDK
Community and the JDK.

## How to preview babylon-docs in your browser?

To preview your changes, you can use the
[OpenJDK Web Page Generator](https://github.com/mbreinhold/ojweb-generate.git).

Instructions:

```bash
cd babylon-docs/site/
git clone https://github.com/mbreinhold/ojweb-generate.git
echo 'include ojweb-generate/Makefile' > Makefile

make
make preview
```

Then, visit `localhost:8081` in your browser.

To preview changes once the server has started:

```bash
make && make update
```

And refresh the page in the web browser.

For more information about configuration and installation, visit the
[project's repo](https://github.com/mbreinhold/ojweb-generate).