Skip to content

Commit bc4f535

Browse files
authored
Setup repo (MicrosoftDocs#4)
* setup repo * CI Update Build.Reason:Manual by Saisang Cai Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=322597&view=results
1 parent 2fc7b03 commit bc4f535

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+239
-218
lines changed

.openpublishing.publish.config.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build_output_subfolder": "microsoft-authentication-library-js",
77
"locale": "en-us",
88
"monikers": [],
9-
"moniker_ranges": [],
9+
"moniker_ranges": ["msal-js-latest"],
1010
"open_to_public_contributors": true,
1111
"type_mapping": {
1212
"Conceptual": "Content",
@@ -28,6 +28,21 @@
2828
"branches_to_filter": [],
2929
"skip_source_output_uploading": false,
3030
"need_preview_pull_request": true,
31+
"JoinTOCPlugin": [
32+
{
33+
"TopLevelTOC": "nodejs/docs-ref-toc/fxtoc.yml",
34+
"ReferenceTOC": "nodejs/docs-ref-autogen/toc.yml",
35+
"ReferenceTOCUrl": "/javascript/api/microsoft-authentication-library-js/toc.json?view=msal-js-latest",
36+
"ConceptualTOCUrl": "/microsoft-authentication-library-js/toc.json",
37+
"OutputFolder": "nodejs/overview",
38+
"HideEmptyNode": false,
39+
"ContainerPageMetadata": {
40+
"langs": [
41+
"js"
42+
]
43+
}
44+
}
45+
],
3146
"dependent_repositories": [
3247
{
3348
"path_to_root": "_themes",
@@ -37,7 +52,25 @@
3752
}
3853
],
3954
"branch_target_mapping": {},
40-
"docs_build_engine": {},
55+
"dependent_packages": [
56+
{
57+
"id": "opbuild.templates.uref",
58+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
59+
"path_to_root": "_dependentPackages/uref.plugins",
60+
"target_framework": "net45",
61+
"version": "latest"
62+
},
63+
{
64+
"path_to_root": "_dependentPackages/CommonPlugins",
65+
"target_framework": "net45",
66+
"version": "latest",
67+
"id": "Microsoft.OpenPublishing.CommonPlugins",
68+
"nuget_feed": "https://www.myget.org/F/op/api/v2"
69+
}
70+
],
71+
"docs_build_engine": {
72+
"name": "docfx_v3"
73+
},
4174
"contribution_branch_mappings": {},
4275
"need_generate_pdf_url_template": false
4376
}

breadcrumb/toc.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docfx.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs-ref-autogen/toc.yml

Lines changed: 0 additions & 151 deletions
This file was deleted.

nodejs/docfx.json

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,41 @@
1414
"README.md",
1515
"LICENSE",
1616
"LICENSE-CODE",
17-
"ThirdPartyNotices"
18-
]
17+
"ThirdPartyNotices",
18+
"toc.yml"
19+
],
20+
"version": "msal-js-latest",
21+
"dest": "api"
1922
},
2023
{
2124
"files": [
2225
"**/*.yml"
2326
],
2427
"src": "breadcrumb",
25-
"dest": "breadcrumb",
28+
"dest": "api/microsoft-authentication-library-js/breadcrumb",
2629
"exclude": [
2730
"**/obj/**",
2831
"**/includes/**"
2932
]
30-
}
33+
},
34+
{
35+
"files": [
36+
"toc.yml"
37+
],
38+
"src": "docs-ref-autogen",
39+
"dest": "api/microsoft-authentication-library-js",
40+
"exclude": [],
41+
"version": "msal-js-latest"
42+
},
43+
{
44+
"files": [
45+
"**/*.md"
46+
],
47+
"src": "overview",
48+
"dest": "api/overview",
49+
"exclude": [],
50+
"version": "msal-js-latest"
51+
},
3152
],
3253
"resource": [
3354
{
@@ -38,13 +59,24 @@
3859
"exclude": [
3960
"**/obj/**",
4061
"**/includes/**"
41-
]
62+
],
63+
"version": "msal-js-latest",
64+
"dest": "api",
4265
}
4366
],
4467
"overwrite": [],
4568
"externalReference": [],
4669
"globalMetadata": {
47-
"breadcrumb_path": "~/breadcrumb/toc.yml"
70+
"ms.topic": "reference",
71+
"apiPlatform": "javascript",
72+
"ms.author": "dmwendia",
73+
"manager": "dmwendia",
74+
"ms.service": "active-directory",
75+
"searchScope": [],
76+
"feedback_system": "GitHub",
77+
"extendBreadcrumb": "true",
78+
"breadcrumb_path": "/javascript/api/microsoft-authentication-library-js/breadcrumb/toc.json",
79+
"toc_path": "/javascript/api/microsoft-authentication-library-js/toc.yml"
4880
},
4981
"fileMetadata": {},
5082
"template": [],

0 commit comments

Comments
 (0)