Skip to content

Commit 340068e

Browse files
committed
Generate antora-playbook.preview.yml from a diff file
Lower the barrier to keeping it in sync with the main playbook.
1 parent b9c7fd8 commit 340068e

File tree

3 files changed

+393
-249
lines changed

3 files changed

+393
-249
lines changed

antora-playbook.preview.diff.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# RUN:
2+
# scripts/patch-playbook antora-playbook.yml antora-playbook.preview.diff.yml > antora-playbook.preview.yml
3+
4+
antora:
5+
extensions:
6+
- ./lib/preview.js
7+
- ./lib/report-tree.js
8+
9+
site:
10+
title: Couchbase Docs Preview
11+
robots: disallow
12+
13+
content:
14+
sources:
15+
- url: https://github.com/couchbaselabs/docs-ai
16+
branches: [main]
17+
18+
asciidoc:
19+
attributes:
20+
kroki-server-url: null
21+
page-show-preview-banner: true
22+
page-watermark: preview@

0 commit comments

Comments
 (0)