File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ const codeImportPlugin = require('./plugins/code-import-plugin');
1111const { customParseFrontMatter } = require ( './plugins/frontmatter-validation/customParseFrontMatter' ) ;
1212const checkFloatingPages = require ( './plugins/checkFloatingPages' ) ;
1313const frontmatterValidator = require ( './plugins/frontmatter-validation/frontmatterValidatorPlugin' ) ;
14- const integrationExtractor = require ( './plugins/integration-extractor-plugin' ) ;
1514import pluginLlmsTxt from './plugins/llms-txt-plugin.ts'
1615import prismLight from "./src/utils/prismLight" ;
1716import prismDark from "./src/utils/prismDark" ;
@@ -362,10 +361,6 @@ const config = {
362361 pluginLlmsTxt ,
363362 { }
364363 ] ,
365- [
366- integrationExtractor ,
367- { }
368- ] ,
369364 [
370365 './plugins/tailwind-config.js' ,
371366 { }
You can’t perform that action at this time.
0 commit comments