Skip to content

Commit b2ddc1a

Browse files
authored
Merge pull request SharePoint#17 from dend/patch-3
Enable JS API Browser experience
2 parents 7ccdcdd + 172a83a commit b2ddc1a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

SP-Framework/docfx.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"overwrite": [],
3737
"externalReference": [],
3838
"globalMetadata": {
39+
"apiPlatform": "javascript",
3940
"extendBreadcrumb": "true",
4041
"breadcrumb_path":"/javascript/api/breadcrumb/toc.json",
4142
"ms.suite": "office365",
@@ -45,7 +46,12 @@
4546
"ms.prod": "sharepoint",
4647
"ms.technology": "sharepoint-framework"
4748
},
48-
"fileMetadata": {},
49+
"fileMetadata": {
50+
"monikers":
51+
{
52+
"/": [ "sp-typescript-latest" ]
53+
}
54+
},
4955
"template": [],
5056
"dest": "SP-Framework"
5157
}

0 commit comments

Comments
 (0)