Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
304e58b
QF211201-2 -- Minor fixes
ibsoln Dec 1, 2021
a0bc9b7
QF220007-1 -- Remove prerelease text from page titles
ibsoln Jan 7, 2022
aab27f5
QF220007-1 -- Remove edition text from page titles
ibsoln Jan 7, 2022
ae69dda
QF220007-1 -- Remove whatsnew beta items
ibsoln Jan 7, 2022
04a37c0
Merge branch 'QF220107-1' into feature/3.0-GA
ibsoln Jan 7, 2022
846f75a
DOC-8066 -- Mobile Attachment Cleanup
ibsoln Dec 9, 2021
963b68b
Merge branch 'DOC-8066-Completed' into feature/3.0-GA
ibsoln Jan 7, 2022
43a1062
DOC-9394 -- Config Sanity Check
ibsoln Dec 20, 2021
90e587f
Merge branch 'DOC-9394-Completed' into feature/3.0-GA
ibsoln Jan 7, 2022
8b9d4db
DOC-7857 -- Resync API
ibsoln Jan 10, 2022
35142fa
Merge branch 'DOC-7857-Completed' into feature/3.0-GA
ibsoln Jan 10, 2022
70abd0f
DOC-9431 -- RBAC Roles
ibsoln Jan 6, 2022
1cf2f59
Merge branch 'DOC-9431-Completed' into feature/3.0-GA
ibsoln Jan 10, 2022
539a924
QF220110-5 -- Fix mis-spelt include statement
ibsoln Jan 10, 2022
343dd81
Merge branch 'QF220110-5' into feature/3.0-GA
ibsoln Jan 10, 2022
e19b816
QF220128-3 -- Fix broken links (#628)
ibsoln Feb 4, 2022
4c28f37
QF220128-4 -- set toc level to 2 by default (#629)
ibsoln Feb 4, 2022
93a7308
DOC-9324 -- GA Release Notes (#630)
ibsoln Feb 4, 2022
1d9b174
DOC-9324 -- GA Release Notes (fix toc) (#631)
ibsoln Feb 4, 2022
29ba7ee
DOC-9537 -- Remove reference to Static/Dynamic from Bootstrap config …
ibsoln Feb 4, 2022
51f746c
DOC-9537 -- Remove reference to Static/Dynamic from Bootstrap config …
ibsoln Feb 11, 2022
fd2beb3
DOC-9324-F2 -- GA Release Notes Feedback https://issues.couchbase.co…
ibsoln Feb 11, 2022
a18ff02
QF220211-1 -- Sweep to remove beta references (#635)
ibsoln Feb 11, 2022
e6b6591
QF220211-3-SnagsList -- Tidy-up (#636)
ibsoln Feb 11, 2022
bc087fe
QF220221-1 -- Fix Links from API (#637)
ibsoln Feb 21, 2022
70cddba
Merge branch 'feature/3.0-GA' into DOC-9266-Completed
ibsoln Feb 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: sync-gateway
title: Sync Gateway
version: '3.0'
prerelease: beta
display-version: '3.0.0 (beta)'
# prerelease: beta
display-version: '3.0'
start_page: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
prerelease: beta
is-beta: true
# prerelease: beta
# is-beta: true
release: '3.0'
major: 3
minor: 0
maintenance: 0
base: 0
releasetag: beta02
page-toclevels: 2@
# releasetag:
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ properties:
type: boolean
default: 'true'
description: |+
Use `admin_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0 BETA.
Use `admin_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0.

This is on by default and requires Couchbase Server RBAC-users to authenticate Admin API access.
adminUI:
Expand All @@ -30,7 +30,7 @@ properties:
type: boolean
default: 'true'
description: |+
Use `metrics_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0 BETA.
Use `metrics_interface_authentication=false` to turn of the secure remote administration feature introduced in 3.0.

This is on by default and requires Couchbase Server RBAC-users to authenticate Metrics API access.

Expand Down Expand Up @@ -893,7 +893,7 @@ properties:

**Options**

Your replications can be one of two available types -- see [replication types](./../learn/icr-replication-types.html) (not available in beta)
Your replications can be one of two available types -- see [replication types](./../learn/icr-replication-types.html

- 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))

Expand Down Expand Up @@ -1340,7 +1340,7 @@ properties:
type: boolean
default: 'false'
description: |+
Set to true to disable the persistent configuration handling introduced in 3.0 BETA
Set to true to disable the persistent configuration handling introduced in 3.0
facebook:
description: Configuration for Facebook Login authentication.
type: object
Expand Down
Loading