Skip to content

Commit

Permalink
Merge develop into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 27, 2024
2 parents 4ddbda1 + 25824c8 commit 57a47d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 2 additions & 2 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 57a47d1

Please sign in to comment.