You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.