tiffon / documentation

Documentation for the Jaeger Distributed Tracing project.

Home Page:http://jaegertracing.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jaeger website

This repo houses all the assets used to build the Jaeger website, available at https://jaegertracing.io.

Requirements

In order to develop the Jaeger site locally, you'll need to have the following installed:

Setup

macOS

To develop the website on macOS, you'll first need to have Homebrew installed. Once you have Homebrew:

$ make macos-setup

This will install Hugo, the site's static site generator, and all necessary Node.js assets.

Linux

Coming soon.

Running the site locally

If you want to develop the site locally, you can run a single command:

$ make dev

Contributing

Please see CONTRIBUTING.md.

License

Apache 2.0 License.

About

Documentation for the Jaeger Distributed Tracing project.

http://jaegertracing.io/

License:Apache License 2.0


Languages

Language:HTML 48.6%Language:CSS 31.4%Language:JavaScript 11.5%Language:Makefile 4.7%Language:Ruby 3.8%