Skip to content

Commit

Permalink
Removing snapshot/main related content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro committed Nov 1, 2023
1 parent 0537768 commit d135171
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 81 deletions.
12 changes: 0 additions & 12 deletions check-links-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ content:
- url: .
branches: HEAD
start_path: docs
- url: https://github.com/hazelcast/management-center-docs
branches: [main]
start_path: docs
- url: https://github.com/hazelcast/cloud-docs
branches: [main]
start_path: docs
- url: https://github.com/hazelcast/hazelcast-platform-operator-docs
branches: [main, v/*]
start_path: docs
- url: https://github.com/hazelcast/hz-docs
branches: [main, v/*]
start_path: docs
ui:
bundle:
url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip
Expand Down
8 changes: 4 additions & 4 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: clc
title: Hazelcast CLC
start_page: overview.adoc
# Version in the URL
version: '5.3.6-snapshot'
version: '5.3.5'
# Version in the version selector (we display only the latest major.minor version)
display_version: '5.3.6-SNAPSHOT'
display_version: '5.3.5'
# Displays a banner to inform users that this is a prerelease version
prerelease: true
prerelease: false
asciidoc:
attributes:
# The full major.minor.patch version, which is used as a variable in the docs for things like download links
full-version: '5.3.6-SNAPSHOT'
full-version: '5.3.5'
# Allows us to use UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/
experimental: true
snapshot: true
Expand Down
65 changes: 0 additions & 65 deletions docs/modules/ROOT/pages/install-clc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,71 +8,7 @@
* Using an install script on Linux or macOS
* Windows installer
* Downloading a pre-built binary
* Building from source
ifdef::snapshot[]
[NOTE]
Pre-release versions can only be built from source.

== Build Pre-release from Source

Supported OS:

- Ubuntu 22.04 or later
- macOS 15 or later
- Windows 10 or later

Requirements:

- Go 1.21 or later
- Git
- For Linux and macOS, GNU Make
- Command prompt or Windows Powershell
- For Windows, https://github.com/tc-hib/go-winres[go-winres]

To build from source, complete the following steps:

. Clone the source from Git
+
[source,shell]
----
$ git clone https://github.com/hazelcast/hazelcast-commandline-client.git
----

. Navigate to your project
+
[source,shell]
----
$ cd hazelcast-commandline-client
----

. Build the project
+
[source,shell]
----
$ make
----
+
The ``clc``, or ``clc.exe``, binary is created in the ``build`` directory.

. Run the project
+
-- On Linux or macOS:
+
[source,shell]
----
./build/clc
----
+
-- On Windows:
+
[source,shell]
----
.\build\clc.exe
----

endif::[]
ifndef::snapshot[]
== Installing on macOS

The Hazelcast CLC is supported on macOS 15 or newer versions.
Expand Down Expand Up @@ -218,7 +154,6 @@ Installer::
clc.exe
----
endif::[]
== Verifying the Hazelcast CLC Installation
To check whether the Hazelcast CLC is installed properly, run the following command on a terminal.
Expand Down

0 comments on commit d135171

Please sign in to comment.