Welcome to mirror list, hosted at ThFree Co, Russian Federation.

api.docurium - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e17817dbec1a9df1419032d0b72032a576dc26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
 "name":   "libgit2",
 "github": "libgit2/libgit2",
 "input":  "include/git2",
 "prefix": "git_",
 "output": "docs",
 "branch": "gh-pages",
 "examples": "examples",
 "legacy":  {
    "input": {"src/git": ["v0.1.0"],
              "src/git2": ["v0.2.0", "v0.3.0"]}
  }
}