diff --git a/README.md b/README.md index 002b29e77a0..5756258b737 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,28 @@ Rancher Docs The `rancher/docs:dev` docker image runs a live-updating server. To run on your workstation, run: +Linux ```bash ./scripts/dev ``` +Windows +```powershell +./scripts/dev-windows.ps1 +``` + and then navigate to http://localhost:9001/. You can customize the port by passing it as an argument: +Linux ```bash ./scripts/dev 8080 ``` +Windows +```powershell +./scripts/dev-windows.ps1 -port 8080 +``` + License ======= Copyright (c) 2014-2019 [Rancher Labs, Inc.](http://rancher.com) diff --git a/content/rancher/v2.x/en/admin-settings/authentication/_index.md b/content/rancher/v2.x/en/admin-settings/authentication/_index.md index 061d7734c4b..0dc19a78a1b 100644 --- a/content/rancher/v2.x/en/admin-settings/authentication/_index.md +++ b/content/rancher/v2.x/en/admin-settings/authentication/_index.md @@ -30,7 +30,7 @@ The Rancher authentication proxy integrates with the following external authenti
However, Rancher also provides [local authentication]({{< baseurl >}}/rancher/v2.x/en/admin-settings/authentication/local/). -In most cases, you should use an external authentication service over local authentication, as external authentication allows user management from a central location. However, you may want a few local authentication users for managing Rancher under rare circumstances, such as if Active Directory is down. +In most cases, you should use an external authentication service over local authentication, as external authentication allows user management from a central location. However, you may want a few local authentication users for managing Rancher under rare circumstances, such as if your external authentication provider is unavailable or undergoing maintenance. ## Users and Groups diff --git a/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md b/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md index 1263a405b79..51da015a34e 100644 --- a/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md +++ b/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md @@ -49,7 +49,7 @@ The following table lists each custom global permission available and whether it | Manage Roles | ✓ | | | Manage Users | ✓ | | | Create Clusters | ✓ | ✓ | -| User Catalog Templates | ✓ | ✓ | +| Use Catalog Templates | ✓ | ✓ | | Login Access | ✓ | ✓ | > **Notes:** diff --git a/content/rancher/v2.x/en/catalog/_index.md b/content/rancher/v2.x/en/catalog/_index.md index 57d577713a2..ec079814f6c 100644 --- a/content/rancher/v2.x/en/catalog/_index.md +++ b/content/rancher/v2.x/en/catalog/_index.md @@ -75,7 +75,7 @@ _Available as of v2.2.0_ In Rancher v2.2.0, you can add private catalog repositories using credentials like Username and Password. You may also want to use the OAuth token if your Git or Helm repository server support that. -[Read More About Adding Private Git/Helm Catalogs]({{< baseurl >}}/rancher/v2.x/en/catalog/private/) +[Read More About Adding Private Git/Helm Catalogs]({{< baseurl >}}/rancher/v2.x/en/catalog/custom/#private-repositories)