diff --git a/.github/styles/kong/dictionary.txt b/.github/styles/kong/dictionary.txt index 2fd1d5af8d9a..cadecbd11275 100644 --- a/.github/styles/kong/dictionary.txt +++ b/.github/styles/kong/dictionary.txt @@ -228,6 +228,7 @@ wireframe wireframes worker-ip workspace +xenial yaml yml zipkin diff --git a/app/gateway/2.8.x/install-and-run/ubuntu.md b/app/gateway/2.8.x/install-and-run/ubuntu.md index fc8ea6ca6c3a..f3f4a4263867 100644 --- a/app/gateway/2.8.x/install-and-run/ubuntu.md +++ b/app/gateway/2.8.x/install-and-run/ubuntu.md @@ -14,10 +14,10 @@ Kong is licensed under an ## Download and install -You can install {{site.base_gateway}} by downloading an installation package or using our APT repository. We currently package Kong Gateway for Ubuntu Bionic, Focal, and Xenial. +You can install {{site.base_gateway}} by downloading an installation package or using our APT repository. We currently package {{ site.base_gateway }} for Ubuntu Bionic, Focal, and Xenial. {:.note .no-icon} -> We currently package Kong Gateway for Ubuntu Bionic, Focal and Xenial. +> We currently package {{ site.base_gateway }} for Ubuntu Bionic, Focal and Xenial. > If you are using a different release, replace `$(lsb_release -sc)` with `xenial` in the commands below. >

> To check your release name run `lsb_release -sc`. diff --git a/src/gateway/kong-production/install-options/linux/ubuntu.md b/src/gateway/kong-production/install-options/linux/ubuntu.md index 66af6a0c4cef..cb2d68455264 100644 --- a/src/gateway/kong-production/install-options/linux/ubuntu.md +++ b/src/gateway/kong-production/install-options/linux/ubuntu.md @@ -14,10 +14,10 @@ Kong is licensed under an ## Download and install -You can install {{site.base_gateway}} by downloading an installation package or using our APT repository. We currently package Kong Gateway for Ubuntu Bionic, Focal, and Xenial. +You can install {{site.base_gateway}} by downloading an installation package or using our APT repository. We currently package {{ site.base_gateway }} for Ubuntu Bionic, Focal, and Xenial. {:.note .no-icon} -> We currently package Kong Gateway for Ubuntu Bionic, Focal and Xenial. +> We currently package {{ site.base_gateway }} for Ubuntu Bionic, Focal and Xenial. > If you are using a different release, replace `$(lsb_release -sc)` with `xenial` in the commands below. >

> To check your release name run `lsb_release -sc`.