From 889daa1f93efcc2fef2638801b39bbbab93ad35c Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Sat, 9 Mar 2019 17:11:02 -0500 Subject: [PATCH] docs: First attempt at describing the payload dependencies This is not 100% accurate but at least shows some relative ordering. --- docs/dev/dependencies | 78 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 docs/dev/dependencies diff --git a/docs/dev/dependencies b/docs/dev/dependencies new file mode 100644 index 0000000000..fc97067200 --- /dev/null +++ b/docs/dev/dependencies @@ -0,0 +1,78 @@ +# This file describes the known dependencies between components. +# +# The file is input to `digraph` and is of the form "node -> node" +# which defines an edge. Run the following to see the whole graph +# +#