Skip to content

Commit

Permalink
Add support for the Microsoft XRef Service (docascode#24)
Browse files Browse the repository at this point in the history
Most projects probably want automatic linking to BCL types, so the sample project should do this.
  • Loading branch information
MariusVolkhart authored and superyyrrzz committed Mar 1, 2018
1 parent ddacd47 commit dae607b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"_appTitle": "docfx seed website",
"_enableSearch": true
},
"dest": "_site"
"dest": "_site",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}

0 comments on commit dae607b

Please sign in to comment.