From eaef3acdb5403c010f847d5d7412765af7630583 Mon Sep 17 00:00:00 2001
From: Joe Reiber <joejoe930117@gmail.com>
Date: Mon, 4 May 2020 10:57:10 -0400
Subject: [PATCH] Add category Diagramming Add Mermaid / Diagramming Add
 DrawTheNet / Diagramming

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 459dd3a..f2d545c 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@
   * [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment)
   * [Control Panels](#control-panels)
   * [Deployment Automation](#deployment-automation)
+  * [Diagramming](#diagramming)
   * [Distributed Filesystems](#distributed-filesystems)
   * [DNS](#dns)
   * [Domains](#domains)
@@ -266,6 +267,13 @@
 * [sup](https://github.com/pressly/sup/) - Super simple deployment tool - just Unix - think of it like 'make' for a network of servers.
 * [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation (rake based).
 
+## Diagramming
+
+*Tools used to create diagrams of networks, flows, etc.*
+
+* [DrawThe.Net](http://go.drawthe.net/) - Javascript tool that uses a YAML-formatted input to programmatically create large, complex, and visually solid diagrams.
+* [Mermaid](https://mermaid-js.github.io/mermaid-live-editor/) - Javascript module with a unique, easy, shorthand syntax. Integrates into several other tools like Grafana.
+
 ## Distributed Filesystems
 
 *Network distributed filesystems.*