Skip to content

Commit

Permalink
Merge pull request #5 from DHTMLX/next
Browse files Browse the repository at this point in the history
Migration from doc engine v3.1.0 to 3.3.2
  • Loading branch information
serhiipylypchuk1991 authored May 19, 2024
2 parents cd65c0f + e3d5b01 commit c954a26
Show file tree
Hide file tree
Showing 3 changed files with 1,460 additions and 599 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"normalizeLink": "cd plugins && node samplesLinksNormalize.js"
},
"dependencies": {
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.1.1",
"docusaurus-gtm-plugin": "^0.0.2",
Expand Down
10 changes: 10 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,13 @@ span.token-line.theme-code-block-highlighted-line {
}

/* end list */

p {
line-height: 2;
}

.markdown ul li {
margin-top: 10px;
margin-bottom: 10px;
line-height: 2;
}
Loading

0 comments on commit c954a26

Please sign in to comment.