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
File renamed without changes.

website/docs/developer/_coverage-exceptions.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

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

0 commit comments

Comments
 (0)