Skip to content

Commit fed7982

Browse files
authored
Created shwetha.yml file
1 parent 7bb78ee commit fed7982

File tree

1 file changed

+222
-0
lines changed

1 file changed

+222
-0
lines changed

shwetha.yml

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
# npx antora --clean --fetch antora-playbook.yml
2+
# or
3+
# npx antora antora-playbook.yml
4+
antora:
5+
extensions:
6+
- '@antora/site-generator-ms'
7+
- ./lib/embargo.js
8+
- ./lib/antora-component-version-rank.js
9+
site:
10+
title: Couchbase Docs
11+
url: https://docs.couchbase.com
12+
start_page: home::index.adoc
13+
robots: |
14+
User-agent: *
15+
Allow: /
16+
Disallow: /sdk-api/
17+
Allow: /sdk-api/*-client/
18+
Allow: /sdk-api/couchbase-core-io/
19+
Allow: /sdk-api/couchbase-transactions-dotnet/
20+
keys:
21+
google_analytics: GTM-MVPNN2
22+
nav_groups: |
23+
[
24+
{ "title": "Server", "startPage": "home::server.adoc", "components": ["server"] },
25+
{ "title": "Mobile", "startPage": "home::mobile.adoc", "components": ["couchbase-lite", "sync-gateway"] },
26+
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "columnar"] },
27+
{ "title": "Cloud-Native", "startPage": "cloud-native-database::index.adoc", "components": ["cloud-native-database"] },
28+
{ "title": "Autonomous Operator", "components": ["operator"] },
29+
{ "title": "CMOS", "components": ["cmos"] },
30+
{ "title": "Couchbase SDKs", "startPage": "home::sdk.adoc", "components": ["dotnet-sdk", "c-sdk", "cxx-sdk", "go-sdk", "java-sdk", "kotlin-sdk", "nodejs-sdk", "php-sdk", "python-sdk", "ruby-sdk", "scala-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "sdk-extensions"] },
31+
{ "title": "Columnar SDKs", "startPage": "home::columnar-sdk.adoc", "components": ["*-columnar-sdk"] },
32+
{ "title": "Tutorials", "startPage": "tutorials::index.adoc", "components": ["tutorials"] },
33+
{ "title": "Contribute", "components": ["home", "styleguide", "ui-ux", "pendo"] }
34+
]
35+
git:
36+
ensure_git_suffix: false
37+
fetch_concurrency: 1
38+
urls:
39+
latest_version_segment_strategy: redirect:to
40+
latest_version_segment: current
41+
content:
42+
branches: master
43+
# NOTE the git@ segment in the URL indicates which repositories are private
44+
## The above has a bug when upgrading to Antora 3.1. Original sources commented
45+
## out and replaced with a non git@ prefix. To revert if it causes issues
46+
sources:
47+
- url: .
48+
branches: HEAD
49+
start_path: home
50+
# - url: https://github.com/couchbaselabs/docs-style-guide
51+
# branches: main
52+
# start_paths: [styleguide, ui-ux, pendo]
53+
# - url: https://github.com/couchbaselabs/docs-devex
54+
# branches: [release/7.2, capella, elixir]
55+
# branches: [release/7.6, release/7.2, capella]
56+
# - url: https://github.com/couchbaselabs/cb-swagger
57+
# branches: [release/7.6, release/7.2, release/7.1, release/7.0, capella]
58+
# start_path: docs
59+
# - url: https://[email protected]/couchbasecloud/couchbase-cloud
60+
# - url: https://github.com/couchbasecloud/couchbase-cloud
61+
# branches: [main]
62+
# start_paths: [docs/public, docs/columnar]
63+
# - url: https://github.com/couchbase/docs-capella
64+
# branches: [main]
65+
# - url: https://github.com/couchbaselabs/docs-columnar
66+
# branches: [main]
67+
# - url: https://[email protected]/couchbase/couchbase-operator
68+
# - url: https://github.com/couchbase/couchbase-operator
69+
# branches: [2.7.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x]
70+
# start_path: docs/user
71+
# - url: https://github.com/couchbaselabs/observability
72+
# branches: [0.2.x]
73+
# start_path: docs
74+
# - url: https://github.com/couchbaselabs/cbmultimanager
75+
# branches: [0.2.x]
76+
# start_path: docs
77+
# - url: https://github.com/couchbase/docs-elastic-search
78+
# branches: [main]
79+
# - url: https://github.com/couchbase/docs-kafka
80+
# branches: [main]
81+
# - url: https://github.com/couchbase/docs-spark
82+
# branches: [release/3.5, release/3.3]
83+
# - url: https://github.com/couchbase/docs-tableau
84+
# branches: [release/1.1, release/1.0]
85+
# - url: https://github.com/couchbase/docs-connectors-power-bi
86+
# branches: [main]
87+
# - url: https://[email protected]/couchbase/docs-connectors-talend
88+
# - url: https://github.com/couchbase/docs-connectors-talend
89+
# - url: https://[email protected]/couchbase/docs-analytics
90+
# - url: https://github.com/couchbase/docs-analytics
91+
# branches: [release/7.6, release/7.2, release/7.1, release/7.0]
92+
# - url: https://github.com/couchbase/couchbase-cli
93+
# branches: [trinity, neo, 7.1.x-docs, cheshire-cat]
94+
# start_path: docs
95+
# - url: https://[email protected]/couchbase/backup
96+
# - url: https://github.com/couchbase/backup
97+
# branches: [trinity, neo, 7.1.x-docs, cheshire-cat]
98+
# start_path: docs
99+
# NOTE docs-server is currently after other server repos so nav key wins
100+
- url: ../docs-server
101+
# - url: https://github.com/couchbase/docs-server
102+
branches: DOC_12539_b2_server_admin_tools
103+
# - url: https://github.com/couchbase/couchbase-cli
104+
# branches: [trinity]
105+
# start_path: docs
106+
# - url: https://github.com/couchbase/docs-sdk-common
107+
# branches: [release/7.6, temp/7.5, release/7.2, release/7.1.2, release/7.1, release/7.0, release/6.6, release/6.5]
108+
# - url: https://github.com/couchbase/docs-sdk-c
109+
# branches: [release/3.3]
110+
# - url: https://github.com/couchbase/docs-sdk-cxx
111+
# branches: [release/1.0]
112+
# - url: https://github.com/couchbase/docs-sdk-dotnet
113+
# branches: [temp/3.6, release/3.5, release/3.4, release/3.3]
114+
# - url: https://github.com/couchbase/docs-sdk-go
115+
# branches: [temp/2.9, temp/2.8, release/2.7, release/2.6, release/2.5]
116+
# - url: https://github.com/couchbase/docs-sdk-java
117+
# branches: [temp/3.7, temp/3.6, release/3.5, release/3.4, release/3.3]
118+
# - url: https://github.com/couchbase/docs-sdk-kotlin
119+
# branches: [temp/1.4, temp/1.3, release/1.2, release/1.1, release/1.0]
120+
# - url: https://github.com/couchbase/docs-sdk-nodejs
121+
# branches: [temp/4.4, temp/4.3, release/4.2, release/4.1]
122+
# - url: https://github.com/couchbase/docs-sdk-php
123+
# branches: [temp/4.2, release/4.1, release/4.0]
124+
# - url: https://github.com/couchbase/docs-sdk-python
125+
# branches: [temp/4.3, temp/4.2, release/4.1, release/4.0]
126+
# - url: https://github.com/couchbase/docs-sdk-ruby
127+
# branches: [temp/3.5, release/3.4, release/3.3]
128+
# - url: https://github.com/couchbase/docs-sdk-scala
129+
# branches: [release/1.7, temp/1.6, release/1.5, release/1.4, release/1.3]
130+
# - url: https://github.com/couchbase/docs-sdk-extensions
131+
# branches: [main]
132+
# Columnar dev
133+
# - url: https://github.com/couchbase/docs-columnar-sdk-common
134+
# branches: [release/1.0]
135+
# - url: https://github.com/couchbase/docs-columnar-sdk-java
136+
# branches: [release/1.0]
137+
# - url: https://github.com/couchbase/docs-columnar-sdk-nodejs
138+
# branches: [release/1.0]
139+
# - url: https://github.com/couchbase/docs-columnar-sdk-python
140+
# branches: [release/1.0]
141+
# Mobile Docs Pages
142+
# - url: https://github.com/couchbase/docs-mobile
143+
# branches: [release/3.1, release/2.8]
144+
# - url: https://github.com/couchbaselabs/docs-couchbase-lite
145+
# branches: [release/3.2, release/3.1, release/3.0, release/2.8]
146+
# - url: https://github.com/couchbaselabs/docs-sync-gateway
147+
# branches: [release/3.2, release/3.1, release/3.0, release/2.8]
148+
# - url: https://[email protected]/couchbase/docs-cloud-native
149+
# - url: https://github.com/couchbase/docs-cloud-native
150+
# branches: [cloud-native-2.2]
151+
# - url: https://github.com/couchbaselabs/tutorials
152+
# - url: https://github.com/couchbase/developer-content
153+
# - url: https://github.com/couchbaselabs/tutorial-template
154+
# - url: https://github.com/couchbaselabs/mobile-travel-sample
155+
# branches: [master]
156+
# start_path: content
157+
# - url: https://github.com/couchbaselabs/hotel-finder-react-native
158+
# - url: https://github.com/couchbaselabs/hotel-lister-cordova
159+
# - url: https://github.com/couchbaselabs/tutorials-contrib
160+
# - url: https://github.com/couchbaselabs/mobile-training-todo
161+
# branches: tutorials
162+
# start_path: content
163+
# - url: https://github.com/couchbaselabs/UniversityLister-Android
164+
# start_path: content
165+
# - url: https://github.com/couchbaselabs/userprofile-couchbase-mobile
166+
# branches: [standalone, query, sync, backgroundfetch]
167+
# start_path: content
168+
# - url: https://github.com/couchbaselabs/userprofile-couchbase-mobile-xamarin
169+
# branches: [standalone, query, sync]
170+
# start_path: content
171+
# # - url: https://github.com/couchbaselabs/couchbase-lite-ios-api-playground
172+
# - url: https://github.com/couchbaselabs/userprofile-couchbase-mobile-android
173+
# branches: [standalone, query, sync]
174+
# start_path: content
175+
# - url: https://github.com/amarantha-k/OpenID_connect_tutorial
176+
# branches: [tutorial]
177+
# start_path: content
178+
# - url: https://github.com/couchbaselabs/couchbase-lite-peer-to-peer-sync-examples
179+
# branches: [master]
180+
# start_path: content
181+
asciidoc:
182+
attributes:
183+
site-navigation-data-path: _/js/site-navigation-data.js
184+
enable-cmos: ''
185+
max-include-depth: 10
186+
page-partial: false
187+
experimental: ''
188+
idprefix: '@'
189+
idseparator: '-@'
190+
tabs: tabs
191+
tabs-sync-option: ''
192+
toc: ~
193+
page-toclevels: 1@
194+
page-rank: 50@
195+
xrefstyle: short
196+
enterprise: https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
197+
community: https://www.couchbase.com/products/editions[COMMUNITY EDITION]
198+
sqlpp: SQL++
199+
sqlppc: SQL++ for Capella columnar
200+
sqlpp_url: https://www.couchbase.com/products/n1ql
201+
cbpp: Couchbase++
202+
# kroki-server-url: http://3.91.133.254:9500
203+
# kroki-fetch-diagram: true
204+
url-issues: https://jira.issues.couchbase.com/browse
205+
extensions:
206+
- ./lib/source-url-include-processor.js
207+
- ./lib/json-config-ui-block-macro.js
208+
- ./lib/inline-man-macro.js
209+
- ./lib/multirow-table-head-tree-processor.js
210+
- ./lib/swagger-ui-block-macro.js
211+
- ./lib/markdown-block.js
212+
- ./lib/template-block.js
213+
# - asciidoctor-kroki
214+
- asciidoctor-external-callout
215+
- '@asciidoctor/tabs'
216+
ui:
217+
bundle:
218+
url: https://github.com/couchbase/docs-ui/releases/download/prod-203/ui-bundle.zip
219+
output:
220+
dir: ./public
221+
runtime:
222+
fetch: true

0 commit comments

Comments
 (0)