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.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index afe8d0c1ac..a72b61dc6f 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -1,9 +1,15 @@
# Chef Infra Development Documentation
-This directory contains a collection of useful guides for both new and seasoned Chef contributors. There are many guides explaining how to build, test, and contribute to Chef Infra as well as documents describing how the many subsystems function.
+This directory contains a collection of useful how-to guides for both new and seasoned Chef contributors. There are many guides explaining how to build, test, and contribute to Chef Infra as well as documents describing how the many subsystems function.
-## Contents
+## How-To Guides
-- [Building and Installing](./building_and_installing.md)
-- [Updating Dependencies](./updating_dependencies.md)
-- [Design Documents](./design_documents/) \ No newline at end of file
+- [Building and Installing](./how_to/building_and_installing.md)
+- [Branching and Backporting](./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)
+
+## Design Documents
+
+- [Data Collection](./design_documents/data_collector.md)
+- [Action Collect](./design_documents/action_collection.md)