micrometer-metrics / micrometer-docs

Static website and documentation for Micrometer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micrometer website source (old) main branch status

This repo is the archive of the source code previously used for micrometer.io and the corresponding docs now available at https://micrometer.io/docs.

The current website source is at https://github.com/micrometer-metrics/micrometer-website and documentation source is in each Micrometer repository so it is versioned with the codebase it is documenting.

Given the above, issues and pull requests should not be opened to this repository anymore. If you have an issue with the website, report it to https://github.com/micrometer-metrics/micrometer-website. If you have an issue or contribution for the documentation, please open it in the respective repository.


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 ./gradlew 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 Broadcom

About

Static website and documentation for Micrometer.

License:Apache License 2.0


Languages

Language:JavaScript 78.8%Language:Java 11.2%Language:HTML 7.7%Language:CSS 2.3%