summaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-09 20:29:15 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:53:22 -0700
commitf67d33078ce34835882140bb661cdecce735b011 (patch)
treef090bd6d6736b4f3495700d5c655ab5ad57d4a49 /docs/dev/README.md
parent3b03a09303a7f922203628438d4494516c04761e (diff)
downloadchef-f67d33078ce34835882140bb661cdecce735b011.tar.gz
Add more docs from the RFCs
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r--docs/dev/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 0f15ee6dee..fba17e7b9f 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -6,8 +6,8 @@ A good first start is our [How Chef Infra Is Built](how_chef_is_built.md) and [C
## How-To Guides
-- [Building and Installing](./how_to/building_and_installing.md)
-- [Branching and Backporting](./how_to/branching_and_backporting.md)
+- [Building and Installing Locally](./how_to/building_and_installing.md)
+- [Branching and Backporting Changes](./how_to/branching_and_backporting.md)
- [Updating Dependencies](./how_to/updating_dependencies.md)
- [Bumping Major and Minor Versions](./how_to/bumping_minor_or_major_versions.md)
@@ -18,10 +18,14 @@ A good first start is our [How Chef Infra Is Built](how_chef_is_built.md) and [C
- [Action Collection](./design_documents/action_collection.md)
- [Deprecations Within Resources](./design_documents/deprecations_in_resources.md)
- [Resource Guard Interpreters](./design_documents/resource_guard_interpreters.md)
+- [Resource Load and Converge Methods](./design_documents/resource_load_and_converge_methods.md)
- [Resource Property Validation Messaging](./design_documents/resource_property_validation_messaging.md)
- [Self Documenting Resources](./design_documents/self_documenting_resources.md)
- [Resource Before Notifications](./design_documents/resource_before_notifications.md)
- [Resource File Content Verification](resource_file_content_verification.md)
- [Ohai Cookbook Segment](./design_documents/ohai_cookbook_segment.md)
+- [Cookbook Root Aliases](./design_documents/cookbook_root_aliases.md)
+- [Event Handler Recipe DSL](./design_documents/event_handler_recipe_dsl.md)
+- [Gem Installation via Metadata](./design_documents/gem_installation_via_metadata.md)
- [Client Exit Codes](./design_documents/client_exit_codes.md)
- [Server Enforced Recipes](./design_documents/server_enforced_recipes.md)