Skip to content

Commit b91784f

Browse files
authored
Breadcrumb_path is an absolute path of toc.json
breadcrumb_path is an absolute path by removing host. That means you can just append host name to visit that file. Like following shows: https://review.docs.microsoft.com/en-us/visualstudio/_breadcrumb/toc.json Although sometimes relative path can work, however, we doesn't suggest user to use that way.
1 parent 9a403c9 commit b91784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"feedback_system": "GitHub",
3636
"feedback_github_repo": "MicrosoftDocs/visualstudio-docs",
3737
"feedback_product_url": "https://developercommunity.visualstudio.com/",
38-
"breadcrumb_path": "~/_breadcrumb/toc.yml",
38+
"breadcrumb_path": "/visualstudio/_breadcrumb/toc.json",
3939
"ROBOTS": "INDEX,FOLLOW",
4040
"author": "",
4141
"ms.author": "",

0 commit comments

Comments
 (0)