Skip to content

Commit b979f66

Browse files
authored
DOC-9045-C7 -- Priya Sanity Check (#526)
* DOC-9047-C5 -- Priya Sanity Check Include 'BETA' suffix to release 3.0 https://issues.couchbase.com/browse/DOC-9047 * DOC-9045-C7 -- Priya Sanity Check Label pages with beta badge https://issues.couchbase.com/browse/DOC-9047
1 parent 9be2d32 commit b979f66

File tree

250 files changed

+622
-512
lines changed

Some content is hidden

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

250 files changed

+622
-512
lines changed

antora.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: couchbase-lite
2-
version: '3.0'
2+
version: '3.0 BETA'
33
title: Couchbase Lite
44
start_page: ROOT:index.adoc
55
nav:
@@ -13,4 +13,9 @@ nav:
1313
- modules/ROOT/nav-javascript.adoc
1414
asciidoc:
1515
attributes:
16-
prerelease: BETA
16+
prerelease: 'BETA'
17+
is-beta:
18+
release: '3.0'
19+
major: 3
20+
minor: 0
21+
maintenance: 0

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
//
88

9-
* xref:ROOT:cbl-whatsnew.adoc[New at 3.0]
9+
* xref:ROOT:cbl-whatsnew.adoc[New at 3.0 BETA]
1010
1111
//

modules/ROOT/pages/_partials/commons/common-api-changes-300.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= API Changes for 3.0
1+
= API Changes for 3.0 BETA
22

33

44
== Replication Configuration

modules/ROOT/pages/_partials/pn-change-log-content.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// BEGIN -- Major Release
3131

32-
== RELEASE 3.0
32+
== RELEASE 3.0 BETA
3333
// tag::full-3-0[]
3434

3535
// tag::all--3-0[]

modules/android/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Couchbase Lite Quickstart
22
:page-layout: landing-page-core-concept
3-
:page-status:
4-
:page-edition:
3+
:page-edition: {release}
4+
:page-status: {prerelease}
55
:page-role: tiles, -toc
66
:description: Start your Couchbase for Mobile and Edge adventure, get up and running with Couchbase Lite
77
:!sectids:

modules/android/pages/api-changes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= API Changes
2-
:page-status:
3-
:page-edition:
2+
:page-edition: {release}
3+
:page-status: {prerelease}
44
:page-role:
55
:description:
66

modules/android/pages/blob.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
= Working with Blobs -- Data Model
22
:page-aliases: learn/java-android-blob.adoc
3-
:page-layout: article
4-
:page-status:
5-
:page-edition:
3+
:page-edition: {release}
4+
:page-status: {prerelease}
65
:page-role:
76
:description: Couchbase Lite database data model concepts - blobs
87

modules/android/pages/compatibility.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
= Compatibility
22
:page-aliases: product/java-android-compatibility.adoc
3-
:page-layout: article
4-
:page-status:
5-
:page-edition:
3+
:page-edition: {release}
4+
:page-status: {prerelease}
65
:page-role:
76
:description: Couchbase Lite framework and Sync Gateway compatibility
87

modules/android/pages/conflict.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
= Handling Data Conflicts
22
:page-aliases: learn/java-android-conflict.adoc
3-
:page-layout: article
3+
:page-edition: {release}
4+
:page-status: {prerelease}
5+
:page-role:
46
:description: Couchbase Lite Database Sync -- Handling conflict between data changes
57

68
// Define our environment

modules/android/pages/database.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
= Databases -- Data Model
22
:page-aliases: learn/java-android-database.adoc
3+
:page-edition: {release}
4+
:page-status: {prerelease}
5+
:page-role:
36
:description: Working with Couchbase Lite on Android databases
47

58
include::partial$_std-cbl-hdr-android.adoc[]

0 commit comments

Comments
 (0)