mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore: fix docs generation script (#9251)
* chore: pin api-documenter to a version that uses markdown tables * chore: fix docs generation errors * chore: update patch for api-documenter
This commit is contained in:
@@ -2,8 +2,8 @@ import {execSync} from 'child_process';
|
||||
import {Extractor} from 'markdown-tables-to-json';
|
||||
import * as fs from 'fs';
|
||||
import * as gulp from 'gulp';
|
||||
import * as header from 'gulp-header';
|
||||
import * as replace from 'gulp-replace';
|
||||
import header from 'gulp-header';
|
||||
import replace from 'gulp-replace';
|
||||
|
||||
const DOCS_DIR = 'docs';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user