55# Instead
66#
77# * edit antora-playbook.preview.diff.yml with just the *differences* from the main playbook
8- # * run: /Users/hakimcassimally/couchbase/docs-site/ scripts/patch-cutdown -playbook antora-playbook.preview
8+ # * run scripts/patch-preview -playbook
99
1010git :
1111 ensure_git_suffix : false
@@ -58,57 +58,14 @@ site:
5858 { "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
5959 { "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
6060 ]
61- asciidoc :
62- extensions :
63- - ./lib/source-url-include-processor.js
64- - ./lib/json-config-ui-block-macro.js
65- - ./lib/inline-man-macro.js
66- - ./lib/multirow-table-head-tree-processor.js
67- - ./lib/swagger-ui-block-macro.js
68- - ./lib/markdown-block.js
69- - ./lib/template-block.js
70- - asciidoctor-kroki
71- - asciidoctor-external-callout
72- - " @asciidoctor/tabs"
73- attributes :
74- site-navigation-data-path : _/js/site-navigation-data.js
75- enable-cmos : " "
76- max-include-depth : 10
77- page-partial : false
78- experimental : " "
79- idprefix : " @"
80- idseparator : -@
81- tabs : tabs
82- tabs-sync-option : " "
83- toc : null
84- page-toclevels : 1@
85- page-rank : 50@
86- xrefstyle : short
87- enterprise : https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
88- community : https://www.couchbase.com/products/editions[COMMUNITY EDITION]
89- sqlpp : SQL++
90- sqlppc : SQL++ for Capella Analytics
91- sqlppea : SQL++ for Enterprise Analytics
92- sqlpp_url : https://www.couchbase.com/products/n1ql
93- cbpp : Couchbase++
94- kroki-fetch-diagram : true
95- kroki-server-url : null
96- page-show-preview-banner : true
97- page-watermark : preview@
98- page-chatbot-origin : https://d2tkqbbgxczr0v.cloudfront.net
99- ui :
100- bundle :
101- url : https://github.com/couchbase/docs-ui/releases/download/prod-217/ui-bundle.zip
10261content :
10362 branches : master
10463 sources :
10564 - url : .
106- branches :
107- - HEAD
65+ branches : HEAD
10866 start_path : home
10967 - url : https://github.com/couchbaselabs/docs-style-guide
110- branches :
111- - main
68+ branches : main
11269 start_paths :
11370 - styleguide
11471 - ui-ux
@@ -135,6 +92,9 @@ content:
13592 - url : https://github.com/couchbase/docs-capella
13693 branches :
13794 - main
95+ - url : https://github.com/couchbaselabs/docs-capella-app-services
96+ branches :
97+ - main
13898 - url : https://github.com/couchbaselabs/docs-columnar
13999 branches :
140100 - main
@@ -190,8 +150,6 @@ content:
190150 branches :
191151 - release/1.0
192152 - url : https://github.com/couchbase/docs-connectors-talend
193- branches :
194- - master
195153 - url : https://github.com/couchbaselabs/docs-enterprise-analytics
196154 branches :
197155 - release/2.1
@@ -381,13 +339,10 @@ content:
381339 - master
382340 start_path : content
383341 - url : https://github.com/couchbaselabs/mobile-training-todo
384- branches :
385- - tutorials
342+ branches : tutorials
386343 start_path : content
387344 - url : https://github.com/couchbaselabs/UniversityLister-Android
388345 start_path : content
389- branches :
390- - master
391346 - url : https://github.com/couchbaselabs/userprofile-couchbase-mobile
392347 branches :
393348 - standalone
@@ -411,6 +366,50 @@ content:
411366 branches :
412367 - master
413368 start_path : content
369+ - url : https://github.com/couchbaselabs/docs-ai
370+ branches :
371+ - main
414372 - url : https://github.com/couchbaselabs/docs-capella-app-services
415373 branches :
416374 - main
375+ asciidoc :
376+ extensions :
377+ - ./lib/source-url-include-processor.js
378+ - ./lib/json-config-ui-block-macro.js
379+ - ./lib/inline-man-macro.js
380+ - ./lib/multirow-table-head-tree-processor.js
381+ - ./lib/swagger-ui-block-macro.js
382+ - ./lib/markdown-block.js
383+ - ./lib/template-block.js
384+ - asciidoctor-kroki
385+ - asciidoctor-external-callout
386+ - " @asciidoctor/tabs"
387+ attributes :
388+ site-navigation-data-path : _/js/site-navigation-data.js
389+ enable-cmos : " "
390+ max-include-depth : 10
391+ page-partial : false
392+ experimental : " "
393+ idprefix : " @"
394+ idseparator : -@
395+ tabs : tabs
396+ tabs-sync-option : " "
397+ toc : null
398+ page-toclevels : 1@
399+ page-rank : 50@
400+ xrefstyle : short
401+ enterprise : https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
402+ community : https://www.couchbase.com/products/editions[COMMUNITY EDITION]
403+ sqlpp : SQL++
404+ sqlppc : SQL++ for Capella Analytics
405+ sqlppea : SQL++ for Enterprise Analytics
406+ sqlpp_url : https://www.couchbase.com/products/n1ql
407+ cbpp : Couchbase++
408+ kroki-fetch-diagram : true
409+ kroki-server-url : null
410+ page-show-preview-banner : true
411+ page-watermark : preview@
412+ page-chatbot-origin : https://d2tkqbbgxczr0v.cloudfront.net
413+ ui :
414+ bundle :
415+ url : https://github.com/couchbase/docs-ui/releases/download/prod-217/ui-bundle.zip
0 commit comments