summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/lib/index.js
blob: ac8339a08bbb23a82d20f80d4c41035f1c4c86fc (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")
};