diff --git a/_vendor/github.com/chef/desktop-config/docs-chef-io/content/desktop/infrastructure_overview.md b/_vendor/github.com/chef/desktop-config/docs-chef-io/content/desktop/infrastructure_overview.md index 60a12b075a..4dc67eef02 100644 --- a/_vendor/github.com/chef/desktop-config/docs-chef-io/content/desktop/infrastructure_overview.md +++ b/_vendor/github.com/chef/desktop-config/docs-chef-io/content/desktop/infrastructure_overview.md @@ -35,5 +35,5 @@ Once everything is configured and Chef client runs have been scheduled either vi With all this information, you are now ready to set up the Chef Desktop product for configuration and application management of your fleet. You can proceed further in one of the two ways: -1. Create a demonstration setup with virtual endpoints or real devices to evaluate our product using our [quick start guide]({{< relref "/demonstration_setup.md" >}}). +1. Create a demonstration setup with virtual endpoints or real devices to evaluate our product using our [quick start guide]({{< relref "demonstration_setup.md" >}}). 2. [Read instructions]({{< relref "_index.md" >}}) on how to set up individual parts of the pattern for production with or without Zero Touch Deployment. diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 985e136f0a..6187c46306 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1,5 +1,5 @@ # github.com/chef/automate/components/docs-chef-io v0.0.0-20240729123819-c53229986942 -# github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b +# github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 # github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20240410132404-ec6d25dc198b # github.com/chef/chef-server/docs-chef-io v0.0.0-20240530151056-7940d04f6096 # github.com/inspec/inspec/docs-chef-io v0.0.0-20240725161417-9e8c62dc0c3f diff --git a/go.mod b/go.mod index 1d7479148c..43f1905f34 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240809064339-878cb76b2b66 // indirect github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e // indirect github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa // indirect - github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b // indirect + github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 // indirect github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f // indirect github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd // indirect github.com/chef/supermarket/docs-chef-io v0.0.0-20240704074504-4c4829edb0c0 // indirect diff --git a/go.sum b/go.sum index 70eb273527..76b094bb63 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8d github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e/go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig= github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa h1:H2kX1/99ggT3YoLlO6xe7FuqsWl0dETD0OXUvKCWrII= github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa/go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA= -github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b h1:Mjeggzbj9ACXuhSR4IHyoIlgH9TK7zU8MCN7aQQC7D4= -github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b/go.mod h1:90xAx6sIfgSL50M2KzeBmx7V7s7dlhQU3xpUkJO0qW0= +github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 h1:2wrzLEbX7qPYQRw/LTBm2pHB5HKyL9ElYUA7bkYScaE= +github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43/go.mod h1:90xAx6sIfgSL50M2KzeBmx7V7s7dlhQU3xpUkJO0qW0= github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f h1:6+VjBykE1b9LGfJEBstSKLAGJySrhu6NY162gz+cnxo= github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f/go.mod h1:Lfq+HjwAQwUJ41EPTO/8qbI1oJb2i415fR28d2Ig9kc= github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd h1:I4Rgzposq3E5Dd+swVEry+rs3zvEKSN29NS3noKRcTY=