Skip to content

DOC-9045-C7 -- Priya Sanity Check #526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 10, 2021
Merged
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
9 changes: 7 additions & 2 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: couchbase-lite
version: '3.0'
version: '3.0 BETA'
title: Couchbase Lite
start_page: ROOT:index.adoc
nav:
Expand All @@ -13,4 +13,9 @@ nav:
- modules/ROOT/nav-javascript.adoc
asciidoc:
attributes:
prerelease: BETA
prerelease: 'BETA'
is-beta:
release: '3.0'
major: 3
minor: 0
maintenance: 0
2 changes: 1 addition & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

//

* xref:ROOT:cbl-whatsnew.adoc[New at 3.0]
* xref:ROOT:cbl-whatsnew.adoc[New at 3.0 BETA]
//
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= API Changes for 3.0
= API Changes for 3.0 BETA


== Replication Configuration
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/_partials/pn-change-log-content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

// BEGIN -- Major Release

== RELEASE 3.0
== RELEASE 3.0 BETA
// tag::full-3-0[]

// tag::all--3-0[]
Expand Down
4 changes: 2 additions & 2 deletions modules/android/index.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Couchbase Lite Quickstart
:page-layout: landing-page-core-concept
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role: tiles, -toc
:description: Start your Couchbase for Mobile and Edge adventure, get up and running with Couchbase Lite
:!sectids:
Expand Down
4 changes: 2 additions & 2 deletions modules/android/pages/api-changes.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= API Changes
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description:

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/blob.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Working with Blobs -- Data Model
:page-aliases: learn/java-android-blob.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite database data model concepts - blobs

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/compatibility.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Compatibility
:page-aliases: product/java-android-compatibility.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite framework and Sync Gateway compatibility

Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/conflict.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Handling Data Conflicts
:page-aliases: learn/java-android-conflict.adoc
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite Database Sync -- Handling conflict between data changes

// Define our environment
Expand Down
3 changes: 3 additions & 0 deletions modules/android/pages/database.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Databases -- Data Model
:page-aliases: learn/java-android-database.adoc
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Working with Couchbase Lite on Android databases

include::partial$_std-cbl-hdr-android.adoc[]
Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/dbreplica.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Data Sync Locally on Device
:page-aliases: learn/java-android-dbreplica.adoc
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite Database Sync - Synchronize changes between databases on the same device

include::partial$_std-cbl-hdr-android.adoc[]
Expand Down
3 changes: 3 additions & 0 deletions modules/android/pages/dep-upgrade.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Upgrade
:page-aliases: advance/java-android-dep-upgrade.adoc
:page-edition: {release}
:page-status: {prerelease}
:page-role:
// :idprefix:
// :idseparator: -
// snippet: {examplesdir}/java-android/app/src/main/java/com/couchbase/code_snippets/Examples.java
Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/document.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Documents -- Data Model
:page-aliases: documents.adoc, learn/java-android-document.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite concepts -- Data model -- Documents

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/fts.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Using Full-Text Search -- Working with Queries
:page-aliases: learn/java-android-fts.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite database data querying concepts -- full text search

Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/gs-build.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Build and Run
:page-aliases: start/java-android-gs-build.adoc
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Build and run a starter app to validate your install of Couchbase Lite on Android
:keywords: edge nosql api android java

Expand Down
3 changes: 3 additions & 0 deletions modules/android/pages/gs-install.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Installing Couchbase Lite on Android
:page-aliases: start/java-android-gs-install.adoc
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: How to install Couchbase Lite on Android
:keywords: edge nosql api android java

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/gs-prereqs.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Preparing for Couchbase Lite on Android
:page-aliases: start/java-android-gs-prereqs.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Prerequisites for the installation of Couchbase Lite
:keywords: edge nosql api android java
Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/indexing.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Indexing your Data
:page-aliases: learn/java-android-indexing.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite database data model concepts - indexes

Expand Down
2 changes: 1 addition & 1 deletion modules/android/pages/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include::{root-partials}block-abstract.adoc[]

== Introduction

Couchbase Lite for Android 3.0 introduces full idiomatic support for Kotlin apps, out-of-the-box.
Couchbase Lite for Android 3.0 BETA introduces full idiomatic support for Kotlin apps, out-of-the-box.

Kotlin developers can now build apps using https://developer.android.com/kotlin/common-patterns[common Kotlin Patterns], that integrate seamlessly with Couchbase Lite for Android and have full feature parity with the Java API; no need for custom extensions.

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/landing-p2psync.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
= Peer-to-Peer Device Sync
:page-aliases: learn/java-android-landing-p2psync.adoc
:page-layout: landing-page-core-concept
// :page-role: -toc
:page-edition: {release} {enterprise}
:page-status: {prerelease}
:page-role: -toc
:page-status:
:page-edition: Enterprise
:description: Introducing Couchbase Lite's Peer-to-Peer Synchronization feature

// Define our environment
Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/landing-replications.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
= Data Syncs
:page-aliases: learn/java-android-landing-replications.adoc
:page-layout: landing-page-core-concept
// :page-role: -toc
:page-role: -toc
:page-status:
:page-edition: Enterprise
:page-edition: {release} {enterprise}
:page-status: {prerelease}
:description: Introducing Couchbase Lite's Peer-to-Peer Synchronization feature

