# About this website

> How this site is built, maintained, and deployed.

---

LLMS index: [llms.txt](/llms.txt)

---

This section is for site maintainers and contributors. It documents how the
OpenTelemetry website is organized, built, maintained, and deployed.

<span class="badge fs-6 py-2">
<i class="fa-solid fa-person-digging text- pe-2 px-1"></i> Section under construction. <i class="fa-solid fa-person-digging text- ps-2 px-1"></i>
</span>

## Content (planned) {#content}

Tentatively planned content organization:

- **About** — High-level information about the website project, including its
  purpose, ownership, and overall status.
- **Needs, requirements, and features** — Stakeholder needs, requirements, and
  other relevant information broken down into features.
- **Design** — Architectural design, Information Architecture (IA), layout, UX
  choices, theme related decisions, and other design-level artifacts.
- **Implementation** — Code-level structure and conventions, Hugo/Docsy
  templates, SCSS/JS customizations, patches, and internal shims.
- [**Build**](./build/) — Tooling, local development setup, CI/CD workflows,
  deployment environments, and automation details.
- **Deployment** — Deployment-specific behavior for the OpenTelemetry website.
- **Quality** — Link checking, accessibility standards, tests, review practices,
  and other quality-related processes.
- **Roadmap** — Milestones, backlog, priorities, technical debt, and
  design/implementation decisions.

## Adding content

Keep pages short and high signal.

- Record decisions, rationale, constraints, and key rules.
- Prefer concise summaries over long background sections.
- Link to issues, plans, or code for detail instead of repeating them here.
- Add only the content needed to explain how the site works and why.

## Site build information

Netlify build information:

| Attribute | Value |
|---|---|
Netlify built | `true`
Date/time[^date] | 2026-04-10 07:49 UTC[^local-time]
ID | `69d8ab09a3ffe80008342cd9`
Deploy log | [69d8ab09a3ffe80008342cdb](https://app.netlify.com/teams/opentelemetry/builds/69d8ab09a3ffe80008342cdb)
Deploy context | production
Commit | [@17418b2](https://github.com/open-telemetry/opentelemetry.io/commit/17418b2543ac02f9cc01c3e0a50433468203c19c)
Branch | `main`


[^date]: Approximate build timestamp.
[^local-time]: In your timezone: <span id="local-time">unknown</span>.

<script>
document.addEventListener("DOMContentLoaded", function() {
  var options = { hour: '2-digit', hour12: false, minute: '2-digit', timeZoneName: 'short' };
  var buildDate = new Date("2026-04-10T07:49:15Z");
  document.getElementById("local-time").innerText = buildDate.toLocaleString(undefined, options);
});
</script>

---

Section pages:

- [Features](/site/features/): Brief summaries of notable site features with links to their primary references.
- [Design](/site/design/): Architectural to lower-level design documentation for the OpenTelemetry website.
- [Build](/site/build/): CI/CD workflows, NPM scripts, helper scripts, deployment environments, and tooling used to build and maintain the OpenTelemetry website.
