Skip to content

Commit 86abc09

Browse files
authored
DOC-9266-Completed -- Update from 3.0.0-beta02 to 3.0 GA (#639)
Merge branch 'feature/3.0-GA' into Release/3.0 https://issues.couchbase.com/browse/DOC-9266
1 parent f792e48 commit 86abc09

File tree

133 files changed

+3800
-939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+3800
-939
lines changed

antora.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: sync-gateway
22
title: Sync Gateway
33
version: '3.0'
4-
prerelease: beta
5-
display-version: '3.0.0 (beta)'
4+
# prerelease: beta
5+
display-version: '3.0'
66
start_page: ROOT:index.adoc
77
nav:
88
- modules/ROOT/nav.adoc
99
asciidoc:
1010
attributes:
11-
prerelease: beta
12-
is-beta: true
11+
# prerelease: beta
12+
# is-beta: true
1313
release: '3.0'
1414
major: 3
1515
minor: 0
1616
maintenance: 0
1717
base: 0
18-
releasetag: beta02
18+
page-toclevels: 2@
19+
# releasetag:

modules/ROOT/assets/attachments/configuration-properties-legacy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ properties:
77
type: boolean
88
default: 'true'
99
description: |+
10-
Use `admin_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0 BETA.
10+
Use `admin_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0.
1111
1212
This is on by default and requires Couchbase Server RBAC-users to authenticate Admin API access.
1313
adminUI:
@@ -30,7 +30,7 @@ properties:
3030
type: boolean
3131
default: 'true'
3232
description: |+
33-
Use `metrics_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0 BETA.
33+
Use `metrics_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0.
3434
3535
This is on by default and requires Couchbase Server RBAC-users to authenticate Metrics API access.
3636
@@ -893,7 +893,7 @@ properties:
893893
894894
**Options**
895895
896-
Your replications can be one of two available types -- see [replication types](./../learn/icr-replication-types.html) (not available in beta)
896+
Your replications can be one of two available types -- see [replication types](./../learn/icr-replication-types.html
897897
898898
- Persistent -- the replication survives node restarts. These replications can also be launched dynamically using the Rest API `_replication` endpoint (see -- [Admin Rest API](./../refer/rest-api-admin.html))
899899
@@ -1340,7 +1340,7 @@ properties:
13401340
type: boolean
13411341
default: 'false'
13421342
description: |+
1343-
Set to true to disable the persistent configuration handling introduced in 3.0 BETA
1343+
Set to true to disable the persistent configuration handling introduced in 3.0
13441344
facebook:
13451345
description: Configuration for Facebook Login authentication.
13461346
type: object

0 commit comments

Comments
 (0)