aboutsummaryrefslogtreecommitdiff
path: root/conf.json
blob: e4fd230bedbed172aa6b8f9da72f90dd94c3dc5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "opts": {
    "destination": "./doc/"
  },

  "source": {
    "include": ["./lib", "./lib/image_providers"],
    "exclude": ["./lib/locales"]
  },

  "plugins": ["plugins/markdown"]
}