Skip to content

Commit 89f5c9a

Browse files
committed
website: re-generate commons
1 parent fd671d1 commit 89f5c9a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const config: Config = {
295295
items: [
296296
{
297297
to: '/',
298-
// label: 'Home',
298+
label: 'logger',
299299
className: 'header-home-link',
300300
position: 'left'
301301
},
@@ -341,7 +341,7 @@ const config: Config = {
341341
},
342342
{
343343
to: '/docs/api',
344-
label: 'API Reference',
344+
label: 'API',
345345
position: 'left',
346346
},
347347
{

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"npm-ci": "npm ci",
2020
"npm-link-helpers": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
2121
"deep-clean": "del-cli .docusaurus build node_modules package-lock.json",
22-
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh",
22+
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh --xpack",
2323
"generate-website-blog-post": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-blog-post.sh",
2424
"import-website-releases": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/website-import-releases.sh",
2525
"generate-dependencies-details": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-dependencies-details.sh"

website/src/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ h2[class*="title"]
8080
width: 24px;
8181
height: 24px;
8282
display: inline-flex;
83-
vertical-align: baseline;
84-
/* padding-right: 0.5em; */
83+
vertical-align: top;
84+
padding-right: 0.5em;
8585
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='current-color'/%3E%3C/svg%3E")
8686
no-repeat;
8787
}
@@ -91,8 +91,8 @@ h2[class*="title"]
9191
width: 24px;
9292
height: 24px;
9393
display: inline-flex;
94-
vertical-align: baseline;
95-
/* padding-right: 0.5em; */
94+
vertical-align: top;
95+
padding-right: 0.5em;
9696
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='white'/%3E%3C/svg%3E")
9797
no-repeat;
9898
}

0 commit comments

Comments
 (0)