Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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