summaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-08 20:22:50 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:52:14 -0700
commitaa5560b99bbbf8b43ae20da511a5168a3d41ad0e (patch)
treebffab8dd8f20366991ff25d74ea98ddecda9e7a6 /docs/dev/README.md
parent8ab44df64964ab961dc5ba95a6b1e57ac1ac7a08 (diff)
downloadchef-aa5560b99bbbf8b43ae20da511a5168a3d41ad0e.tar.gz
Add a readme for the dev docs and dep updating docs
Move the dep updating to it's own doc Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r--docs/dev/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
new file mode 100644
index 0000000000..afe8d0c1ac
--- /dev/null
+++ b/docs/dev/README.md
@@ -0,0 +1,9 @@
+# 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.
+
+## Contents
+
+- [Building and Installing](./building_and_installing.md)
+- [Updating Dependencies](./updating_dependencies.md)
+- [Design Documents](./design_documents/) \ No newline at end of file