Skip to content

Commit db5d1e6

Browse files
update docfx.json
1 parent 25362cc commit db5d1e6

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

msal-javascript-conceptual/docfx.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,37 @@
4343
"uhfHeaderId": "MSDocsHeader-Entra",
4444
"breadcrumb_path": "/entra/msal/javascript/breadcrumb/toc.json",
4545
"extendBreadcrumb": true,
46-
"feedback_system": "None"
46+
"feedback_system": "GitHub",
47+
"feedback_github_repo": "MicrosoftDocs/microsoft-authentication-library-for-python",
48+
"feedback_product_url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/issues",
49+
"recommendations": true,
50+
"recommendation_types": [
51+
"Training",
52+
"Certification"
53+
]
54+
},
55+
"fileMetadata": {
56+
"author": {
57+
"*.md": "Dickson-Mwendia",
58+
"*/**.md": "Dickson-Mwendia"
59+
},
60+
"ms.author": {
61+
"*.md": "dmwendia",
62+
"*/**.md": "dmwendia",
63+
},
64+
"ms.service": {
65+
"*.md": "active-directory",
66+
"*/**.md": "active-directory"
67+
},
68+
"titleSuffix": {
69+
"*.md": "Microsoft Authentication Library for JavaScript",
70+
"*/**.md": "Microsoft Authentication Library for JavaScript"
71+
},
72+
"ms.topic": {
73+
"*.md": "conceptual",
74+
"*/**.md": "conceptual"
75+
}
4776
},
48-
"fileMetadata": {},
4977
"template": [],
5078
"dest": "msal-javascript-conceptual"
5179
}

0 commit comments

Comments
 (0)