Skip to content

Commit 8ec9b39

Browse files
committed
website: re-generate commons _project
1 parent 8d0903e commit 8ec9b39

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+471
-614
lines changed

website/blog/_templates/blog-post-release-liquid.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
title: xPack Project v{{releaseVersion}} released
34
seo_title: Version {{releaseVersion}} released
45
description: Version v{{releaseVersion}} is a TODO new/maintenance release

website/docs/developer/_coverage-exceptions.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

website/docs/developer/_style-exceptions.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

website/docs/developer/_test-results.mdx

Lines changed: 0 additions & 32 deletions
This file was deleted.

website/docs/developer/index.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# DO NOT EDIT!
44
# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
55

6-
title: Contributor's Guide
7-
description: Guidance for developers aiming to contribute new features or bug fixes, detailing how to build the module, including prerequisites, repositories utilised, and scripts.
6+
title: Contributor's Guides
7+
description: Guidance for developers aiming to contribute new features or bug fixes.
88
keywords:
99
- xpack
1010
- xpack.github.io
@@ -15,14 +15,9 @@ date: 2024-10-25 13:10:00 +0300
1515

1616
---
1717

18-
19-
20-
import CustomDeveloper from './_custom-developer.mdx'
18+
import CustomContent from './_project/_content.mdx'
2119

2220
{/* ------------------------------------------------------------------------ */}
2321

24-
# Contributor's Guide
25-
26-
<CustomDeveloper />
27-
22+
<CustomContent />
2823

website/docs/developer/js-style-guide/index.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
2-
title: JavaScript Style Guide
3-
# description:
4-
5-
# summary: For consistency, use the Standard JS/TS validation tools.
62

3+
title: JavaScript Style Guide
4+
description: For consistency, use the Standard JS/TS validation tools.
5+
keywords:
6+
- xpack
7+
- javascript
8+
- style
9+
- guide
10+
711
date: 2017-10-09 02:47:00 +0300
812

913
---

website/docs/developer/links/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
# title: Links
32

3+
title: Links
4+
description: Useful links to various resources
5+
keywords:
6+
- xpack
7+
- links
8+
49
date: 2016-03-09 12:04:00 +0300
510

611
---

website/docs/developer/node-js-tricks/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
2-
#title: Node.js Tips & Tricks
3-
#summary: Examples of calling Node.js functions.
2+
3+
title: Node.js Tips & Tricks
4+
description: Examples of calling Node.js functions.
5+
keywords:
6+
- xpack
7+
- node.js
8+
- tips
9+
- tricks
410

511
date: 2017-10-09 02:47:00 +0300
612

website/docs/developer/vs-code-settings/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
# title: VS Code Settings
3-
# permalink: /develop/vs-code-settings/
4-
5-
# summary: VS Code settings useful in xPack projects.
6-
7-
comments: true
82

3+
title: VS Code Settings
4+
description: VS Code settings useful in xPack projects.
5+
keywords:
6+
- xpack
7+
- vscode
8+
- settings
9+
910
date: 2022-08-07 09:51:00 +0300
1011

1112
---

