|
| 1 | +antora: |
| 2 | + extensions: |
| 3 | + - ./lib/report-tree.js |
| 4 | + |
| 5 | +site: |
| 6 | + title: Couchbase Docs Staging Chatbot |
| 7 | + url: https://chatbot-staging.docs-test.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 | + - url: https://github.com/couchbaselabs/docs-devex |
| 30 | + branches: |
| 31 | + - release/8.0 # prerelease |
| 32 | + - capella # keep this here |
| 33 | + |
| 34 | + - url: https://github.com/couchbase/docs-analytics |
| 35 | + branches: |
| 36 | + - release/8.0 # prerelease |
| 37 | + |
| 38 | + - url: https://github.com/couchbaselabs/couchbase-cli-doc |
| 39 | + branches: [master] |
| 40 | + start_path: docs/ |
| 41 | + |
| 42 | + - url: https://github.com/couchbase/backup |
| 43 | + branches: [master] |
| 44 | + start_path: docs/ |
| 45 | + |
| 46 | + - url: https://github.com/couchbase/docs-operator |
| 47 | + branches: |
| 48 | + - release/2.8.1 # is set to version `2.9` so will coexist with release/2.8 |
| 49 | + |
| 50 | + - url: https://github.com/couchbaselabs/cbmultimanager |
| 51 | + branches: |
| 52 | + $replace: [master] |
| 53 | + |
| 54 | + - url: https://github.com/couchbase/docs-sdk-common |
| 55 | + # not $replace, as we can just merge |
| 56 | + branches: |
| 57 | + - release/8.0 |
| 58 | + - release/7.7 |
| 59 | + - release/7.6.6 |
| 60 | + - release/7.6.2 |
| 61 | + - release/7.6 |
| 62 | + - release/7.2 |
| 63 | + |
| 64 | + - url: https://github.com/couchbaselabs/docs-couchbase-lite |
| 65 | + branches: [release/3.3] |
| 66 | + |
| 67 | + - url: https://github.com/couchbase/docs-sdk-cxx |
| 68 | + branches: |
| 69 | + - release/1.2 |
| 70 | + |
| 71 | + - url: https://github.com/couchbase/docs-sdk-java |
| 72 | + branches: |
| 73 | + - 3.8-api |
| 74 | + |
| 75 | + - url: https://github.com/couchbase/docs-sdk-nodejs |
| 76 | + branches: |
| 77 | + - temp/4.6 |
| 78 | + |
| 79 | + - url: https://github.com/couchbase/docs-sdk-php |
| 80 | + branches: |
| 81 | + - temp/4.4 |
| 82 | + |
| 83 | + - url: https://github.com/couchbase/docs-sdk-python |
| 84 | + branches: |
| 85 | + - temp/4.5 |
| 86 | + |
| 87 | + - url: https://github.com/couchbase/docs-sdk-ruby |
| 88 | + branches: |
| 89 | + - temp/3.7 |
| 90 | + |
| 91 | + - url: https://github.com/couchbase/docs-sdk-kotlin |
| 92 | + branches: |
| 93 | + # 'release/3.9' instead of 'temp/3.9' |
| 94 | + $replace: [release/3.9, temp/1.5, temp/1.4, temp/1.3, release/1.2] |
| 95 | + |
| 96 | +# ui: |
| 97 | + # bundle: |
| 98 | + # url: https://github.com/couchbase/docs-ui/releases/download/prod-216/ui-bundle.zip |
| 99 | + |
| 100 | +asciidoc: |
| 101 | + attributes: |
| 102 | + # page-chatbot-origin: https://dfddckwnvn0ml.cloudfront.net # Production, via Elliot |
| 103 | + page-chatbot-origin: https://d2tkqbbgxczr0v.cloudfront.net # Staging, via Elliot |
0 commit comments