-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathtypedoc.json
28 lines (28 loc) · 1.29 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
{
"entryPoints": ["src/index.ts"],
"githubPages": true,
"plugin": ["typedoc-plugin-markdown"],
"out": "docs",
"readme": "none",
"disableSources": true,
"externalSymbolLinkMappings": {
"telegram": {
"CloudStorage": "https://core.telegram.org/bots/webapps#cloudstorage",
"MainButton": "https://core.telegram.org/bots/webapps#mainbutton",
"SettingsButton": "https://core.telegram.org/bots/webapps#settingsbutton",
"ScanQrPopupParams": "https://core.telegram.org/bots/webapps#scanqrpopupparams",
"BackButton": "https://core.telegram.org/bots/webapps#backbutton",
"PopupParams": "https://core.telegram.org/bots/webapps#popupparams",
"PopupButton": "https://core.telegram.org/bots/webapps#popupbutton",
"HapticFeedback": "https://core.telegram.org/bots/webapps#hapticfeedback",
"ThemeParams": "https://core.telegram.org/bots/webapps#themeparams",
"WebApp": "https://core.telegram.org/bots/webapps#initializing-mini-apps",
"WebAppInitData": "https://core.telegram.org/bots/webapps#webappinitdata",
"WebAppUser": "https://core.telegram.org/bots/webapps#webappuser",
"WebAppChat": "https://core.telegram.org/bots/webapps#webappchat"
},
"react": {
"Component": "https://reactjs.org/docs/react-component.html"
}
}
}