chore(docs): bump deps, minor grammar fixes (#3011)

This commit is contained in:
Jamil
2023-12-25 20:24:42 -08:00
committed by GitHub
parent 14351ec405
commit 4c837afc2a
9 changed files with 379 additions and 226 deletions

View File

@@ -1,6 +1,6 @@
# These are used for the dev environment.
# This should match the versions used in the built product.
nodejs 18.16.0
nodejs 18.19.0
elixir 1.15.7-otp-26
erlang 26.1.2
terraform 1.6.6

View File

@@ -13,7 +13,7 @@
"@docsearch/react": "^3.5.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "~14.0.3",
"@next/mdx": "~14.0.4",
"@types/mdx": "^2.0.10",
"@types/node": "20.10.1",
"@types/react": "18.2.30",
@@ -22,15 +22,15 @@
"asciinema-player": "^3.6.3",
"autoprefixer": "10.4.16",
"fast-xml-parser": "^4.3.2",
"flowbite": "^2.2.0",
"flowbite": "^2.2.1",
"flowbite-react": "^0.6.4",
"highlight.js": "^11.9.0",
"md5": "^2.3.0",
"next": "^14.0.3",
"next": "^14.0.4",
"next-hubspot": "^1.2.0",
"next-sitemap": "^4.2.3",
"postcss": "8.4.31",
"posthog-js": "^1.93.6",
"posthog-js": "^1.96.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",

564
website/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -72,7 +72,7 @@ sudo systemctl restart firezone-gateway
### Downtime considerations
Gateways deployed in the same site will automatically
Gateways deployed within the same site will automatically
[failover](/kb/deploy/gateways#failover) for each other. By upgrading gateways
one-by-one, clients connected to the gateway being upgraded will automatically
reconnect to an available gateway.
@@ -80,4 +80,4 @@ reconnect to an available gateway.
Currently the failover timeout is about **15 seconds**. Upgrades should be
performed during a scheduled maintenance window to ensure minimal disruption.
Other than a possible short-term connection interruption to in-use resources,
users won't otherwise be impacted by upgrading gateways in the same site.
users won't otherwise be impacted by upgrading gateways within the same site.

View File

@@ -4,8 +4,8 @@ import Alert from "@/components/DocsAlert";
This guide covers deployment of the Firezone gateway.
Gateways expect to have unobstructed network-level access to resources within
the same site.
Gateways expect to have unobstructed network-level access to resources defined
within the same site as the gateway.
## Prerequisites

View File

@@ -1,12 +1,12 @@
# Linux Client
Firezone supports Linux with a native, headless client for ARM, ARM64, and Intel
x64 architectures.
Firezone supports Linux with a native, headless client for ARM v7, ARM64, and
Intel x64 architectures.
## Prerequisites
- Any Linux-based OS with kernel 5.0 or higher
- ARM64, ARMv8, or Intel x64 CPU
- ARM64, ARMv7, or Intel x64 CPU
- Administrator access to your Firezone account in order to create a Service
Account
@@ -14,3 +14,8 @@ x64 architectures.
The Linux client is currently in beta and can be downloaded from our
[main repository's releases page](https://github.com/firezone/firezone/releases).
Alternatively, download the latest client binary using one of the links below:
- [Download the Linux client for `x86_64`](https://github.com/firezone/firezone/releases/download/latest/linux-client-x64)
- [Download the Linux client for `armv7l`](https://github.com/firezone/firezone/releases/download/latest/linux-client-arm)
- [Download the Linux client for `arm64`](https://github.com/firezone/firezone/releases/download/latest/linux-client-arm64)

View File

@@ -2,6 +2,9 @@
Guides for common end-user workflows in Firezone.
Visit the appropriate page below for download instructions and more for your
platform.
- [Android / ChromeOS client](/kb/user-guides/android-client)
- [macOS and iOS clients](/kb/user-guides/apple-client)
- [Windows client](/kb/user-guides/windows-client)

View File

@@ -1,12 +1,12 @@
# Windows Client
Firezone supports Microsoft Windows with a native client for ARM64 and Intel x64
architectures.
Firezone supports Microsoft Windows with a native client for the Intel x86_64
architecture.
## Prerequisites
- Windows 10 or higher
- arm64 or x64 CPU
- x86_64 CPU
## Installation

View File

@@ -119,6 +119,9 @@ export default function KbSidebar() {
expanded={p.startsWith("/kb/user-guides")}
label="User guides"
>
<li>
<Item href="/kb/user-guides" label="Overview" />
</li>
<li>
<Item
href="/kb/user-guides/apple-client"