# Project and website documentation

> How Docsy theme and website are built, maintained, and deployed.

---

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

---

<span class="badge bg-warning text-bg-warning fs-6">
<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}

Planned content organization (tentative):

- [About](about/): High-level information about the project, including its
  purpose, ownership, and overall status.
- **Design**: Architectural design, Information Architecture (IA), layout, UX
  choices, theme related decisions, and other design-level artifacts.
- [Implementation](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.
- **Quality**: Link checking, accessibility standards, tests, review practices,
  and other quality-related processes.
- **Roadmap**: Milestones, backlog, priorities, technical debt, and
  design/implementation decisions.

## Site build information

Docsy version: `v0.15.1-dev+002-over-main-ce9942b8`

Netlify build information:

| Attribute | Value |
|---|---|
Netlify built | `true`
Date/time[^date] | 2026-05-20 22:21 UTC[^local-time]
ID | `6a0e33ce2f874c0008e0caec`
Deploy log | [6a0e33ce2f874c0008e0caee](https://app.netlify.com/teams/docsydocs/builds/6a0e33ce2f874c0008e0caee)
Build context |[PR #2637](https://github.com/google/docsy/pull/2637)
  Deploy context | deploy-preview
Commit | [@897797b](https://github.com/google/docsy/commit/897797b12e6950a0e33d93eaf15e4d8f1725a52b)
Branch | `pull/2637/head`


[^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-05-20T22:21:49Z");
  document.getElementById("local-time").innerText = buildDate.toLocaleString(undefined, options);
});
</script>

---

Section pages:

- [About the project](/project/about/): High-level information about the project, including its purpose, ownership, and overall status.
- [Build](/project/build/): Tooling, local development setup, CI/CD workflows, deployment environments, and automation details.
- [Implementation](/project/implementation/): Code-level structure and conventions, Hugo/Docsy templates, SCSS/JS customizations, patches, and internal shims.
- [Repository-root markdown files](/project/repo/): Repository-root pages for the Docsy project.
- [Style guide](/project/style-guide/): Writing and formatting conventions for Docsy project documentation.
