forked from js-joda/js-joda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esdoc.json
38 lines (38 loc) · 1.08 KB
/
esdoc.json
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
{
"source": "./packages/",
"destination": "./docs",
"includes": ["^.*/src/.*\\.js$"],
"excludes": ["/node_modules/", "/examples/"],
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"accessor": {
"access": ["public"],
"autoPrivate": true
},
"brand": {
"title": "js-joda",
"description": "Immutable date and time library for JavaScript",
"repository": "https://github.com/js-joda/js-joda"
},
"manual": {
"index": "./esdoc/manual/index.md",
"globalIndex": true,
"files": [
"./esdoc/manual/getting-started.md",
"./esdoc/manual/usage.md",
"./esdoc/manual/LocalDate.md",
"./esdoc/manual/LocalTime.md",
"./esdoc/manual/LocalDateTime.md",
"./esdoc/manual/ZonedDateTime.md",
"./esdoc/manual/Period.md",
"./esdoc/manual/Duration.md",
"./esdoc/manual/formatting.md",
"./esdoc/manual/customizing.md"
]
}
}
}
]
}