mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 10:33:22 +00:00
Add file website output tests
This commit is contained in:
+2
-2
@@ -16,6 +16,6 @@ require('./conrefs');
|
||||
require('./page');
|
||||
|
||||
// Output
|
||||
require('./output-json');
|
||||
require('./assets-inliner');
|
||||
require('./website-theme');
|
||||
require('./output-json');
|
||||
require('./output-website');
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
describe('Website Output', function() {
|
||||
|
||||
});
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
|
||||
|
||||
describe('Website Theming', function() {
|
||||
|
||||
// Spec proposal:
|
||||
// - Plugins can "export" a theme
|
||||
// - Theme can be overrided in the book itself
|
||||
|
||||
|
||||
// Themes structures
|
||||
// - _layout/ (Folder containing all the templates)
|
||||
// - page.html (Template used for generating a page)
|
||||
// - _assets/ (Assets of the theme copied to the output)
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user