Skip to content

Commit 139691f

Browse files
committed
1 parent 465438e commit 139691f

File tree

4 files changed

+83
-1
lines changed

4 files changed

+83
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
{
2-
"docsets_to_publish": [],
2+
"docsets_to_publish": [
3+
{
4+
"docset_name": "microsoft-authentication-library-js",
5+
"build_source_folder": "nodejs",
6+
"build_output_subfolder": "microsoft-authentication-library-js",
7+
"locale": "en-us",
8+
"monikers": [],
9+
"moniker_ranges": [],
10+
"open_to_public_contributors": true,
11+
"type_mapping": {
12+
"Conceptual": "Content",
13+
"RestApi": "Content",
14+
"TSType": "Content",
15+
"TSPackage": "Content",
16+
"TSEnum": "Content",
17+
"TSTypeAlias": "Content",
18+
"ReferenceContainer": "Content"
19+
},
20+
"build_entry_point": "docs",
21+
"template_folder": "_themes",
22+
"base_path": "javascript",
23+
"site_name": "Docs"
24+
}
25+
],
326
"notification_subscribers": [],
427
"sync_notification_subscribers": [],
528
"branches_to_filter": [],

nodejs/breadcrumb/toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
- name: Docs
3+
href: /
4+
homepage: /
5+
items:

nodejs/docfx.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"build": {
3+
"markdownEngineName": "markdig",
4+
"content": [
5+
{
6+
"files": [
7+
"**/*.md",
8+
"**/*.yml"
9+
],
10+
"src": "docs-ref-autogen",
11+
"exclude": [
12+
"**/obj/**",
13+
"**/includes/**",
14+
"README.md",
15+
"LICENSE",
16+
"LICENSE-CODE",
17+
"ThirdPartyNotices"
18+
]
19+
},
20+
{
21+
"files": [
22+
"**/*.yml"
23+
],
24+
"src": "breadcrumb",
25+
"dest": "breadcrumb",
26+
"exclude": [
27+
"**/obj/**",
28+
"**/includes/**"
29+
]
30+
}
31+
],
32+
"resource": [
33+
{
34+
"files": [
35+
"**/*.png",
36+
"**/*.jpg"
37+
],
38+
"exclude": [
39+
"**/obj/**",
40+
"**/includes/**"
41+
]
42+
}
43+
],
44+
"overwrite": [],
45+
"externalReference": [],
46+
"globalMetadata": {
47+
"breadcrumb_path": "~/breadcrumb/toc.yml"
48+
},
49+
"fileMetadata": {},
50+
"template": [],
51+
"dest": "_site"
52+
}
53+
}

nodejs/docs-ref-autogen/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- name: Sample

0 commit comments

Comments
 (0)