Skip to content

Commit 11db22a

Browse files
Merge pull request #42 from oracle/rm/fix-nit
fix nits
2 parents d847085 + a5368c0 commit 11db22a

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

documentation/1.0/content/developer/_index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ pre = "<b> </b>"
88
The WebLogic Kubernetes Toolkit UI is a desktop application designed to help WebLogic users move their applications to run in a Kubernetes environment.
99

1010
### Setting up your development environment
11-
1. Download and install the latest LTS version of node.js from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
12-
2. If you rely on a proxy server to reach the Internet, set these 5 environment variables to configure the proxy correctly:
11+
1. Download and install the latest LTS version of `node.js` from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
12+
2. If you rely on a proxy server to reach the Internet, set these five environment variables to configure the proxy correctly:
1313
```
1414
ELECTRON_GET_USE_PROXY=true
1515
GLOBAL_AGENT_HTTPS_PROXY=<proxy-url>
1616
WKTUI_DEV_PROXY=<proxy-url>
1717
HTTPS_PROXY=<proxy-url>
1818
NO_PROXY=<list-of-no-proxy-hosts>
1919
```
20-
3. Open a command line window are run the following command to update the version of npm to the latest:
20+
3. Open a command line and run the following command to update the version of `npm` to the latest:
2121
```bash
2222
sudo npm install --global npm
2323
```
24-
Note: If developing on Windows, run the following commands from a shell running as Administrator instead:
24+
**Note**: If developing on Windows, run the following commands from a shell running as Administrator instead:
2525
```cmd
2626
npm install --global --production npm-windows-upgrade
2727
npm-windows-upgrade --npm-version latest
@@ -36,18 +36,18 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
3636
is, by default, case-insensitive!**
3737

3838
5. Clone the git repository on GitHub at [https://github.com/oracle/weblogic-toolkit-ui](https://github.com/oracle/weblogic-toolkit-ui).
39-
6. Open a command-line in the `weblogic-toolkit-ui` directory and run `npm install` to download and install the JavaScript dependencies required by the project.
40-
7. Open a command-line in the `weblogic-toolkit-ui/electron` directory and run `npm run install-tools`.
41-
8. Open a command-line in the `weblogic-toolkit-ui/webui` directory and run `npm start`.
42-
9. Once the server from the previous step is fully running, open a command-line in the `weblogic-toolkit-ui/electron` directory and run `npm start`.
39+
6. Open a command line in the `weblogic-toolkit-ui` directory and run `npm install` to download and install the JavaScript dependencies required by the project.
40+
7. Open a command line in the `weblogic-toolkit-ui/electron` directory and run `npm run install-tools`.
41+
8. Open a command line in the `weblogic-toolkit-ui/webui` directory and run `npm start`.
42+
9. After the server from the previous step is fully running, open a command line in the `weblogic-toolkit-ui/electron` directory and run `npm start`.
4343

4444
### Building a Windows or MacOS installer
4545
0. Set up your development environment and verify that the application is working properly from it.
46-
1. Open a command-line in the `weblogic-toolkit-ui/electron` directory and run `npm run build`.
46+
1. Open a command line in the `weblogic-toolkit-ui/electron` directory and run `npm run build`.
4747
2. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.
4848

4949
### Building a Linux installer
5050
0. Set up your development environment and verify that the application is working properly from it.
51-
1. Open a command-line in the `weblogic-toolkit-ui/webui` directory and run `npm run build:release`.
52-
2. From the command-line in the `weblogic-toolkit-ui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
51+
1. Open a command line in the `weblogic-toolkit-ui/webui` directory and run `npm run build:release`.
52+
2. From the command line in the `weblogic-toolkit-ui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
5353
3. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.

documentation/1.0/content/navigate/kubernetes/k8s-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This section supports two distinct functions related to an ingress controller.
2121
controller to a Kubernetes cluster. Second, it supports adding the necessary routes to an ingress controller to make
2222
a deployed WebLogic domain's endpoints accessible.
2323

24-
#### Design View
24+
### Design View
2525
`Design View` helps you specify the data needed to install an ingress controller, if desired, and
2626
specify the data needed to expose one or more endpoints for a deployed WebLogic domain. This page contains three panes:
2727

documentation/1.0/content/setup/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ weight: 2
66
description: "Install the WKT UI application and check for updates."
77
---
88

9-
1. Download the latest WebLogic Kubernetes Toolkit UI (WKT UI) application installers from the [Github Releases section](https://github.com/oracle/weblogic-toolkit-ui/releases) of this repository.
10-
1. Simply run the appropriate installer for your operating system.
9+
1. Download the latest WebLogic Kubernetes Toolkit UI (WKT UI) application installers from the [GitHub Releases section](https://github.com/oracle/weblogic-toolkit-ui/releases) of this repository.
10+
2. Simply run the appropriate installer for your operating system.
1111

1212
Application startup detects Internet connectivity to GitHub. If it fails to connect, a `Network Configuration` dialog appears in which you can set or modify your proxy settings, test your changes, and then restart the application.
1313

@@ -19,8 +19,8 @@ Upon application startup, if a more recent version exists, an Application Update
1919

2020
- `Install Now`
2121
- `Install on Exit`
22-
- Not available on MacOS.
2322
- Downloads the application and installs it after you exit.
23+
- Not available on MacOS.
2424
- `Ignore Update`
2525

2626
At any time, you can check for application updates using `Help > Check for WKT UI Updates`.

0 commit comments

Comments
 (0)