Skip to content

Commit

Permalink
Move Environment Variables out of getting started (#2058)
Browse files Browse the repository at this point in the history
* Move Environment Variables out of getting started

This isn't a getting started concept.

Signed-off-by: Tim Smith <tsmith@chef.io>

* More resource cleanup to match reality (#2054)

* More resource cleanup to match reality

Fix spacing
Remove some bogus properties
Fix some package resources that don't support multipackage so we can't tell folks to pass in arrays
Add the :nothing action where it was missing
Redo a few of the resource pages that had never received the new format

Signed-off-by: Tim Smith <tsmith@chef.io>

* More updates to our supported platforms (#2055)

Chef Infra doesn't support Ubuntu i386 anymore now that 14.04 is gone
Chef Infra supports RHEL 8 now
DK supports SLES 15
DK does not support Windows 7 / 8.1
InSpec does not support WIndows 7 / 8.1 / 2008 R2
DK works on openSUSE 42 so consider that community supported

Signed-off-by: Tim Smith <tsmith@chef.io>

* chef-client extension can time out during enable (#1827)

* chef-client extension can time out during enable

Because the chef-client install success is critical, it should not depend on azure extension installs/enable, possible failures.
Let's recommend that folks use a more reliable provisioning scheme, like preinstalls

* Revise timeout warning text

Signed-off-by: IanMadd <imaddaus@chef.io>

* Fix dtag issues

Signed-off-by: IanMadd <imaddaus@chef.io>

* Fix minor punctuation and spacing issues (#2060)

Signed-off-by: IanMadd <imaddaus@chef.io>

* Add ChefDK 4.1 and 4.2 release notes (#2056)

* Add ChefDK 4.2 release notes

This was released a while ago. Let's get the release notes up.

Signed-off-by: Tim Smith <tsmith@chef.io>

* Add ChefDK 4.1 release notes

Signed-off-by: Tim Smith <tsmith@chef.io>

* Update chef_master/source/release_notes_chefdk.rst

Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>

* Update chef_master/source/release_notes_chefdk.rst

Co-Authored-By: mjingle <mjingle@users.noreply.github.com>

* Move Chef -> Chef Infra (#2057)

More branding updates

Signed-off-by: Tim Smith <tsmith@chef.io>

* Move Environment Variables later in nav

Signed-off-by: IanMadd <imaddaus@chef.io>
  • Loading branch information
tas50 authored and IanMadd committed Aug 9, 2019
1 parent 5b74cbc commit 4442165
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions chef_master/source/_templates/nav-docs.html
Expand Up @@ -182,10 +182,6 @@
]
},
{
"title": "Environment Variables",
"hasSubItems": false,
"url": "/environment_variables.html"
}, {
"title": "Glossary",
"hasSubItems": false,
"url": "/glossary.html"
Expand Down Expand Up @@ -287,6 +283,11 @@
"hasSubItems": false,
"url": "/auth.html#authorization"
},
{
"title": "Environment Variables",
"hasSubItems": false,
"url": "/environment_variables.html"
},
{
"title": "Supermarket",
"hasSubItems": true,
Expand Down

0 comments on commit 4442165

Please sign in to comment.