website/docs/faq/index.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{/* DO NOT EDIT! */}
2+
{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
3+
4+
{/* ------------------------------------------------------------------------ */}
5+
6+
## Credits
7+
8+
Special thanks to **MacStadium**, for providing the Apple Silicon
9+
development infrastructure as part of their generous
10+
[Free and Open Source Software](https://www.macstadium.com/company/opensource)
11+
program.
12+
13+
Thanks to [Shields IO](https://shields.io) for the badges.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{/* DO NOT EDIT! */}
2+
{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
3+
4+
{/* ------------------------------------------------------------------------ */}
5+
6+
## Enjoyed Using This Project? Let Us Know!
7+
8+
If you enjoyed using this project, please let us know! Here are some ways you can show your support:
9+
10+
- **Donate**: Your contributions, whether small or generous, help us keep the xPack projects thriving. [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/donate/?hosted_button_id=5MFRG9ZRBETQ8)
11+
- **Star** the project on [GitHub](https://github.com/xpack/xpack.github.io/): It helps others discover our work.
12+
- **Follow** us on [X/Twitter](https://twitter.com/xpack_project/): Stay updated with our latest releases and news.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{/* DO NOT EDIT! */}
2+
{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
3+
4+
import Link from '@docusaurus/Link';
5+
6+
{/* ------------------------------------------------------------------------ */}
7+
8+
## License
9+
10+
The original content is released under the
11+
[MIT License](https://opensource.org/license/mit/),
12+
with all rights reserved to
13+
[Liviu Ionescu](https://github.com/ilg-ul).
14+
15+
<Link to="https://www.macstadium.com/"><img className="mac-stadium-img" alt="MacStadium" src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></img></Link>

website/docs/getting-started/_compatibility.mdx

Lines changed: 0 additions & 2 deletions
This file was deleted.

website/docs/getting-started/_more-credits.mdx

Lines changed: 0 additions & 2 deletions
This file was deleted.

website/docs/getting-started/_overview.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/docs/getting-started/_custom-getting-started.mdx renamed to website/docs/getting-started/_project/_content.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

2+
import XpmXcdlFeatures from '../_common/_xpm-xcdl-features.mdx';
23

3-
import XpmXcdlFeatures from './_common/_xpm-xcdl-features.mdx';
4+
import License from '../_common/_license.mdx'
5+
import Credits from '../_common/_credits.mdx'
6+
import EnjoyedUsing from '../_common/_enjoyed-using.mdx'
47

58
{/* ------------------------------------------------------------------------ */}
69

@@ -157,4 +160,8 @@ The VS Code [xPack C/C++ Managed Build](https://xpack.github.io/vscode/) extensi
157160

158161
![xpack actions](/docs/images/xpack-actions.png)
159162

163+
<License />
160164

165+
<Credits />
166+
167+
<EnjoyedUsing />

website/docs/getting-started/_status.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

website/docs/getting-started/glossary/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
2+
23
title: Glossary
4+
description: Terms used across the xPack Project.
5+
keywords:
6+
- xpack
7+
- glossary
8+
9+
date: 2024-10-25 13:10:00 +0300
310

411
---
512

website/docs/getting-started/index.mdx

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
55

66
title: Getting Started
7-
description: The initial steps to explore the project, including what xpacks are, the project's features, benefits, compatibility, and available documentation.
7+
description: The initial steps to explore the project, including what xpm packets are, the project's features, benefits, compatibility, and available documentation.
88
keywords:
99
- xpack
1010
- xpack.github.io
@@ -15,46 +15,11 @@ date: 2024-10-24 18:58:00 +0300
1515

1616
---
1717

18-
import Link from '@docusaurus/Link';
19-
20-
import MoreCredits from './_more-credits.mdx'
21-
22-
23-
24-
import CustomGettingStarted from './_custom-getting-started.mdx';
18+
import CustomGettingStarted from './_project/_content.mdx';
2519

2620
{/* ------------------------------------------------------------------------ */}
2721

2822
# Getting started with the xPack Project
2923

3024
<CustomGettingStarted />
3125

32-
33-
34-
## License
35-
36-
The original content is released under the
37-
[MIT License](https://opensource.org/license/mit/),
38-
with all rights reserved to
39-
[Liviu Ionescu](https://github.com/ilg-ul).
40-
41-
<Link to="https://www.macstadium.com/"><img className="mac-stadium-img" alt="MacStadium" src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></img></Link>
42-
43-
## Credits
44-
45-
Special thanks to **MacStadium**, for providing the Apple Silicon
46-
development infrastructure as part of their generous
47-
[Free and Open Source Software](https://www.macstadium.com/company/opensource)
48-
program.
49-
50-
Thanks to [Shields IO](https://shields.io) for the badges.
51-
52-
<MoreCredits />
53-
54-
## Enjoyed using this project? Let us know!
55-
56-
If you enjoyed using this project, please let us know! Here are some ways you can show your support:
57-
58-
- **Donate**: Your contributions, whether small or generous, help us keep the xPack projects thriving. [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/donate/?hosted_button_id=5MFRG9ZRBETQ8)
59-
- **Star** the project on [GitHub](https://github.com/xpack/xpack.github.io/): It helps others discover our work.
60-
- **Follow** us on [X/Twitter](https://twitter.com/xpack_project/): Stay updated with our latest releases and news.

website/docs/install/_troubleshooting-windows.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/docs/install/index.mdx

Lines changed: 0 additions & 66 deletions
This file was deleted.

website/docs/maintainer/_more.mdx

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)