/opentelemetry.io

The OpenTelemetry website and documentation

Primary LanguageHTMLApache License 2.0Apache-2.0

opentelemetry.io

This repo houses the source code for the OpenTelemetry website and documentation.

Publishing the site

The OpenTelemetry website is published automatically by Netlify. When changes are pushed to the master branch, Netlify re-builds and re-deploys the site and stages a deploy preview for those changes.

Site adminstrators can access the admin interface here.

Deploy previews

Whenever you submit a pull request to this repo, Netlify creates a deploy preview for the changes in that specific PR. You can view the deploy preview in the Netlify panel that appears under the PR description.

Dev Setup

Instructions

  • Fork and clone the repository
  • Install Hugo and npm
  • Run make serve
  • Open http://localhost:1313 to check the site