-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.json
78 lines (77 loc) · 2.19 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"tutorials": [
{
"title": "Introduction",
"filename": "intro.md"
},
{
"title": "Step 1: Sign Up for your OCI Free Trial",
"description": "Login to Oracle Cloud",
"filename":"step/oci-signup.md"
},
{
"title": "Step 2: Setup your Oracle Cloud environment",
"filename": "step/oci-env-setup.md"
},
{
"title": "Step 3: Exploring Helidon",
"filename": "step/explore-helidon.md"
},
{
"title": "Step 4: Java SE Preview Features",
"filename": "step/preview-features.md"
},
{
"title": "Step 5: The Sample Application",
"filename": "step/sample-application.md"
},
{
"title": "Step 6: Text Blocks",
"filename": "step/TextBlocks.md"
},
{
"title": "Step 7: Records",
"filename": "step/records.md"
},
{
"title": "Step 8: Sealed Classes",
"filename": "step/sealed-classes.md"
},
{
"title": "Step 9: Switch Expressions",
"filename": "step/switch-expression.md"
},
{
"title": "Step 10: Pattern Matching",
"filename": "step/pattern-matching.md"
},
{
"title": "Step 11: Strongly Encapsulate JDK internals",
"filename": "step/strong-encapsulation.md"
},
{
"title": "Bonus: Unix Domain Sockets",
"filename": "step/UDS.md"
},
{
"title": "Bonus: Serialization Filters",
"filename": "step/serialization-filter-v2.md"
},
{
"title": "Bonus: Enhanced Pseudo-Random Number Generators",
"filename": "step/random-generator.md"
},
{
"title": "Bonus: jpackage",
"filename": "step/bonus-jpackage.md"
},
{
"title": "Bonus: jlink",
"filename": "step/bonus-jlink.md"
},
{
"title": "Wrap-up",
"filename": "conclusion.md"
}
]
}