From eaef3acdb5403c010f847d5d7412765af7630583 Mon Sep 17 00:00:00 2001 From: Joe Reiber Date: Mon, 4 May 2020 10:57:10 -0400 Subject: [PATCH 1/2] 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.* From 1deae3f9e32c7dadbf845660e2123e96443e01b5 Mon Sep 17 00:00:00 2001 From: Joe Reiber Date: Tue, 12 May 2020 09:55:58 -0400 Subject: [PATCH 2/2] Add Diagrams.net per PR #337 conversation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2d545c..2779308 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ * [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. +* [Diagrams.net](https://app.diagrams.net/) - A.K.A. [Draw.io](https://app.diagrams.net/). Easy to use Diagram UI with a plethora of templates. ## Distributed Filesystems