api.docurium 272 Bytes
Newer Older
Scott Chacon committed
1 2 3 4 5 6
{
 "name":   "libgit2",
 "github": "libgit2/libgit2",
 "input":  "include/git2",
 "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"]}
  }
}