diff options
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r-- | docs/dev/README.md | 8 |
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) |