summaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
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)