forked from MicrosoftDocs/semantic-kernel-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
109 lines (108 loc) · 3.5 KB
/
Copy pathdocfx.json
File metadata and controls
109 lines (108 loc) · 3.5 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices.md",
"SECURITY.md",
"AGENTS.md"
]
}
],
"ms.update-cycle": {
"agent-framework/api-docs/*.md": "180-days",
"agent-framework/api-docs/*.yml": "180-days",
"agent-framework/tutorials/**/*.md": "180-days",
"agent-framework/tutorials/**/*.yml": "180-days",
"agent-framework/migration-guide/**/*.md": "180-days",
"agent-framework/migration-guide/**/*.yml": "180-days",
"agent-framework/overview/*.md": "180-days",
"agent-framework/overview/*.yml": "180-days",
"agent-framework/devui/**/*.md": "180-days",
"agent-framework/devui/**/*.yml": "180-days",
"agent-framework/integrations/*.md": "180-days",
"agent-framework/integrations/*.yml": "180-days",
"agent-framework/support/**/*.md": "180-days",
"agent-framework/support/**/*.yml": "180-days"
},
"resource": [
{
"files": [
"**/*.svg",
"**/*.png",
"**/*.jpg",
"**/*.gif"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"zone_pivot_group_filename:": "zone_pivot_group.json",
"uhfHeaderId": "MSDocsHeader-AgentFramework",
"layout": "Conceptual",
"breadcrumb_path": "/agent-framework/breadcrumb/agent-framework/toc.json",
"feedback_system": "Standard",
"permissioned-type": "public"
},
"fileMetadata": {
"ms.collection": {
"api-docs/**/*.md": "ce-skilling-ai-copilot",
"api-docs/**/*.yml": "ce-skilling-ai-copilot",
"integrations/**/*.md": "ce-skilling-ai-copilot",
"integrations/**/*.yml": "ce-skilling-ai-copilot",
"migration-guide/**/*.md": "ce-skilling-ai-copilot",
"migration-guide/**/*.yml": "ce-skilling-ai-copilot",
"overview/**/*.md": "ce-skilling-ai-copilot",
"overview/**/*.yml": "ce-skilling-ai-copilot",
"support/**/*.md": "ce-skilling-ai-copilot",
"support/**/*.yml": "ce-skilling-ai-copilot",
"tutorials/**/*.md": "ce-skilling-ai-copilot",
"tutorials/**/*.yml": "ce-skilling-ai-copilot",
"devui/**/*.md": "ce-skilling-ai-copilot",
"devui/**/*.yml": "ce-skilling-ai-copilot",
"index.yml": "ce-skilling-ai-copilot"
},
"ms.update-cycle": {
"api-docs/**/*.md": "180-days",
"api-docs/**/*.yml": "180-days",
"integrations/**/*.md": "180-days",
"integrations/**/*.yml": "180-days",
"migration-guide/**/*.md": "180-days",
"migration-guide/**/*.yml": "180-days",
"overview/**/*.md": "180-days",
"overview/**/*.yml": "180-days",
"support/**/*.md": "180-days",
"support/**/*.yml": "180-days",
"tutorials/**/*.md": "180-days",
"tutorials/**/*.yml": "180-days",
"devui/**/*.md": "180-days",
"devui/**/*.yml": "180-days",
"index.yml": "180-days"
}
},
"template": [],
"dest": "agent-framework"
}
}