Skip to content

Commit 68fb25a

Browse files
committed
website: updates
1 parent 6a6ba1f commit 68fb25a

File tree

3 files changed

+6
-35
lines changed

3 files changed

+6
-35
lines changed

website/docs/getting-started/_common/_xpm-xcdl-features.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By design, the xPack Framework aims to automate:
1313
:::tip
1414

1515
Dependencies & build configurations are managed by
16-
**[xpm](https://xpack.github.io/xpm/)**
16+
**[xpm](https://xpack.github.io/xpm/)**,
1717
while the configuration & build processes are handled by
1818
**[xcdl](https://xpack.github.io/xcdl/)**.
1919

website/package-lock.json

+4-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/pages/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import HeadTitle from '@site/src/components/HeadTitle';
2222
import styles from './index.module.css';
2323
import HomepageFeatures from '@site/src/components/HomepageFeatures';
2424
import InstallWithCopy from '@site/src/components/InstallWithCopy';
25+
import customField from '@site/src/libs/customField';
2526

2627
function HomepageHeader() {
2728
const {siteConfig} = useDocusaurusContext();

0 commit comments

Comments
 (0)