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 Dec 27, 2024
1 parent aaacf25 commit 6a6ba1f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 9 deletions.
20 changes: 20 additions & 0 deletions website/docs/getting-started/_common/_xpm-xcdl-features.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{/* DO NOT EDIT! */}
{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}

{/* ------------------------------------------------------------------------ */}

By design, the xPack Framework aims to automate:

- managing **dependencies**
- managing **build configurations**
- the **component configurations** process
- the **build** process

:::tip

Dependencies & build configurations are managed by
**[xpm](https://xpack.github.io/xpm/)**
while the configuration & build processes are handled by
**[xcdl](https://xpack.github.io/xcdl/)**.

:::
2 changes: 1 addition & 1 deletion website/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Status from './_status.mdx'
{/* ------------------------------------------------------------------------ */}

[![license](https://img.shields.io/github/license/xpack-dev-tools/xpack-build-box.svg)](https://github.com/xpack-dev-tools/xpack-build-box/blob/xpack/LICENSE)
![GitHub Repo stars](https://img.shields.io/github/stars/xpack-dev-tools/xpack-build-box/)
![GitHub Repo stars](https://img.shields.io/github/stars/xpack-dev-tools/xpack-build-box)

# Getting Started with the xPack Build Box

Expand Down
24 changes: 17 additions & 7 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,24 @@ const config: Config = {
'aria-label': 'GitHub repository',
},
{
href: 'https://github.com/xpack/',
label: 'xpack',
position: 'right',
},
{
href: 'https://github.com/xpack-dev-tools/',
label: 'xpack-dev-tools',
type: 'dropdown',
href: 'https://github.com/xpack-dev-tools/xpack-build-box/',
position: 'right',
label: 'GitHub',
items: [
{
label: `xpack-build-box`,
href: `https://github.com/xpack-dev-tools/xpack-build-box/`,
},
{
label: 'xpack',
href: 'https://github.com/xpack/',
},
{
label: 'xpack-dev-tools',
href: 'https://github.com/xpack-dev-tools/',
},
]
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"npm-outdated": "npm outdated",
"npm-install": "npm install",
"npm-ci": "npm ci",
"npm-link-helper": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
"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",
"import-website-releases": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/website-import-releases.sh",
Expand Down

0 comments on commit 6a6ba1f

Please sign in to comment.