forked from mym0404/react-native-naver-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
34 lines (34 loc) · 1.1 KB
/
typedoc.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
{
"name": "React Native Naver Map | MJ Studio",
"entryPoints": ["src/index.tsx"],
"entryPointStrategy": "resolve",
"out": "docs",
"kindSortOrder": ["Function"],
"readme": "README.md",
"tsconfig": "tsconfig.json",
"commentStyle": "all",
"exclude": ["src/spec/**/*", "src/internal/**/*"],
"searchInComments": true,
"sort": ["kind", "static-first", "alphabetical"],
"plugin": ["typedoc-plugin-extras", "typedoc-theme-hierarchy", "@8hobbies/typedoc-plugin-404"],
"theme": "hierarchy",
"customTitle": "React Native Naver Map",
"customDescription": "\uD83D\uDCCD Naver Map Component for React Native Supporting Fabric and Bridge and Expo",
"footerLastModified": true,
"footerTypedocVersion": true,
"categorizeByGroup": true,
"groupOrder": ["Events","*", "Properties"],
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"external": false,
"@alpha": true,
"@beta": true
},
"favicon": "public/favicon.png",
"navigationLinks": {
"Github": "https://github.com/mym0404/react-native-naver-map"
},
"customCss": "./public/doc.css"
}