From 228de54ccf6e10fc58a6231c7b2a6ef411caeee9 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Sat, 5 Feb 2022 17:00:06 -0800 Subject: [PATCH] Fix @gongjason markdownlint errors --- docs/docs/user-guides/add-devices.md | 15 ++++++++++----- docs/docs/user-guides/add-users.md | 11 ++++++++--- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/docs/docs/user-guides/add-devices.md b/docs/docs/user-guides/add-devices.md index 8ae40f0fb..093d33506 100644 --- a/docs/docs/user-guides/add-devices.md +++ b/docs/docs/user-guides/add-devices.md @@ -6,12 +6,17 @@ parent: User Guides --- Add a device through the Web UI by clicking the "Add Device" button under -`/devices` or `/users`. +`/devices` or `/users`. ![add device](https://user-images.githubusercontent.com/52545545/152582102-7bde379a-57d5-4f35-9b4e-4d02c32241bc.png) -Once the device profile is created, you can send the WireGuard configuration file to the user by: -* **Shareable Link**: Generates a time limited link to the device config file that can be sent to the user. -* **Download Config**: Downloads the device config file to your local machine to be sent securely to the user. +Once the device profile is created, you can send the WireGuard configuration file +to the user by: -Devices are associated with users. See [Add Users](/docs/user-guides/add-users.md) for more information on how to add a user. +* **Shareable Link**: Generates a time limited link to the device config file + that can be sent to the user. +* **Download Config**: Downloads the device config file to your local machine + to be sent securely to the user. + +Devices are associated with users. See [Add Users +](/docs/user-guides/add-users.md) for more information on how to add a user. diff --git a/docs/docs/user-guides/add-users.md b/docs/docs/user-guides/add-users.md index 987ae8057..c63c5297a 100644 --- a/docs/docs/user-guides/add-users.md +++ b/docs/docs/user-guides/add-users.md @@ -4,11 +4,16 @@ title: Add Users nav_order: 1 parent: User Guides --- +--- -Once you have successfully installed Firezone you'll need to add users to grant them access to your network. This is done through the Web UI. +Once you have successfully installed Firezone you'll need to add users to grant +them access to your network. This is done through the Web UI. -### Web UI -Add a user by clicking the "Add User" button under `/users`. You will be asked to specify an email and a password for the user. These credentials will be used to authenticate the user so they are able to establish the connection. +## Web UI + +Add a user by clicking the "Add User" button under `/users`. You will be asked +to specify an email and a password for the user. These credentials will be used +to authenticate the user so they are able to establish the connection. ![add user](https://user-images.githubusercontent.com/52545545/152580539-bdf10332-a528-4650-a0fe-e72bca89e98a.png)