Advertisement
Spyanrice

sjs-plan

Jun 21st, 2018
2,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 0.92 KB | None | 0 0
  1. digraph G {
  2.  
  3.   subgraph cluster_0 {
  4.   }
  5.  
  6.     jsrs [shape="rectangle", label="js.ryanspice.com"];
  7.     sjs [shape="rectangle", label="prototype spice.js"];
  8.    
  9.    
  10.     sjs -> sjs2018 -> snowboarding;
  11.     sjs -> spicejs;
  12.    
  13.     jsrs ->
  14.        
  15.     subgraph cluster_core {
  16.        
  17.        
  18.         async2018;
  19.        
  20.     }
  21.    
  22.     subgraph cluster_sjs {
  23.        
  24.         jsrs2018;
  25.        
  26.     }
  27.    
  28.     subgraph cluster_app {
  29.        
  30.         spicejs;
  31.         fabagohey;
  32.        
  33.     }
  34.    
  35.     subgraph cluster_demo {
  36.         label="preview platform"
  37.         docs;
  38.         mapeditor;
  39.         demo;
  40.     }
  41.    
  42.     async2018 -> jsrs2018;
  43.     jsrs2018 -> fabagohey [style=dashed, arrowhead=none];
  44.    
  45.    
  46.    
  47.     spicejs -> fabagohey;
  48.     spicejs -> jsrs2018;
  49.    
  50.    
  51.     fabagohey -> demo;
  52.     sjs2018 -> mapeditor;
  53.     jsrs2018 -> docs;
  54.    
  55.     mapeditor -> snowboarding
  56.    
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement