-
Notifications
You must be signed in to change notification settings - Fork 4
/
madoka.json
37 lines (33 loc) · 1.75 KB
/
madoka.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
{
"name" : "scheduler",
"doctitle" : "Scheduler Docs",
"root" : "./",
"templates" : "./templates/",
"export" : "./export/",
"samples" : "../scheduler/samples/",
"samples_http" : "../scheduler/samples/",
"forum_http" : "https://forum.dhtmlx.com/c/scheduler-all/scheduler",
"support_http" : "https://dhtmlx.com/docs/technical-support.shtml",
"logo_http" : "https://dhtmlx.com",
"docs_http" : "https://docs.dhtmlx.com/scheduler/",
"minMadokaVersion" : 1.1,
"singleItemToc" : false,
"search_port" : 9405,
"search_root" : "./export/",
"search_host" : "127.0.0.1",
"search_results" : 10,
"api_results" : 3,
"sample_results" : 3,
"export_config" :{
"search_root" : "./",
"samples_http": "./samples/",
"analytic": "<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-5M5RCSJ');</script><!-- End Google Tag Manager -->",
"discuss":"<div id='disqus_thread'></div><script type='text/javascript'>var disqus_shortname = 'dhxdocumentation';var disqus_developer = 1;(function() {var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);})();</script>"
},
"chm_config" :{
"samples_http": "http://docs.dhtmlx.com/scheduler/samples/",
"chmname" : "scheduler",
"chmstartpage" : "index.html",
"chmtitle" : "DHX Scheduler"
}
}