Use forwardslash instead of backslash (#12810)

Currently the root path doesn't show in the documentation and displays as an empty string `""`.
This change changes the root path to a forward slash character to properly show the root path in the documentation.
(Proxmox User Permission Path is displayed as a forward slash)
This commit is contained in:
MeIchthys 2020-04-11 04:36:14 -04:00 committed by GitHub
parent 3b7d1241f6
commit f5c1139f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ To apply the user and role just created, we need to give it permissions
* Click `Datacenter` * Click `Datacenter`
* Click `Permissions` * Click `Permissions`
* Open `Add` and click `User Permission` * Open `Add` and click `User Permission`
* Select "\" for the path * Select "/" for the path
* Select your Home Assistant user (`hass`) * Select your Home Assistant user (`hass`)
* Select the Home Assistant role (`home-assistant`) * Select the Home Assistant role (`home-assistant`)
* Make sure `Propigate` is checked * Make sure `Propigate` is checked