# 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.14.4-dev`

Netlify build information:

| Attribute | Value |
|---|---|
Netlify built | `true`
Date/time[^date] | 2026-04-08 23:26 UTC[^local-time]
ID | `69d6e416eb9d3c000803cd17`
Deploy log | [69d6e416eb9d3c000803cd19](https://app.netlify.com/teams/docsydocs/builds/69d6e416eb9d3c000803cd19)
Deploy context | branch-deploy
Commit | [@ee79b52](https://github.com/google/docsy/commit/ee79b52c11807c46b8eb82c0c83242c9b52bce95)
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-08T23:26:34Z");
  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.
