Skip to content

Commit 6f95735

Browse files
committed
[dev] update version from beta.14 to beta.16
1 parent 1d99c4b commit 6f95735

File tree

4 files changed

+1549
-961
lines changed

4 files changed

+1549
-961
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
5252
}
5353

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

5858
/* h2 */
@@ -64,7 +64,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
6464
/* h3 */
6565

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

7070
/* end typography */

0 commit comments

Comments
 (0)