Skip to content

Commit e4234cd

Browse files
authored
Merge branch 'main' into purge-bunny-cache
2 parents 15fbd40 + 3aa7294 commit e4234cd

71 files changed

Lines changed: 4492 additions & 20272 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ui.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1616
with:
17-
node-version: '16'
17+
node-version: '24'
1818
cache: npm
1919
- run: npm ci
20+
- run: npm run lint --workspace ui
2021
- run: npm run bundle --workspace ui

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build-prod: build-ui
4040
node_modules/.bin/antora generate antora-playbook.yml --fetch $(ANTORAFLAGS)
4141

4242
build-ui:
43-
node_modules/.bin/gulp --cwd ui bundle
43+
npm run bundle --workspace ui
4444

4545
build-search-index:
4646
npm run build-search-index

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ content:
6262

6363
The design & layout lives in the `ui/` directory of this repository.
6464

65-
`LIVERELOAD=true gulp` may be used to recreate the built documentation after each edit.
65+
To see UI changes rendered with real content, rebuild with `make build-truly-local`.
6666

6767
== More useful links
6868

0 commit comments

Comments
 (0)