From 30ec8c7f4c4a5ba7675aa162385159bcb1dff2e4 Mon Sep 17 00:00:00 2001 From: ThakaSartu <112716515+ThakaSartu@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:11:24 -0700 Subject: [PATCH] Update index.md --- index.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index 25c54ac6a..3b17dfbe5 100644 --- a/index.md +++ b/index.md @@ -3,8 +3,7 @@ layout: default mermaid: true --- - - +
gitGraph: commit "Ashish" branch newbranch @@ -18,9 +17,23 @@ gitGraph: commit branch b2 commit +
+ +
+sequenceDiagram +Alice ->> Bob: Hello Bob, how are you? +Bob-->>John: How about you John? +Bob--x Alice: I am good thanks! +Bob-x John: I am good thanks! +Note right of John: Bob thinks a long
long time, so long
that the text does
not fit on a row. + +Bob-->Alice: Checking with John... +Alice->John: Yes... John, how are you? +
+ #Mermaid Sequence Diagram: Blogging app service communication - +
sequenceDiagram participant web as Web Browser participant blog as Blog Service @@ -50,9 +63,11 @@ sequenceDiagram end end +
# [Server Procurement Takes Too Long: Causes and Effects](https://github.com/rudolfolah/mermaid-diagram-examples/blob/main/diagrams/cause-and-effect.md) +
mindmap root{{Server Procurement Takes Too Long}} (Material) @@ -79,8 +94,10 @@ root{{Server Procurement Takes Too Long}} outdated procurement software lack of integration between procurement and project management tools manual tracking of procurement status - +
div> # Class Diagram + +
--- title: Django Watson Class Diagram --- @@ -154,7 +171,7 @@ SearchEngineError <|-- RegistrationError SearchContextManager *-- SearchContext SearchContext <|-- SkipSearchContext - +
Text can be **bold**, _italic_, or ~~strikethrough~~. [Link to another page](./another-page.html).