Skip to content

Commit

Permalink
Merge branch 'live' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiranchandratrey authored Oct 4, 2024
2 parents facd706 + 1a5a05b commit 5d23eb1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"docsets_to_publish": [
{
"docset_name": "ai-navigator",
"build_source_folder": "ai-navigator",
"build_output_subfolder": "ai-navigator",
"locale": "en-us",
"monikers": [],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content"
},
"build_entry_point": "docs"
},
{
"docset_name": "ContributionGuide",
"build_source_folder": "Contribute",
Expand Down Expand Up @@ -34,6 +46,7 @@
},
"build_entry_point": "docs",
"template_folder": "_themes"

}
],
"notification_subscribers": [],
Expand Down
14 changes: 14 additions & 0 deletions ai-navigator/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"**/includes/**",
"_themes/**",
"_themes.pdf/**",

"**/docfx.json",
"_repo.en-us/**",
"README.md",
Expand All @@ -31,7 +32,9 @@
"**/obj/**",
"**/includes/**",
"_themes/**",

"_themes.pdf/**",

"**/docfx.json",
"_repo.en-us/**"
]
Expand All @@ -40,6 +43,7 @@
"overwrite": [],
"externalReference": [],
"globalMetadata": {

"breadcrumb_path": "/ai/breadcrumb/toc.json",
"feedback_system": "Standard",
"permissioned-type": "public",
Expand All @@ -50,3 +54,13 @@
"dest": "ai-navigator"
}
}

"breadcrumb_path": "~/breadcrumb/ai-navigator/toc.yml",
"feedback_system": "Standard",
"permissioned-type": "public"
},
"fileMetadata": {},
"template": []
}
}

0 comments on commit 5d23eb1

Please sign in to comment.