File tree Expand file tree Collapse file tree 6 files changed +36
-23
lines changed Expand file tree Collapse file tree 6 files changed +36
-23
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
22
22
env :
23
23
INSTANCE : ' Writerside/notes'
24
24
ARTIFACT : ' webHelpNOTES2-all.zip'
25
- DOCKER_VERSION : ' 242.21870 '
25
+ DOCKER_VERSION : ' 243.21565 '
26
26
ALGOLIA_ARTIFACT : ' algolia-indexes-NOTES.zip'
27
27
ALGOLIA_APP_NAME : ' QD1IR5ST5F'
28
28
ALGOLIA_INDEX_NAME : ' suresh.dev.index'
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ classDiagram
2
+ Animal <|-- Duck
3
+ Animal <|-- Fish
4
+ Animal <|-- Zebra
5
+ Animal : + int age
6
+ Animal : + String gender
7
+ Animal : + isMammal ()
8
+ Animal : + mate ()
9
+ class Duck {
10
+ + String beakColor
11
+ + swim ()
12
+ + quack ()
13
+ }
14
+ class Fish {
15
+ - int sizeInFeet
16
+ - canEat ()
17
+ }
18
+ class Zebra {
19
+ + bool is_wild
20
+ + run ()
21
+ }
Original file line number Diff line number Diff line change @@ -75,33 +75,24 @@ $ strings -a app | grep -i com.oracle.svm.core.VM
75
75
76
76
{src="kotlin/App.kt" lang="kotlin" validate="true" }
77
77
78
+ <compare >
79
+ <code-block lang="kotlin">
80
+ if (true) {
81
+ doThis()
82
+ }
83
+ </code-block>
84
+ <code-block lang="kotlin">
85
+ if (true) doThis()
86
+ </code-block>
87
+ </compare >
88
+
78
89
Download <resource src =" movies.csv " />
79
90
80
91
### Misc
81
92
82
93
``` mermaid
83
- classDiagram
84
- Animal <|-- Duck
85
- Animal <|-- Fish
86
- Animal <|-- Zebra
87
- Animal: +int age
88
- Animal: +String gender
89
- Animal: +isMammal()
90
- Animal: +mate()
91
- class Duck {
92
- +String beakColor
93
- +swim()
94
- +quack()
95
- }
96
- class Fish {
97
- -int sizeInFeet
98
- -canEat()
99
- }
100
- class Zebra {
101
- +bool is_wild
102
- +run()
103
- }
104
94
```
95
+ { src="class.mermaid" }
105
96
106
97
##### Math
107
98
Original file line number Diff line number Diff line change 1
1
# API Reference
2
2
3
- <api-doc openapi-path =" ../../resources/ documentation.yaml" />
3
+ <api-doc openapi-path =" documentation.yaml " />
Original file line number Diff line number Diff line change 7
7
<snippets src =" snippets" />
8
8
<topics dir =" topics" web-path =" topics" />
9
9
<images dir =" images" web-path =" images" />
10
+ <api-specifications dir =" api-specs" />
10
11
<resources src =" resources" />
11
12
<instance src =" notes.tree" web-path =" notes/" version =" 1.0" />
12
13
<instance src =" blog.tree" web-path =" blog/" version =" 1.0" />
You can’t perform that action at this time.
0 commit comments