diff --git a/.github/CONTRIBUTING.adoc b/.github/CONTRIBUTING.adoc index ae1b56ab..b65f94b2 100644 --- a/.github/CONTRIBUTING.adoc +++ b/.github/CONTRIBUTING.adoc @@ -83,16 +83,16 @@ NOTE: This script builds the documentation only for your local branch. If you wa npm run-script serve ---- + -Then on the same device, go to `http:localhost:5000` to view the local site. +Then on the same device, go to the "Local" address shown after you run the `serve` command above, to view the local site. Usually it is `http://localhost:3000`. + -. If you want to show others your changes, you can expose your web server to the Internet, using ngrok by doing the following: +. If you want to show others your changes, you can expose your web server to the Internet. While the terminal in which you run `npm run-script serve` is open, open another terminal and run the following command: + ```bash -npm run-script expose +ngrok http http://localhost:3000 (assuming the the local address is http://localhost:3000; if a different one is assigned after the `serve` command, use that one here) ``` + -The public URL is displayed in the output: +The public URL is displayed in the output of the above command, which you can share with colleagues to show your changes on the preferred browsers: + image::../images/ngrok.png[ngrok output] diff --git a/_redirects b/_redirects index e427e010..c84fbb04 100644 --- a/_redirects +++ b/_redirects @@ -29,10 +29,10 @@ /imdg/latest-dev/* /hazelcast/5.4-snapshot/:splat 200! # Redirect latest-dev clc alias to the latest-dev version -/clc/latest-dev/* /clc/5.3.6/:splat 200! +/clc/latest-dev/* /clc/5.3.7/:splat 200! # Redirect latest clc alias to the latest version -/clc/latest/* /clc/5.3.6/:splat 200! +/clc/latest/* /clc/5.3.7/:splat 200! # Redirect legacy /4 version to the /4.0 version /imdg/4/* /imdg/4.0/:splat 301!