docs: disable sources

This commit is contained in:
bcakmakoglu
2022-06-13 00:48:48 +02:00
committed by Braks
parent bd51614fb7
commit 281b0fccc8
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ export function copyVueFlowPlugin(): Plugin {
`Run "pnpm -w build" first.` `Run "pnpm -w build" first.`
) )
} }
this.emitFile({ this.emitFile({
type: 'asset', type: 'asset',
fileName: 'vue-flow.es.js', fileName: 'vue-flow.es.js',
+1 -1
View File
@@ -17,7 +17,7 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"types": ["vite/client", "@types/node", "unplugin-icons/types/vue"] "types": ["vite/client", "@types/node", "unplugin-icons/types/vue"]
}, },
"include": ["components", "src", "src/.vuepress/auto-imports.d.ts"], "include": ["components", "src", "src/.vuepress/*"],
"exclude": ["node_modules", "dist"], "exclude": ["node_modules", "dist"],
"references": [{ "path": "./tsconfig.node.json" }] "references": [{ "path": "./tsconfig.node.json" }]
} }
+1
View File
@@ -7,6 +7,7 @@
"categorizeByGroup": true, "categorizeByGroup": true,
"darkHighlightTheme": "vitesse-dark", "darkHighlightTheme": "vitesse-dark",
"lightHighlightTheme": "vitesse-light", "lightHighlightTheme": "vitesse-light",
"disableSources": true,
"out": "src/typedocs", "out": "src/typedocs",
"tsconfig": "../packages/vue-flow/tsconfig.docs.json" "tsconfig": "../packages/vue-flow/tsconfig.docs.json"
} }