This repo houses all the assets used to build the Jaeger website, available at https://jaegertracing.io.
In order to develop the Jaeger site locally, you'll need to have the following installed:
To develop the website on macOS, you'll first need to have Homebrew installed. Once you have Homebrew:
$ make macos-setupThis will install Hugo, the site's static site generator, and all necessary Node.js assets.
Coming soon.
If you want to develop the site locally, you can run a single command:
$ make devPlease see CONTRIBUTING.md.