summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/lib/index.js
blob: a7c478c376308035155e6c91932fe47338c03a20 (plain)
1
2
3
4
5
6
7
8

module.exports = {
    summary: require("./summary"),
    glossary: require("./glossary"),
    langs: require("./langs"),
    readme: require("./readme"),
    page: require("./page")
};