From 35f3d57cf30ffadff99b61a17b1b7223917a7a4e Mon Sep 17 00:00:00 2001 From: chrismetz09 Date: Fri, 7 Jan 2022 15:24:37 -0800 Subject: [PATCH] add k8s mermaid docs to tutorial page --- docs/Tutorials.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index 1822cbbc2..d7ae1cade 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -37,6 +37,13 @@ https://codepen.io/janzeteachesit/pen/OWWZKN https://codepen.io/Ryuno-Ki/pen/LNxwgR +## Mermaid in open source docs + +[K8s.io Diagram Guide](https://kubernetes.io/docs/contribute/style/diagram-guide/) + +[K8s.dev blog: Improve your documentation with Mermaid.js diagrams](https://www.kubernetes.dev/blog/2021/12/01/improve-your-documentation-with-mermaid.js-diagrams/) + + ## Jupyter Integration with mermaid-js Here's an example of Python integration with mermaid-js which uses the mermaid.ink service, that displays the graph in a Jupyter notebook.