-
Notifications
You must be signed in to change notification settings - Fork 103
/
.whatsnew.json
75 lines (75 loc) · 1.73 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
{
"$schema": "https://raw.githubusercontent.com/dotnet/docs-tools/main/WhatsNew.Infrastructure/Configuration/reposettings.schema.json",
"docSetProductName": ".NET Aspire",
"rootDirectory": "docs/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "../"
},
"inclusionCriteria": {
"minAdditionsToFile": 1
},
"navigationOptions": {
"maximumNumberOfArticles": 3,
"tocParentNode": "Latest documentation updates",
"repoTocFolder": "docs/whats-new",
"indexParentNode": "Latest documentation updates",
"repoIndexFolder": "docs/whats-new"
},
"areas": [
{
"names": [
"get-started"
],
"heading": "Get started"
},
{
"names": [
"fundamentals"
],
"heading": "Fundamentals"
},
{
"names": [
"storage"
],
"heading": "Storage"
},
{
"names": [
"database"
],
"heading": "Database"
},
{
"names": [
"messaging"
],
"heading": "Messaging"
},
{
"names": [
"caching"
],
"heading": "Caching"
},
{
"names": [
"security"
],
"heading": "Security"
},
{
"names": [
"deployment"
],
"heading": "Deployment"
},
{
"names": [
"reference"
],
"heading": "Reference"
}
]
}