summaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-09 12:05:12 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:53:22 -0700
commit20a8ce6dadddba4792d467435d25c5da4338575d (patch)
tree2ede97447bcafb3a22c48249787e64894d85afca /docs/dev/README.md
parentac8dc172ed2a75bfbd84a1f818959914302999f8 (diff)
downloadchef-20a8ce6dadddba4792d467435d25c5da4338575d.tar.gz
Add more design 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.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 9078cbe8a6..0ffbd51e51 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -11,9 +11,15 @@ This directory contains a collection of useful how-to guides for both new and se
## Design Documents
+- [Client Release Cadence](./design_documents/client_release_cadence.mdÂ)
- [Data Collection](./design_documents/data_collector.md)
- [Action Collection](./design_documents/action_collection.md)
-- [Deprecations Within Resources](./design_documents/deprecations-in-resources.md)
+- [Deprecations Within Resources](./design_documents/deprecations_in_resources.md)
- [Resource Guard Interpreters](./design_documents/resource_guard_interpreters.md)
-- [Resource Property Validation Messaging](./design_documents/resource-property-validation-messaging.md)
-- [Self Documenting Resources](./design_documents/self-documenting-resources.md) \ No newline at end of file
+- [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)
+- [Client Exit Codes](./design_documents/client_exit_codes.md)
+- [Server Enforced Recipes](./design_documents/server_enforced_recipes.md)