Skip to content

kroegerk/static-website

 
 

Repository files navigation

Micronaut Website

Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.

What to change when a new release is published.

Please, modify main/src/resources/releases.yml

Sources for the Micronaut website

This project builds the Micronaut website. It is using Gradle and is fully statically generated.

Build is Build Status.

Generating the MAIN site

./gradlew :main:runShadow

The output can be found in the main/build/site directory.

To speed up development, execute:

./gradlew :main:runShadow -x :main:buildStarter -x :main:linkchecker

Generating the GUIDES site

./gradlew :guides:runShadow

The output can be found in the guides/build/site directory.

About

The Micronaut website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 60.0%
  • JavaScript 21.6%
  • CSS 16.2%
  • HTML 1.2%
  • Shell 1.0%