Added style for clickable nodes
parent
32b004d079
commit
b2023f45f6
|
@ -22,7 +22,9 @@ graph TD
|
|||
click J "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#diagnose-web-part-execution-issues"
|
||||
click K "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#diagnose-gulp-serve-issues"
|
||||
style D fill:#f9f,stroke:#333,stroke-width:4px
|
||||
style H fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
|
||||
style H fill:#f9f,stroke:#333,stroke-width:4px
|
||||
style K fill:#f9f,stroke:#333,stroke-width:4px
|
||||
style J fill:#f9f,stroke:#333,stroke-width:4px
|
||||
```
|
||||
|
||||
## Diagnose `npm install` issues
|
||||
|
|
Loading…
Reference in New Issue