File tree Expand file tree Collapse file tree 4 files changed +1551
-963
lines changed
Expand file tree Collapse file tree 4 files changed +1551
-963
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ module.exports = {
286286 docs : {
287287 sidebarPath : require . resolve ( './sidebars.js' ) ,
288288 // Please change this to your repo.
289- editUrl : 'https://github.com/DHTMLX/docs-spreadsheet/edit/master/' ,
289+ // editUrl: 'https://github.com/DHTMLX/docs-spreadsheet/edit/master/',
290290 routeBasePath : '/' ,
291291 } ,
292292 // blog: {
@@ -300,7 +300,7 @@ module.exports = {
300300 sitemap : {
301301 changefreq : 'daily' ,
302302 priority : 0.5 ,
303- trailingSlash : true
303+
304304 } ,
305305 } ,
306306 ] ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
7- "start" : " node --max_old_space_size=16000 node_modules/@docusaurus/core/bin/ docusaurus start" ,
8- "build" : " node --max_old_space_size=16000 node_modules/@docusaurus/core/bin/ docusaurus build" ,
7+ "start" : " docusaurus start" ,
8+ "build" : " docusaurus build" ,
99 "swizzle" : " docusaurus swizzle" ,
1010 "deploy" : " docusaurus deploy" ,
1111 "serve" : " docusaurus serve" ,
1212 "generate" : " cd plugins && node generate.js" ,
1313 "normalizeLink" : " cd plugins && node samplesLinksNormalize.js"
1414 },
1515 "dependencies" : {
16- "@docusaurus/core" : " ^2.0.0-beta.14 " ,
17- "@docusaurus/preset-classic" : " ^2.0.0-beta.14 " ,
16+ "@docusaurus/core" : " ^2.0.0-beta.16 " ,
17+ "@docusaurus/preset-classic" : " ^2.0.0-beta.16 " ,
1818 "@mdx-js/react" : " ^1.5.8" ,
1919 "clsx" : " ^1.1.1" ,
2020 "docusaurus-gtm-plugin" : " ^0.0.2" ,
Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
5252}
5353
5454.markdown > h1 {
55- font-size : 1.8 rem ;
55+ font-size : 3 rem ;
5656}
5757
5858/* h2 */
5959
6060.markdown > h2 {
61- --ifm-h2-font-size : 1.5 rem ;
61+ --ifm-h2-font-size : 2 rem ;
6262}
6363
6464/* h3 */
6565
6666.markdown > h3 {
67- --ifm-h3-font-size : 1.2 rem ;
67+ --ifm-h3-font-size : 1.5 rem ;
6868}
6969
7070/* end typography */
You can’t perform that action at this time.
0 commit comments