Skip to content

Commit 3a4dcfb

Browse files
authored
QF211020-2 -- Minor fixes (#590)
* DOC-9045-C50 -- E.8 Set download page as source of binaries https://issues.couchbase.com/browse/DOC-9045 * QF211020-2 -- Add missing known errors
1 parent 242ef1f commit 3a4dcfb

File tree

3 files changed

+14
-32
lines changed

3 files changed

+14
-32
lines changed

modules/ROOT/pages/_partials/_attributes-local.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@
9595
:url-cb-forum--mobile: https://forums.couchbase.com/c/mobile/14
9696
:url-cb-support-policy: {url-cb-pfx}support-policy[Couchbase Support Policy]
9797

98+
99+
:url-downloads-all: {url-cb-pfx}downloads
100+
:downloads-all--xref: {url-downloads-all}[Get Started with Couchbase Today]
101+
:url-downloads-mobile: {url-downloads-all}#extend-with-mobile
102+
:downloads-mobile--xref: {url-downloads-mobile}[Extend with Mobile]
103+
104+
98105
//deprecated links, replace with -cb- equivalents
99106
:url-jira: https://issues.couchbase.com/browse
100107
:url-issues-sync: https://github.com/couchbase/sync_gateway/issues

modules/ROOT/pages/_partials/pn-issues-list.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
// tag::KI-3-0-0-beta[]
7777

7878
* https://issues.couchbase.com//browse/CBG-798[CBG-798] -- https://issues.couchbase.com//browse/CBG-798[Sync Gateway requires Couchbase Server nodes to use the same SSL memcached port]
79+
* https://issues.couchbase.com//browse/CBG-1754[CBG-1754] -- https://issues.couchbase.com//browse/CBG-1754[Guest user not enabled during legacy config migration]
80+
* https://issues.couchbase.com//browse/CBG-1751[CBG-1751] -- https://issues.couchbase.com//browse/CBG-1751[Install legacy config principals prior to upgrade]
7981
// end::KI-3-0-0-beta[]
8082

8183

modules/ROOT/pages/get-started-install.adoc

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include::partial$_std-hdr-sgw.adoc[]
1818
:is-verify!:
1919
// :this-release: 3.0.0
2020

21-
:downloads--url: {url-downloads}#couchbase-mobile[Couchbase downloads page]
21+
:downloads--url: {downloads-mobile--xref}
2222
:sg_download_link: {url-package-downloads}/\{version-maint}/
2323
:sg_package_name: couchbase-sync-gateway-community_{version-maint}_x86_64
2424
:sg_package_name_ee: couchbase-sync-gateway-enterprise_{version-maint}_x86_64
@@ -64,37 +64,10 @@ include::partial$_get-started-topic-group.adoc[]
6464

6565

6666
== Beta Release Only
67-
{sgw-te} 3.0.0 (beta)01 is available for all xref:supported-environments.adoc[supported operating systems] as a direct download only.
68-
You can obtain the downloads from the links here in <<tbl-beta-downloads>>.
67+
{sgw-te} 3.0.0 (beta)01 is available for all xref:supported-environments.adoc[supported operating systems] as a direct download from here -- {downloads-mobile--xref}.
6968

7069
Unpack the download to an appropriate location and install from there.
7170

72-
[#tbl-beta-downloads, cols="1,1", options-"header"]
73-
.Download Links
74-
|===
75-
^| Enterprise Edition ^| Community Edition
76-
77-
a|* {beta-url}couchbase-sync-gateway-enterprise_{version-full}_aarch64.rpm[couchbase-sync-gateway-enterprise_{version-full}_aarch64.rpm]
78-
* {beta-url}couchbase-sync-gateway-enterprise_{version-full}_x86_64.deb[couchbase-sync-gateway-enterprise_{version-full}_x86_64.deb]
79-
* {beta-url}couchbase-sync-gateway-enterprise_{version-full}_x86_64.rpm[couchbase-sync-gateway-enterprise_{version-full}_x86_64.rpm]
80-
81-
* {beta-url}couchbase-sync-gateway-enterprise_{version-full}_x86_64.msi[couchbase-sync-gateway-enterprise_{version-full}_x86_64.msi]
82-
83-
* {beta-url}couchbase-sync-gateway-enterprise_{version-full}_arm64.zip[couchbase-sync-gateway-enterprise_{version-full}_arm64.zip]
84-
* {beta-url}couchbase-sync-gateway-enterprise_{version-full}_x86_64.zip[couchbase-sync-gateway-enterprise_{version-full}_x86_64.zip]
85-
86-
a|* {beta-url}couchbase-sync-gateway-community_{version-full}_aarch64.rpm[couchbase-sync-gateway-community_{version-full}_aarch64.rpm]
87-
* {beta-url}couchbase-sync-gateway-community_{version-full}_x86_64.deb[couchbase-sync-gateway-community_{version-full}_x86_64.deb]
88-
* {beta-url}couchbase-sync-gateway-community_{version-full}_x86_64.rpm[couchbase-sync-gateway-community_{version-full}_x86_64.rpm]
89-
90-
* {beta-url}couchbase-sync-gateway-community_{version-full}_x86_64.msi[couchbase-sync-gateway-community_{version-full}_x86_64.msi]
91-
92-
* {beta-url}couchbase-sync-gateway-community_{version-full}_arm64.zip[couchbase-sync-gateway-community_{version-full}_arm64.zip]
93-
* {beta-url}couchbase-sync-gateway-community_{version-full}_x86_64.zip[couchbase-sync-gateway-community_{version-full}_x86_64.zip]
94-
|
95-
96-
|===
97-
9871
== Installation Process
9972
You can install Sync Gateway on any of the xref:supported-environments.adoc[supported operating systems].
10073
On completion of this topic you should have a working Sync Gateway that you can extend and configure to meet your business needs.
@@ -133,7 +106,7 @@ In this Section::
133106

134107

135108
=== Download
136-
Download the required edition of Sync Gateway from the <<tbl-beta-downloads>> or alternatively use `wget` to copy the install package -- see: <<ex-linux-wget>>
109+
Download the required edition of Sync Gateway from the {downloads-mobile--xref} page (alternatively use `wget` to copy the install package -- see: <<ex-linux-wget>>).
137110

138111

139112
[#ex-linux-wget]
@@ -317,7 +290,7 @@ In this Section::
317290

318291

319292
=== Download
320-
Download the required edition of Sync Gateway from the {downloads--url}.
293+
Download the required edition of Sync Gateway from the {downloads-mobile--xref} page.
321294

322295

323296
[#lbl-windows-install]
@@ -499,7 +472,7 @@ In this Section::
499472

500473

501474
=== Download
502-
Download the required edition of Sync Gateway from the {downloads--url} or alternatively use `wget` to copy the install package -- see: <<ex-macos-wget>>
475+
Download the required edition of Sync Gateway from the {downloads-mobile--xref} page (or alternatively use `wget` to copy the install package -- see: <<ex-macos-wget>>).
503476

504477

505478
[#ex-macos-wget]

0 commit comments

Comments
 (0)