2021-08-19 16:49:33 +02:00
|
|
|
'use strict';
|
|
|
|
|
2021-10-18 12:38:21 +02:00
|
|
|
const defaultDocumentationConfig = require('./default-config');
|
|
|
|
|
2021-08-19 16:49:33 +02:00
|
|
|
module.exports = {
|
2021-12-06 16:13:10 +01:00
|
|
|
default: defaultDocumentationConfig,
|
2021-08-19 16:49:33 +02:00
|
|
|
};
|