summaryrefslogtreecommitdiffstats
path: root/test/all.js
blob: 5a96e385d656236c9aa00b8e8e6c98ee9d400681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

// Utilities
require('./location');
require('./paths');

// Parsing
require('./config');
require('./readme');
require('./summary');
require('./glossary');
require('./langs');
require('./parse');

require('./git');
require('./plugins');
require('./template');
require('./conrefs');

// Page and HTML generation
require('./page');

// Output
require('./assets-inliner');
require('./output-json');
require('./output-website');
require('./output-ebook');