Skip to content
Open
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
2 changes: 1 addition & 1 deletion modules/android/pages/gs-build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Mostly around Gradle and versions.
You may find you need to change IDE Build Tools settings to use Java 11 for Gradle, for instance.

Using this app with Sync Gateway and Couchbase Server obviously requires you have, or install, working versions of both.
See also -- xref:sync-gateway::get-started-install.adoc[Install Sync Gateway]
See also -- xref:sync-gateway:start-here:get-started-install.adoc[Install Sync Gateway]


[#minification]
Expand Down
6 changes: 3 additions & 3 deletions modules/c/pages/gs-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To verify whether your device supports the AVX2 instructions set, https://www.in
.Installation:
****
xref:c:gs-install.adoc#lbl-apt[Install for Linux (APT)] {barsep}
xref:c:gs-install.adoc#lbl-debt[Install for Linux (.deb)] {barsep}
xref:c:gs-install.adoc#lbl-deb[Install for Linux (.deb)] {barsep}
xref:c:gs-install.adoc#lbl-windows[Install for Windows] {barsep}
xref:c:gs-install.adoc#lbl-macos[Install for macOS] {barsep}
xref:c:gs-install.adoc#lbl-ios[Install for iOS] {barsep}
Expand Down Expand Up @@ -1097,8 +1097,8 @@ Please use the <<debian-3-3-0,Debian `.deb` download>> choosing the appropriate

// If both are defined render vector search downloads

[#vs-release-1-0-0,id=vs-release-1-0-0]
=== Vector Search Release 1.0.0
[#vs-release-{vs-major}-{vs-minor}-{vs-maintenance-c},id=vs-release-{vs-major}-{vs-minor}-{vs-maintenance-c}]
=== Vector Search Release {vs-major}.{vs-minor}.{vs-maintenance-c}

_Couchbase Lite Vector Search - C_ is available for all xref:c:supported-os.adoc[Supported Platforms].
You can obtain downloads for _Linux_ and _macOS_ from the links here in the downloads table.
Expand Down
2 changes: 1 addition & 1 deletion modules/csharp/pages/gs-build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Build and run.
You should see the document ID and property printed to the console.
The document was successfully persisted to the database.

See also -- xref:sync-gateway::get-started-install.adoc[Install Sync Gateway]
See also -- xref:sync-gateway:start-here:get-started-install.adoc[Install Sync Gateway]

[#building-with-vector-search]
=== Building With Vector Search
Expand Down
2 changes: 1 addition & 1 deletion modules/java/pages/gs-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Couchbase{nbsp}Lite binaries are available for both Community (CE) and Enterpris
* Planning to sync with a _Couchbase{nbsp}Server_?
+
You will need to have runnable instances of _Couchbase{nbsp}Server_ and _Sync{nbsp}Gateway installed.
If you have not already done so see xref:sync-gateway::get-started-prepare.adoc[Prepare Sync Gateway]
If you have not already done so see xref:sync-gateway:start-here:get-started-prepare.adoc[Prepare Sync Gateway]
* Running on Microsoft Windows?
+
Windows requires {Cpp} runtime installed.
Expand Down
2 changes: 1 addition & 1 deletion modules/java/pages/gs-prereqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You are free to use the tools of your choice.

If you want to use Couchbase{nbsp}Lite with _Couchbase{nbsp}Server_ and-or _Sync{nbsp}Gateway you will need to have installed operational instances of these before completing the installation and test build steps.

So, If you have not already done so, see xref:sync-gateway::get-started-prepare.adoc[Prepare Sync Gateway]
So, If you have not already done so, see xref:sync-gateway:start-here:get-started-prepare.adoc[Prepare Sync Gateway]

* Within _Couchbase{nbsp}Server_, create a bucket named getting-started.cblite2
* Create a RBAC user for _Sync{nbsp}Gateway with username = `sync-gateway` and password = `password`
Expand Down
2 changes: 1 addition & 1 deletion modules/objc/pages/gs-build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Append the following inside of the `<dict>` XML tags to disable Application Tran
</dict>
----

See: xref:sync-gateway::get-started-install.adoc[Install Sync Gateway]
See: xref:sync-gateway:start-here:get-started-install.adoc[Install Sync Gateway]


[#related-content]
Expand Down
2 changes: 1 addition & 1 deletion modules/objc/pages/gs-prereqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ https://help.apple.com/xcode/mac/current/#/devbbdc5ce4f[Bitcode] is an intermedi

Although you can disable bitcode within your app and strip away bitcode from the Couchbase Lite framework, it is not necessary to do so. In fact, it is probably best to leave it enabled to be future proof. This is because the bitcode is never downloaded by the user even though it is uploaded during App submission.

More information on App size is available on this https://developer.apple.com/library/archive/qa/qa1795/_index.html[Apple Q&A] page.
More information on App size is available on this https://developer.apple.com/library/archive/qa/qa1795/index.html[Apple Q&A] page.


[#related-content]
Expand Down
2 changes: 1 addition & 1 deletion preview/HEAD.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sources:
docs-sync-gateway:
branches: release/3.3
branches: release/4.0
Loading