Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 10, 2025
1 parent 6c45abb commit 5e9ad9c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus-config-navbar-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

const navbarCli = {
type: 'dropdown',
label: 'CLI Reference',
label: 'CLI',
to: '/docs/cli/xpm',
position: 'left',
items: [
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const config: Config = {
items: [
{
to: '/',
// label: 'Home',
label: 'xpm',
className: 'header-home-link',
position: 'left'
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"npm-ci": "npm ci",
"npm-link-helpers": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
"deep-clean": "del-cli .docusaurus build node_modules package-lock.json",
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh",
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh --xpack",
"import-website-releases": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/website-import-releases.sh",
"generate-website-blog-post": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-blog-post.sh",
"generate-dependencies-details": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-dependencies-details.sh"
Expand Down
8 changes: 4 additions & 4 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ h2[class*="title"]
width: 24px;
height: 24px;
display: inline-flex;
vertical-align: baseline;
/* padding-right: 0.5em; */
vertical-align: top;
padding-right: 0.5em;
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")
no-repeat;
}
Expand All @@ -91,8 +91,8 @@ h2[class*="title"]
width: 24px;
height: 24px;
display: inline-flex;
vertical-align: baseline;
/* padding-right: 0.5em; */
vertical-align: top;
padding-right: 0.5em;
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")
no-repeat;
}
Expand Down

0 comments on commit 5e9ad9c

Please sign in to comment.