diff --git a/articles/enterprise/components/api.md b/articles/enterprise/components/api.md index b4777a8..b49f357 100644 --- a/articles/enterprise/components/api.md +++ b/articles/enterprise/components/api.md @@ -85,7 +85,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Be sure to set your repository credentials before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. #### Installing the API Package diff --git a/articles/enterprise/components/app.md b/articles/enterprise/components/app.md index d7b6a0d..4ed95c1 100644 --- a/articles/enterprise/components/app.md +++ b/articles/enterprise/components/app.md @@ -81,7 +81,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Be sure to set your repository credentials before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. #### Installing the App Package diff --git a/articles/enterprise/components/exporter.md b/articles/enterprise/components/exporter.md index dd7a9e4..64a7c01 100644 --- a/articles/enterprise/components/exporter.md +++ b/articles/enterprise/components/exporter.md @@ -77,7 +77,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Be sure to set your repository credentials before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. #### Installing the Exporter Package diff --git a/articles/enterprise/components/gitlab.md b/articles/enterprise/components/gitlab.md index 3d66099..d0f0ecc 100644 --- a/articles/enterprise/components/gitlab.md +++ b/articles/enterprise/components/gitlab.md @@ -74,7 +74,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Make sure that the repository credentials are set before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. Once the repository is configured properly, you can install the GitLab component using the command: diff --git a/articles/enterprise/components/hub-builder.md b/articles/enterprise/components/hub-builder.md index e93bc05..0797dfd 100644 --- a/articles/enterprise/components/hub-builder.md +++ b/articles/enterprise/components/hub-builder.md @@ -65,7 +65,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Be sure to set your repository credentials before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. #### Installing the Hub Builder Package diff --git a/articles/enterprise/components/prism.md b/articles/enterprise/components/prism.md index b9b7500..965351a 100644 --- a/articles/enterprise/components/prism.md +++ b/articles/enterprise/components/prism.md @@ -61,7 +61,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Be sure to set your repository credentials before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. #### Installing the Prism Package @@ -244,12 +244,10 @@ is running properly. ## Post-install Validations Once the Prism component is running, you can verify the installation was -successful issuing an HTTP GET request to the `/health` URL on the HTTP admin -port (set with `admin_bind`): +successful by issuing an `HTTP GET` request to the `/health` endpoint: ```bash -$ curl -v localhost:4050/health -Hello! +curl -v localhost:4050/health ``` > Be sure to update the URL above to match your local installation diff --git a/articles/enterprise/components/pubs.md b/articles/enterprise/components/pubs.md index 9474d7e..6e08205 100644 --- a/articles/enterprise/components/pubs.md +++ b/articles/enterprise/components/pubs.md @@ -1,6 +1,6 @@ # Pubs (Hubs Server) -The **Pubs** component serves and catalogs hubs published through Stoplight. +The **Pubs** component serves and catalogs Hubs published through Stoplight. > #### Networking Details > @@ -52,7 +52,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Be sure to set your repository credentials before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. #### Installing the Pubs Package @@ -102,7 +102,7 @@ https_bind: "127.0.0.1:8443" #### ssl_enabled The `ssl_enabled` variable denotes whether SSL should be enabled when serving -hub requests. +Hub requests. ```yaml ssl_enabled: yes diff --git a/articles/enterprise/components/tasker.md b/articles/enterprise/components/tasker.md index 3a57cae..80d800f 100644 --- a/articles/enterprise/components/tasker.md +++ b/articles/enterprise/components/tasker.md @@ -55,7 +55,7 @@ gpgkey=https://pkg.stoplight.io/stoplight.key EOF ``` -> Be sure to set your repository credentials before issuing the `cat` command +> Make sure that the repository credentials are set before issuing the `cat` command above. #### Installing the Tasker Package