@@ -8,6 +8,5 @@ node_modules/**
build/**
coverage/**
packages/**
-umberto-output/**
docs/api/**/*.json
lerna-debug.log
@@ -1,7 +1,7 @@
{
"name": "CKEditor 5",
"slug": "ckeditor5",
- "hexo-config": "hexo-custom-config.json",
+ "hexo-config": "docs/hexo-custom-config.json",
"path": "docs",
"groups": [
@@ -31,7 +31,10 @@ gulp.task( 'docs', () => {
gulp.task( 'umberto', () => {
return require( 'umberto' )
- .buildSingleProject( true );
+ .buildSingleProject( {
+ configDir: 'docs',
+ clean: true
+ } );
} );
// Tests. ---------------------------------------------------------------------
@@ -42,7 +42,7 @@
"guppy-pre-commit": "^0.4.0",
"lerna": "^2.0.0-rc.1",
"mgit2": "^0.5.1",
- "umberto": "0.0.6"
+ "umberto": "^0.0.7"
},
"engines": {
"node": ">=6.0.0",