The OpenTelemetry website and documentation
Go to file
Phillip Carter 6f0a85b450
Causally, not casually (#2916)
2023-06-27 15:51:34 -04:00
.github Move Go website_docs into opentelemetry.io repo (#2872) 2023-06-16 17:46:21 -07:00
.vscode Add more details to logs concept page (#2880) 2023-06-19 11:38:01 +02:00
archetypes NPM scripts: serve using Hugo, and normalize format cmd names (#2694) 2023-05-11 09:45:48 +02:00
assets Upgrade Docsy to 0.7.0 pre-release (#2840) 2023-06-07 11:56:46 -07:00
content/en Causally, not casually (#2916) 2023-06-27 15:51:34 -04:00
content-modules Move Go website_docs into opentelemetry.io repo (#2872) 2023-06-16 17:46:21 -07:00
data Add collector and language support to sampling concept page (#2904) 2023-06-27 10:53:19 -07:00
iconography .Net logo fix (#2378) 2023-02-21 06:49:42 -08:00
layouts Add collector and language support to sampling concept page (#2904) 2023-06-27 10:53:19 -07:00
scripts OTel spec: link to local OTLP, and fix README link (#2857) 2023-06-10 21:41:05 -07:00
static update arns for lambda docs (#2894) 2023-06-21 09:05:33 -07:00
templates Reorg text-sharing shortcodes before we add more (#2854) 2023-06-09 10:32:50 -04:00
themes Update docsy to 0.7.1 (#2915) 2023-06-27 11:29:07 -04:00
.editorconfig Add editorconfig file 2019-04-29 13:26:47 -07:00
.gitignore Ignore .netlify folder (#1317) 2022-04-25 15:47:50 -04:00
.gitmodules Move Go website_docs into opentelemetry.io repo (#2872) 2023-06-16 17:46:21 -07:00
.gitpod.yml CI: enable Prettier checking (#2290) 2023-02-07 11:44:08 -05:00
.htmltest.yml add otel in focus for may (#2807) 2023-05-31 13:55:44 -07:00
.nvmrc Ensure Netlify uses latest Node LTS (#792) 2021-09-29 10:22:33 -04:00
.prettierignore Move Go website_docs into opentelemetry.io repo (#2872) 2023-06-16 17:46:21 -07:00
CONTRIBUTING.md NPM scripts: serve using Hugo, and normalize format cmd names (#2694) 2023-05-11 09:45:48 +02:00
LICENSE Fix license files (#1217) 2022-03-16 20:07:47 -04:00
LICENSE-CODE Fix license files (#1217) 2022-03-16 20:07:47 -04:00
Makefile CI: NPM script tweaks (#2700) 2023-05-11 13:28:11 -04:00
README.md Update SIG meeting hours in README.md (#2648) 2023-05-02 07:57:09 -07:00
hugo.yaml Move Go website_docs into opentelemetry.io repo (#2872) 2023-06-16 17:46:21 -07:00
netlify.toml CI: add link-checking GH action, stop failing Netlify build on link-check issues (#2504) 2023-03-14 15:27:22 -04:00
package.json Add collector and language support to sampling concept page (#2904) 2023-06-27 10:53:19 -07:00

README.md

OTel logo OpenTelemetry.io

This is the source repo for the OpenTelemetry website, project documentation and blog. The site is built using Hugo and hosted on Netlify.

Get involved

If you are new to OpenTelemetry and just get started with it, you are in a perfect position to help us get better: the website and documentation is the entry point for newcomers like you, so if something is unclear or something is missing let us know!

Read on to learn about other ways on how you can help.

Adding a project to the OpenTelemetry Registry

For details, see Adding to the registry.

Submitting a blog post

You can submit a blog post either by forking this repository and writing it locally or by using the GitHub UI. In both cases we ask you to follow the instructions provided by the blog post template.

Note: Before writing a blog post, please ask yourself, if your content also might be a good addition to the documentation. If the answer is yes, create a new issue/PR with your content to get it added to the docs.

Fork & Write locally

Follow the setup instructions then, to create a skeletal blog post, run the following command from the repo root:

npx hugo new content/en/blog/2023/short-name-for-post.md

If your post will have images or other assets, instead run:

npx hugo new content/en/blog/2023/short-name-for-post/index.md

Edit the markdown file at the path you provided in the previous command. The file is initialized from the blog-post starter under archetypes.

Put assets, if any, like images into the folder created.

Once your post is ready, submit it through a pull request.

Using the Github UI

  • Go to the blog post template and click on Copy raw content at the top right of the menu
  • Create a new file
  • Paste the content from the template
  • Name your file, e.g. content/en/blog/2022/short-name-for-your-blog-post/index.md
  • Start editing the markdown file
  • Once your post is ready click on Propose changes at the bottom.

Contributing

See CONTRIBUTING.md.

We have curated some issues with the tags help wanted and good first issue. This should allow you to quickly find a place to contribute

We (OTel Comms SIG) meet every two weeks on Monday at 9:00 PT. Check out the OpenTelemetry community calendar for the Zoom link and any updates to this schedule.

Meeting notes are available as a public Google doc. If you have trouble accessing the doc, please get in touch on Slack.

Roles:

Learn more about roles in the community repository. Thanks to all who have already contributed!

Licenses