-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab3bbd3
commit 662db34
Showing
7 changed files
with
51 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
:title "Index" | ||
:menu-order 98 | ||
:desc / | ||
shows database structure in a compact format. folds documents which have >20 children. | ||
:zd/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
:title "3. Visual ways to think in data" | ||
|
||
:desc / | ||
|
||
zendoc includes support for [mermaid](https://mermaid.js.org/) and mindmaps. | ||
|
||
:mermaid mm/ | ||
--- | ||
title: Animal example | ||
--- | ||
classDiagram | ||
note "From Duck till Giraffe" | ||
Animal <|-- Duck | ||
note for Duck "can fly\ncan swim\ncan dive\ncan help in debugging" | ||
Animal <|-- Fish | ||
Animal <|-- Zebra | ||
Animal : +int age | ||
Animal : +String gender | ||
Animal: +isMammal() | ||
Animal: +mate() | ||
class Duck{ | ||
+String beakColor | ||
+swim() | ||
+quack() | ||
} | ||
class Fish{ | ||
-int sizeInFeet | ||
-canEat() | ||
} | ||
class Zebra{ | ||
+bool is_wild | ||
+run() | ||
} | ||
|
||
:mindmap mindmap/ | ||
|
||
What is mindmap? | ||
* It is a tool for thought | ||
* ask questions | ||
* structure knowledge | ||
* It is a brainstorm method | ||
* set goals | ||
* generate ideas |
1 change: 1 addition & 0 deletions
1
customers-x/tutorial/1doc/zentext.zd → customers-x/tutorial/doc/zentext.zd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
:title "2. Zentext markup language" | ||
:desc / | ||
|
||
|