@@ -60,8 +60,11 @@ content:
60
60
- url : https://github.com/couchbase/docs-capella
61
61
branches : [main]
62
62
- url : https://github.com/couchbaselabs/docs-columnar
63
- branches : [main]
64
- # - url: https://[email protected] /couchbase/couchbase-operator
63
+ branches :
64
+ - main # `analytics` component (Capella Analytics)
65
+ - legacy-columnar-component # `columnar` dummy component for sake of :page-aliases:
66
+ # see under Server section below for enterprise-analytics and legacy analytics
67
+
65
68
- url : https://github.com/couchbase/couchbase-operator
66
69
branches : [master]
67
70
start_path : docs/user
@@ -85,19 +88,21 @@ content:
85
88
branches : [release/1.0]
86
89
# - url: https://[email protected] /couchbase/docs-connectors-talend
87
90
- url : https://github.com/couchbase/docs-connectors-talend
88
- # - url: https://[email protected] /couchbase/docs-analytics
91
+
92
+ - url : https://github.com/couchbaselabs/docs-enterprise-analytics
93
+ branches : [release/2.0]
89
94
- url : https://github.com/couchbase/docs-analytics
90
- branches : [release/7.6]
95
+ branches : [release/7.6, release/7.2, release/7.1, release/7.0 ]
91
96
- url : https://github.com/couchbase/couchbase-cli
92
- branches : [trinity]
97
+ branches : [trinity, neo, 7.1.x-docs, cheshire-cat ]
93
98
start_path : docs
94
99
# - url: https://[email protected] /couchbase/backup
95
100
- url : https://github.com/couchbase/backup
96
- branches : [trinity]
101
+ branches : [trinity, neo, 7.1.x-docs, cheshire-cat ]
97
102
start_path : docs
98
103
# NOTE docs-server is currently after other server repos so nav key wins
99
104
- url : https://github.com/couchbase/docs-server
100
- branches : [release/7.6]
105
+ branches : [release/7.6, release/7.2, release/7.1, release/7.0 ]
101
106
- url : https://github.com/couchbase/docs-sdk-common
102
107
branches : [release/7.6]
103
108
- url : https://github.com/couchbase/docs-sdk-c
@@ -110,6 +115,8 @@ content:
110
115
branches : [temp/2.9]
111
116
- url : https://github.com/couchbase/docs-sdk-java
112
117
branches : [temp/3.7]
118
+ - url : https://github.com/couchbase/docs-quarkus-extension
119
+ branches : [release/1.0]
113
120
- url : https://github.com/couchbase/docs-sdk-kotlin
114
121
branches : [temp/1.4]
115
122
- url : https://github.com/couchbase/docs-sdk-nodejs
0 commit comments