api.docurium 267 Bytes
Newer Older
Scott Chacon committed
1 2 3
{
 "name":   "libgit2",
 "github": "libgit2/libgit2",
4
 "input":  "include",
Scott Chacon committed
5 6
 "prefix": "git_",
 "output": "docs",
7
 "branch": "gh-pages",
Scott Chacon committed
8
 "examples": "examples",
Scott Chacon committed
9 10 11 12 13
 "legacy":  {
    "input": {"src/git": ["v0.1.0"],
              "src/git2": ["v0.2.0", "v0.3.0"]}
  }
}