forked from wuespace/telestion-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fliegdocrc.js
44 lines (44 loc) · 1.34 KB
/
.fliegdocrc.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module.exports = {
baseUrl: '/telestion-client/',
outDir: './docs',
readme: './README.md',
modules: [
{
package: './packages/vertx-event-bus/package.json',
tsconfig: './packages/vertx-event-bus/tsconfig.build.json',
mainFile: 'index.ts'
},
{
package: './packages/vertx-mock-server/package.json',
tsconfig: './packages/vertx-mock-server/tsconfig.build.json',
mainFile: 'index.ts'
},
{
package: './packages/telestion-client-types/package.json',
tsconfig: './packages/telestion-client-types/tsconfig.json',
mainFile: 'index.ts'
},
{
package: './packages/telestion-client-prop-types/package.json',
tsconfig: './packages/telestion-client-prop-types/tsconfig.build.json',
mainFile: 'index.ts'
},
{
package: './packages/telestion-client-core/package.json',
tsconfig: './packages/telestion-client-core/tsconfig.build.json',
mainFile: 'index.ts'
},
{
package: './packages/telestion-client-common/package.json',
tsconfig: './packages/telestion-client-common/tsconfig.build.json',
mainFile: 'index.ts'
}
],
title: 'Telestion Client Monorepo',
externalLinks: {
GitHub: 'https://github.com/wuespace/telestion-client/',
Homepage: 'https://telestion.wuespace.de/',
'React Spectrum Libraries': 'https://react-spectrum.adobe.com/',
'Legal Notice': 'https://www.wuespace.de/legal-notice/'
}
};