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:
Maribeth Moffatt
2025-07-24 12:28:18 -04:00
committed by GitHub
parent 3c7add57ee
commit f37e7fede2
4 changed files with 306 additions and 72 deletions

View File

@@ -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';