/bali-di-site

The online documentation for Bali DI, the compiler plugin for dependency injection in Java and Scala.

Apache License 2.0Apache-2.0

Apache License 2.0

Bali DI Site

This is the source code repository for the documentation website bali-di.namespace.global.

Prerequisites

It is recommended to use this repository with Linux or macOS. Windows may work, but is generally not supported.

$ npm install

Development

This repository uses VuePress. To start a local development server:

$ npm run docs:dev

Build

To build the static site:

$ npm run docs:build

Deployment

Every commit on the main branch gets automatically deployed to the website.