summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add Yaml verifierAntony Deepak Thomas2021-09-131-3/+8
| | | | | | | | This patch adds Yaml verifier to the list of built-in verifiers. Yaml verifier can be used on `file` like resources such as `file`, `template` etc. Signed-off-by: Antony Deepak Thomas <antonydeepak@gmail.com>
* Fix typo in readmeTim Smith2021-03-091-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Build place for documenting internal/dev/unsupported commandsPhil Dibowitz2021-03-062-0/+134
| | | | | | | | | | | | | | After discussion in last week's Chef Triage meeting, there are tools which are unsupported, confusing to new users, and shouldn't be confused with the "right" ways to use Chef products. However, those tools are often useful to developers or sufficiently advanced users and should be documented somewhere else where it's clear you're off the beaten path. We decided this is the correct place, so I'm taking the recently removed chef-apply docs (https://github.com/chef/chef-workstation/blob/5af407dc6bd1432994cd89cc56ae00cf95cbb37f/docs-chef-io/content/workstation/ctl_chef_apply.md) and putting them here Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Update the action collection docs with an exampleLamont Granquist2021-01-291-0/+33
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update bumping_the_major_version.mdTim Smith2021-01-041-0/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update adding_new_platforms_to_infra.mdTim Smith2020-12-311-1/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update adding_new_platforms_to_infra.mdTim Smith2020-12-311-2/+2
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add initial doc for adding new distro releasesTim Smith2020-12-301-0/+57
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Avoid markdown warning in dev docsTim Smith2020-12-301-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Document creating adhoc buildsTim Smith2020-12-301-0/+45
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Updates to the release process docsTim Smith2020-12-302-8/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update bumping_the_major_version.mdTim Smith2020-12-181-1/+0
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update bumping_the_major_version.mdTim Smith2020-12-181-0/+2
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update bumping_the_major_version.mdTim Smith2020-12-181-2/+8
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update bumping_the_major_version.mdTim Smith2020-12-111-5/+7
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update our release cadence docsupdate_cadence_docsTim Smith2020-11-251-7/+5
| | | | | | There were some things in here that aren't accurate at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
* Data collector docs minor updatesVivek Singh2020-09-081-2/+3
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Document Exit code 43document_43Tim Smith2020-08-221-6/+6
| | | | | | This wasn't added to the design doc Signed-off-by: Tim Smith <tsmith@chef.io>
* Improve auto-generated docsTim Smith2020-05-282-4/+3
| | | | | | | | Add more descriptions and examples Remove some smart quotes Make sure homebrew_package gets tagged as supporting multi-package Signed-off-by: Tim Smith <tsmith@chef.io>
* More things clear of spellcheck violations.Pete Higgins2020-05-188-14/+14
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Update the commands in the docs toobump_depsTim Smith2020-05-051-3/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Run Test Kitchen tests on Ruby 2.7ruby27_testingTim Smith2020-04-251-1/+0
| | | | | | Let's see all the warnings Signed-off-by: Tim Smith <tsmith@chef.io>
* Make the links end with /docs_linksTim Smith2020-03-041-2/+2
| | | | | | Thanks for pointing this out Ian Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all our links to use the new docs site formatTim Smith2020-03-042-5/+5
| | | | | | When we migrated to hugo the URLs changed a bit. Nothing ends in .html and we moved all the resources into their own dir. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update docs for forking the stable branchTim Smith2020-02-031-0/+1
| | | | | | Make sure the external tests continue to work. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove more support for Windows 2008 R2 / RHEL 5nuke_oldTim Smith2020-01-231-1/+1
| | | | | | | Nuke a few doc references to 2008 R2 and a commented out spec Remove build_essential support for RHEL 5 Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix another part of the docs for Ruby 2.6+Tim Smith2020-01-211-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Document the process for bumping the major versionupgrade_docsTim Smith2020-01-174-5/+58
| | | | | | | We need to document this so that releng and others can perform the bump in the future. Signed-off-by: Tim Smith <tsmith@chef.io>
* Rename updating_chef12.md to upgrading_from_chef_12.mdTim Smith2020-01-161-0/+0
|
* Spelling, punctuation, grammarErnie Hershey2019-11-221-5/+5
| | | Signed-off-by: Ernie Hershey <github@ernie.org>
* Remove bonus `.md` to fix linkBryan McLellan2019-11-181-1/+1
| | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Remove Travis / Jenkins config / docsTim Smith2019-07-312-8/+7
| | | | | | Update some of our build docs to reflect the current process. Nuke the old Travis config. We're Buildkite + appveyor only at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the how to release chef process for the new docs processdoc_generatorTim Smith2019-06-261-5/+2
| | | | | | This is a lot easier now Signed-off-by: Tim Smith <tsmith@chef.io>
* Add more upgrading Chef 12 docsLamont Granquist2019-06-171-0/+118
| | | | | | Missed a few things which may be important blockers. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add Chef 12 updating docslcg/updating-chef12-docsLamont Granquist2019-06-141-0/+122
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Add some snarkreleasing_chefTim Smith2019-06-111-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Add Chocolatey process docsTim Smith2019-06-111-2/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
* Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>