Skip to content

Commit

Permalink
Migration from doc engine v3.1.0 to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed May 18, 2024
1 parent 9e921b0 commit ffcd11f
Show file tree
Hide file tree
Showing 3 changed files with 1,569 additions and 215 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",
"@easyops-cn/docusaurus-search-local": "^0.26.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.1.1",
Expand Down
10 changes: 10 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,13 @@ span.token-line.theme-code-block-highlighted-line {
}

/* end icons styles */

p {
line-height: 2;
}

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

0 comments on commit ffcd11f

Please sign in to comment.