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
- Host: GitHub
- URL: https://github.com/openjdk/babylon-docs
- Owner: openjdk
- License: gpl-2.0
- Created: 2023-12-01T19:22:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T19:13:42.000Z (5 months ago)
- Last Synced: 2026-01-22T07:50:00.418Z (5 months ago)
- Language: Makefile
- Size: 1.72 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).