# 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](design/): Architectural design, Information Architecture (IA),
  layout, UX choices, theme related decisions and conventions, and other
  design-level artifacts.
- [Implementation](implementation/): Code-level structure, 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.16.1-dev+d1b0794e`

Netlify build information:

| Attribute | Value |
|---|---|
Netlify built | `true`
Date/time[^date] | 2026-08-26 18:04 UTC[^local-time]
ID | `6a8f2a910385bc0008ee88c7`
Deploy log | [6a8f2a910385bc0008ee88c9](https://app.netlify.com/teams/docsydocs/builds/6a8f2a910385bc0008ee88c9)
Build context |[PR #2745](https://github.com/google/docsy/pull/2745)
  Deploy context | deploy-preview
Commit | [@d1b0794](https://github.com/google/docsy/commit/d1b0794e81be391772d9d9a1efcf7b60ecc6ad30)
Branch | `pull/2745/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-08-26T18:04:33Z");
  document.getElementById("local-time").innerText = buildDate.toLocaleString(undefined, options);
});
</script>

---

Section pages:

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