// Define our environment
Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/p2p-managing-tls-id.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Managing TLS Identities -- Working with Peer-to-Peer Syncs
:page-aliases: advance/java-android-p2p-managing-tls-id.adoc
:page-layout: article
:page-status:
:page-edition: Enterprise
:page-edition: {release} {enterprise}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite's Peer-to-Peer Synchronization enables edge devices to synchronize securely without consuming centralized cloud-server resources

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/p2psync-custom.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Integrate a Custom Built Listener
:page-aliases: learn/java-android-p2psync-custom.adoc
:page-layout: article
:page-status:
:page-edition: Enterprise
:page-edition: {release} {enterprise}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite database peer-to-peer sync- integrate a custom built listener

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/p2psync-websocket-using-active.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Active Peer
:page-aliases: advance/java-android-p2psync-websocket-using-active.adoc
:page-layout: article
:page-status:
:page-edition: Enterprise
:page-edition: {release} {enterprise}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite's Peer-to-Peer Synchronization enables edge devices to synchronize securely without consuming centralized cloud-server resources

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/p2psync-websocket-using-passive.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

= Passive Peer
:page-aliases: advance/java-android-p2psync-websocket-using-passive.adoc
:page-layout: article
:page-status:
:page-edition: Enterprise
:page-edition: {release}
:page-status: {prerelease} {enterprise}
:page-role:
:description: Couchbase Lite's Peer-to-Peer Synchronization enables edge devices to synchronize securely without consuming centralized cloud-server resources

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/p2psync-websocket.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Data Sync Peer-to-Peer
:page-aliases: learn/java-android-p2psync-websocket.adoc
:page-layout: article
:page-status:
:page-edition: Enterprise
:page-edition: {release} {enterprise}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite's Peer-to-Peer Synchronization enables edge devices to synchronize securely without consuming centralized cloud-server resources

Expand Down
3 changes: 2 additions & 1 deletion modules/android/pages/p2psync.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= Peer-to-Peer Device Sync
:page-aliases: learn/java-android-p2psync.adoc
:page-layout: landing-page-core-concept
:page-edition: Enterprise
:page-edition: {release}
:page-status: {prerelease} {Enterprise}
:page-roles: -toc
:description: Introducing Couchbase Lite's Peer-to-Peer Synchronization feature

Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/prebuilt-database.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Pre-built Database
:page-aliases: java-android-prebuilt-database.adoc
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: How to handle pre-built databases in your Couchbase Lite on Android app

include::partial$_std-cbl-hdr-android.adoc[]
Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/query-date-time.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Date and Time Functions - Working with Queries
:page-aliases: learn/java-android-query-date-time.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite database data querying concepts -- data and time function

Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/query-live.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
= Live Query -- Working with Queries
:page-aliases: learn/java-android-query-live.adoc
:page-layout: article
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite database data querying concepts -- live queries

Expand Down
6 changes: 2 additions & 4 deletions modules/android/pages/query-predictive.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
= Predictive Query -- Working with Queries
:page-aliases: learn/java-android-query-predictive.adoc
:page-layout: article
:page-status:
:page-edition: Enterprise
:page-role:
:page-edition: {release} {enterprise}
:page-status: {prerelease}:page-role:
:description: Couchbase Lite database data querying concepts -- predictive query

include::partial$_std-cbl-hdr-android.adoc[]
Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/query-resultsets.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Result Sets
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: How to use Couchbase Lite Query's Result Sets
:keywords: query, sql, n1ql, fuzzy-matching

Expand Down
3 changes: 3 additions & 0 deletions modules/android/pages/query-troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
//
= Query Troubleshooting
:page-aliases: learn/java-android-query-troubleshooting.adoc
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: Couchbase Lite Queries -- troubleshooting

include::partial$_std-cbl-hdr-android.adoc[]
Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/querybuilder-n1ql-diffs.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= N1QL Differences
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:keywords: sql, n1ql
:page-layout: article
:description: Differences between Couchbase Server N1QL and Couchbase Lite N1QL
Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/querybuilder-n1ql.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= N1QL Query Strings
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: How to use N1QL query strings to build effective queries with Couchbase Lite on Android
:keywords: sql, n1ql

Expand Down
4 changes: 3 additions & 1 deletion modules/android/pages/querybuilder.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= QueryBuilder
:page-aliases: learn/java-android-query.adoc, query.adoc
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-role:
:description: How to use QueryBuilder to build effective queries with Couchbase Lite on Android
:keywords: sql, n1ql

Expand Down
4 changes: 2 additions & 2 deletions modules/android/pages/quickstart.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Couchbase Lite on Android
:page-aliases: java.adoc, java-android.adoc
:page-layout: landing-page-core-concept
:page-status:
:page-edition:
:page-edition: {release}
:page-status: {prerelease}
:page-role: tiles, -toc
:description: Start your Couchbase for Mobile and Edge adventure, get up and running with Couchbase Lite
:!sectids:
Expand Down
5 changes: 2 additions & 3 deletions modules/android/pages/refer-glossary.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
= Glossary
:page-status:
:page-edition:
:page-layout: article
:page-edition: {release}
:page-status: {prerelease}
:page-content-type: reference
:page-role: -toc
:page-aliases: glossary, refer/java-android-refer-glossary.adoc
Expand Down
Loading