Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 26, 2024
1 parent f221570 commit 2bd2f53
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 11 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/mock-console-ts.svg)](https://github.com/xpack/mock-console-ts/blob/xpack/LICENSE)
![GitHub Repo stars](https://img.shields.io/github/stars/xpack/mock-console-ts/)
![GitHub Repo stars](https://img.shields.io/github/stars/xpack/mock-console-ts)

# Getting Started with the xPack Mock Console

Expand Down
28 changes: 19 additions & 9 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,19 +348,29 @@ const config: Config = {
'aria-label': 'GitHub repository',
},
{
label: `v${customFields.releaseVersion}`,
position: 'right',
href: `https://www.npmjs.com/package/@xpack/mock-console/v/${customFields.releaseVersion}`,
},
{
href: 'https://github.com/xpack/',
label: 'xpack',
type: 'dropdown',
href: 'https://github.com/xpack/mock-console-ts/',
position: 'right',
label: 'GitHub',
items: [
{
label: `mock-console-ts`,
href: `https://github.com/xpack/mock-console-ts/`,
},
{
label: 'xpack',
href: 'https://github.com/xpack/',
},
{
label: 'xpack-dev-tools',
href: 'https://github.com/xpack-dev-tools/',
},
]
},
{
href: 'https://github.com/xpack-dev-tools/',
label: 'xpack-dev-tools',
label: `${customFields.releaseVersion}`,
position: 'right',
href: `https://www.npmjs.com/package/@xpack/mock-console/v/${customFields.releaseVersion}`,
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/HomepageFeatures/FeatureList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/globe.svg').default,
description: (
<>
The module can be installed with <b><Link to="https://docs.npmjs.com/about-npm">npm</Link></b> from the <b>npmjs.com</b> public repository, just like millions of other packages.
The module can be installed with <b><Link to="https://docs.npmjs.com/cli/npm">npm</Link></b> from the <b>npmjs.com</b> public repository, just like millions of other packages.
</>
),
},
Expand Down

0 comments on commit 2bd2f53

Please sign in to comment.