Skip to content

Commit 7fdd2c6

Browse files
committed
feat(ui): adt supplemental layout, VCS assets, and theme sync
- Add site-doc-layout.css, body/nav/main partials, adt mast and accordion (rename from ftn-*) - VCS SVG set and neutral logo; head-title, footer-scripts, header/breadcrumb updates - Refresh synced site-extra.css, site-ftn-docs.css, site-dark-mode.js - sync-antora-dark-theme.cjs: align with package layout - Fix edit-breadcrumb Handlebars comment leak Made-with: Cursor
1 parent c57cf85 commit 7fdd2c6

29 files changed

Lines changed: 1990 additions & 153 deletions

site/scripts/sync-antora-dark-theme.cjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copy selected files from the `antora-dark-theme` npm package into `site/supplemental-ui/`.
2-
Antora merges one supplemental directory; this keeps the dark theme assets alongside FTN
3-
custom partials, css, and js. */
2+
Antora exposes one supplemental path; this pulls dark palette + shared VCS art from the package. */
43
const fs = require('node:fs/promises')
54
const path = require('node:path')
65

@@ -11,7 +10,9 @@ const src = path.join(repoRoot, 'node_modules', 'antora-dark-theme', 'supplement
1110

1211
const files = [
1312
['css', 'site-extra.css'],
14-
/* site-dark-mode.js: maintained in this repo (FTN: no per-component VCS in nav) — not copied from the package. */
13+
/* site-doc-layout.css, partials, site-dark-mode.js, site-adt-accordion.js: maintained in this repo
14+
(FoodTruckNerdz branding: header, footer, truck logo). The package is the debranded baseline;
15+
do not prebuild-overwrite the full tree from npm. */
1516
]
1617

1718
async function copyIfPresent (fromParts, toParts) {

0 commit comments

Comments
 (0)