Skip to content

kkocel/micrometer-docs

 
 

Repository files navigation

Micrometer website source main branch status

This repo is the source code for micrometer.io.

This project was bootstrapped with Create React App.

To check changes to this repository locally use ./gradlew yarnStart (or yarn start) for development mode.

To run the build use ./gradlew build (or yarn build). Note that you need to run yarn or yarn install first to install all the dependencies defined in package.json. To do that you can run ./gradlew installFrontend

To upgrade project dependencies, run ./gardlew yarnUpgrade (or yarn upgrade) which will update the yarn.lock file based on the defined version ranges and transitive dependencies from package.json.

To deploy the site to GitHub Pages, use the ./gradlew publish (or yarn deploy) command.

To regenerate the adoc files just run ./gradlew generateCoalescedAdocs.


Licensed under Apache Software License 2.0

Sponsored by VMware

About

Static website and documentation for Micrometer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • Java 10.7%
  • HTML 7.4%
  • CSS 2.1%