Would like to include a view into the source code for each page, but don't know what option to change in docfx.json to do it.
Please advise.
If I understand your question right, see the DocFx documentation on _gitUrlPattern
.
In docfx.json you might need to add something like:
"globalMetadata": {
"_gitUrlPattern": "vso"