Search code examples
gittfsdocfx

docfx project with git under tfs


I'm trying to create docfx project. Sources are hosted on TFS server in GIT repository.

Everything is ok except absence of Improve this Doc link.

Is there way to make this link appear and work for such configuration?


Solution

  • Try adding this part to docfx.json

    "globalMetadata": {
      "_gitUrlPattern": "vso"
    },