summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-26 15:43:26 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-26 15:43:26 -0700
commit028d2db5a428efd6f80b56b7e8eac0f2c4ee824e (patch)
tree978ecf4bce79cbd07bb8fee25a1f0f31827bce01
parentf1ab8c0666ca376b988517f603e6e6fc19c8d64c (diff)
downloadchef-doc_generator.tar.gz
Update the how to release chef process for the new docs processdoc_generator
This is a lot easier now Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--docs/dev/how_to/releasing_chef_infra.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/dev/how_to/releasing_chef_infra.md b/docs/dev/how_to/releasing_chef_infra.md
index 022cb6d3ef..eee8d9abba 100644
--- a/docs/dev/how_to/releasing_chef_infra.md
+++ b/docs/dev/how_to/releasing_chef_infra.md
@@ -28,11 +28,8 @@ If there are any new or updated resources, the docs site will need to be updated
#### Resource Documentation Automation
-1. Checkout the `doc_generator` branch in `chef/chef`
-2. Rebase the branch against master
-3. Run `bundle install`
-4. Run `bundle exec ./docs.rb`, which generates resource_FOO.rst files in the root of the git repo.
-5. Compare the relevant generated files with the docs site content in the `chef_master/source` directory. The generated files are missing some content, such as action descriptions, and don't have perfect formatting, so this is a bit of an art form.
+1. Run `rake docs_site:resources` to generate content to a `docs_site` directory
+2. Compare the relevant generated files with the docs site content in the `chef_master/source` directory. The generated files are missing some content, such as action descriptions, and don't have perfect formatting, so this is a bit of an art form.
## Release Chef Infra Client