This repo houses the source code for the OpenTelemetry website and documentation.
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.
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.
- Fork and clone the repository
- Install Hugo
- Run
make serve
- Open
http://localhost:1313
to check the site