Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/jsdocs.config.js')
-rw-r--r--config/jsdocs.config.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/config/jsdocs.config.js b/config/jsdocs.config.js
deleted file mode 100644
index 52635b1ce13..00000000000
--- a/config/jsdocs.config.js
+++ /dev/null
@@ -1,14 +0,0 @@
-module.exports = {
- source: {
- include: ['app/assets/javascripts/'],
- },
- opts: {
- template: 'node_modules/docdash',
- destination: 'jsdoc/',
- recurse: true,
- },
- docdash: {
- search: true,
- static: true,
- },
-};