forked from dotnet/docs-maui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.whatsnew.json
78 lines (78 loc) · 1.94 KB
/
.whatsnew.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
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": ".NET Multi-platform App UI (.NET MAUI)",
"rootDirectory": "docs/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "../"
},
"inclusionCriteria": {
"maxFilesChanged": 400,
"minAdditionsToFile": 20
},
"navigationOptions": {
"maximumNumberOfArticles": 6,
"tocParentNode": "What's new",
"repoTocFolder": "docs/whats-new",
"indexParentNode": "Find .NET MAUI doc updates",
"repoIndexFolder": "docs/whats-new"
},
"areas": [
{
"names": [ "." ],
"heading": "Home"
},
{
"names": [ "get-started" ],
"heading": "Get started"
},
{
"names": [ "tutorials" ],
"heading": "Tutorials"
},
{
"names": [ "data-cloud" ],
"heading": "Data & cloud services"
},
{
"names": [ "deployment" ],
"heading": "Deployment"
},
{
"names": [ "fundamentals" ],
"heading": "Fundamentals"
},
{
"names": [ "android", "ios", "macos", "windows" ],
"heading": "Platforms"
},
{
"names": [ "platform-integration" ],
"heading": "Platform integration"
},
{
"names": [ "android" ],
"heading": "Android"
},
{
"names": [ "ios" ],
"heading": "iOS"
},
{
"names": [ "macos" ],
"heading": "MacOS"
},
{
"names": [ "windows" ],
"heading": "Windows"
},
{
"names": [ "user-interface" ],
"heading": "User interface"
},
{
"names": [ "xaml" ],
"heading": "XAML"
}
]
}