Skip to content

Commit dc156c7

Browse files
committed
chatbot (improving) prod config
1 parent 1b06c28 commit dc156c7

File tree

2 files changed

+354
-276
lines changed

2 files changed

+354
-276
lines changed

antora-playbook-chatbot.diff.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
antora:
2+
extensions:
3+
- ./lib/report-tree.js
4+
5+
site:
6+
title: Couchbase Docs Chatbot
7+
url: https://chatbot-prod.docs.couchbase.com
8+
start_page: home::index.adoc
9+
robots: disallow
10+
keys:
11+
google_analytics: ~
12+
13+
content:
14+
15+
$select:
16+
- '.'
17+
- '**' # everything
18+
# see https://github.com/micromatch/picomatch for full details
19+
# e.g.
20+
# - '**/*sdk*' # add all repos matching *sdk*
21+
22+
# start off with first 3 branches
23+
$prune: 3
24+
25+
sources:
26+
- url: https://github.com/couchbaselabs/cb-swagger
27+
branches: [capella] # ensure added as well as most recent release/* branches
28+
29+
# ui:
30+
# bundle:
31+
# url: https://github.com/couchbase/docs-ui/releases/download/prod-216/ui-bundle.zip
32+
33+
asciidoc:
34+
attributes:
35+
page-chatbot-origin: https://dfddckwnvn0ml.cloudfront.net # Production, via Elliot
36+
# page-chatbot-origin: https://d2tkqbbgxczr0v.cloudfront.net # Staging, via Elliot

0 commit comments

Comments
 (0)