Skip to content

Commit 3661044

Browse files
[update] megre commit
2 parents aa69335 + 9e4ef0f commit 3661044

File tree

4 files changed

+1551
-963
lines changed

4 files changed

+1551
-963
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
],

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
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",

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
5252
}
5353

5454
.markdown > h1 {
55-
font-size: 1.8rem;
55+
font-size: 3rem;
5656
}
5757

5858
/* h2 */
5959

6060
.markdown>h2 {
61-
--ifm-h2-font-size: 1.5rem;
61+
--ifm-h2-font-size: 2rem;
6262
}
6363

6464
/* h3 */
6565

6666
.markdown>h3 {
67-
--ifm-h3-font-size: 1.2rem;
67+
--ifm-h3-font-size: 1.5rem;
6868
}
6969

7070
/* end typography */

0 commit comments

Comments
 (0)