This is the source repo for the OpenTelemetry website and project documentation. The site is built using Hugo and hosted on Netlify.
Do you maintain or contribute to an integration for OpenTelemetry? We'd love to feature your project in the registry!
To add your project, submit a pull request. You'll need to create a data
file in /content/en/registry
for your project. You can find a template in
./templates/registry-entry.md
Follow the setup instructions then, to create a skeletal blog post, run the following command from the repo root:
$ hugo new content/en/blog/2022/file-name-for-your-blog-post.md
Start editing the markdown file at the path you provided in the previous command. The file is initialized from the blog-post starter under archetypes. Once your post is ready, submit it through a pull request.
See CONTRIBUTING.md.
Roles:
- Approvers: @open-telemetry/docs-approvers
- Maintainers: @open-telemetry/docs-maintainers
- Blog approvers: @open-telemetry/blog-approvers
Learn more about roles in the community repository. Thanks to all who have already contributed!
- Documentation: CC-BY-4.0
- Code: Apache-2.0