Skip to content

Commit d77e560

Browse files
cmcclistercmcclister
authored andcommitted
1 parent 251f4f5 commit d77e560

File tree

6 files changed

+100
-17
lines changed

6 files changed

+100
-17
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
*.sln text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.png binary
14+
*.jpg binary

.openpublishing.publish.config.json

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"build_output_subfolder": "microsoft-authentication-library-js",
77
"locale": "en-us",
88
"monikers": [],
9-
"moniker_ranges": ["msal-js-latest"],
9+
"moniker_ranges": [
10+
"msal-js-latest"
11+
],
1012
"open_to_public_contributors": true,
1113
"type_mapping": {
1214
"Conceptual": "Content",
@@ -18,16 +20,38 @@
1820
"ReferenceContainer": "Content"
1921
},
2022
"build_entry_point": "docs",
21-
"template_folder": "_themes",
22-
"base_path": "javascript",
23-
"site_name": "Docs"
23+
"template_folder": "_themes"
24+
},
25+
{
26+
"docset_name": "msal-javascript-conceptual",
27+
"build_source_folder": "msal-javascript-conceptual",
28+
"build_output_subfolder": "msal-javascript-conceptual",
29+
"locale": "en-us",
30+
"monikers": [],
31+
"moniker_ranges": [],
32+
"open_to_public_contributors": true,
33+
"type_mapping": {
34+
"Conceptual": "Content"
35+
},
36+
"build_entry_point": "docs",
37+
"template_folder": "_themes"
2438
}
2539
],
2640
"notification_subscribers": [],
2741
"sync_notification_subscribers": [],
2842
"branches_to_filter": [],
29-
"skip_source_output_uploading": false,
3043
"need_preview_pull_request": true,
44+
"dependent_repositories": [
45+
{
46+
"path_to_root": "_themes",
47+
"url": "https://github.com/Microsoft/templates.docs.msft",
48+
"branch": "main",
49+
"branch_mapping": {}
50+
}
51+
],
52+
"branch_target_mapping": {},
53+
"docs_build_engine": {},
54+
"skip_source_output_uploading": false,
3155
"JoinTOCPlugin": [
3256
{
3357
"TopLevelTOC": "msal/docs-ref-toc/fxtoc.yml",
@@ -43,15 +67,6 @@
4367
}
4468
}
4569
],
46-
"dependent_repositories": [
47-
{
48-
"path_to_root": "_themes",
49-
"url": "https://github.com/Microsoft/templates.docs.msft",
50-
"branch": "main",
51-
"branch_mapping": {}
52-
}
53-
],
54-
"branch_target_mapping": {},
5570
"dependent_packages": [
5671
{
5772
"id": "opbuild.templates.uref",
@@ -68,9 +83,6 @@
6883
"nuget_feed": "https://www.myget.org/F/op/api/v2"
6984
}
7085
],
71-
"docs_build_engine": {
72-
"name": "docfx_v3"
73-
},
7486
"contribution_branch_mappings": {},
7587
"need_generate_pdf_url_template": false
7688
}

msal-javascript-conceptual/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Index
2+
href: index.md
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /

msal-javascript-conceptual/docfx.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"_themes.pdf/**",
14+
"**/docfx.json",
15+
"_repo.en-us/**",
16+
"README.md",
17+
"LICENSE",
18+
"LICENSE-CODE",
19+
"ThirdPartyNotices.md",
20+
"SECURITY.md"
21+
]
22+
}
23+
],
24+
"resource": [
25+
{
26+
"files": [
27+
"**/*.png",
28+
"**/*.jpg"
29+
],
30+
"exclude": [
31+
"**/obj/**",
32+
"**/includes/**",
33+
"_themes/**",
34+
"_themes.pdf/**",
35+
"**/docfx.json",
36+
"_repo.en-us/**"
37+
]
38+
}
39+
],
40+
"overwrite": [],
41+
"externalReference": [],
42+
"globalMetadata": {
43+
"breadcrumb_path": "/entra/msal/javascript/breadcrumb/toc.json",
44+
"extendBreadcrumb": true,
45+
"feedback_system": "None"
46+
},
47+
"fileMetadata": {},
48+
"template": [],
49+
"dest": "msal-javascript-conceptual"
50+
}
51+
}

msal-javascript-conceptual/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to msal-javascript-conceptual!

0 commit comments

Comments
 (0)