Skip to content

Commit 7a65be7

Browse files
committed
website: re-generate commons
1 parent 1b5e57d commit 7a65be7

File tree

7 files changed

+29
-14
lines changed

7 files changed

+29
-14
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
{/* ------------------------------------------------------------------------ */}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
{/* ------------------------------------------------------------------------ */}

website/docs/project/about/index.mdx

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

66
title: About
7-
description: Details about the project, including the history of the website and details about the author.
7+
description: Details about the project, including its history, the history of the website, and details about the author.
88
keywords:
99
- xpack
1010
- xpack.github.io
1111
- about
12+
- history
13+
- web
14+
- author
1215

1316
date: 2024-10-24 23:58:00 +0300
1417

@@ -17,6 +20,7 @@ date: 2024-10-24 23:58:00 +0300
1720

1821
import CustomAbout from './_custom-about.mdx'
1922

23+
import MoreIntro from './_more-intro.mdx'
2024
import Website from './_website.mdx'
2125

2226
{/* ------------------------------------------------------------------------ */}
@@ -49,6 +53,5 @@ and Internet technologies.
4953

5054
He can be reached at [`<ilg@livius.net>`](mailto:ilg@livius.net).
5155
Please note, this email address is provided as a courtesy.
52-
For all correspondence related to
53-
the **xPack Project**,
54-
kindly use the project [support](/docs/support/) page).
56+
For all correspondence related to the
57+
**xPack Project** projects, kindly use the support pages of each individual project).

website/docs/support/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ date: 2020-07-21 17:54:00 +0300
1616

1717
---
1818

19+
import Documentation from '../getting-started/_documentation.mdx';
20+
1921
{/* ------------------------------------------------------------------------ */}
2022

2123
# How to get help for the xPack Project
@@ -44,6 +46,8 @@ page for issues related to the main xPack Project site, or the individual projec
4446
As usual, before asking anything, it is a good idea to check the project
4547
documentation.
4648

49+
<Documentation/>
50+
4751
## Preliminary checks
4852

4953
Before posting any questions or providing feedback,

website/docusaurus.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ const config: Config = {
211211
}
212212
],
213213
navbar: {
214-
// Overriden by i18n/en/docusaurus-theme-classic.
215214
title: 'The xPack Project',
216215

217216
logo: {

website/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
"typedoc": "^0.27.6",
5959
"typescript": "~5.6.3"
6060
},
61+
"$devDependenciesUrls": [
62+
"https://www.npmjs.com/package/docusaurus-plugin-typedoc",
63+
"https://www.npmjs.com/package/liquidjs",
64+
"https://www.npmjs.com/package/typedoc",
65+
"https://www.npmjs.com/package/typescript"
66+
],
6167
"browserslist": {
6268
"production": [
6369
">0.5%",
@@ -70,9 +76,6 @@
7076
"last 5 safari version"
7177
]
7278
},
73-
"engines": {
74-
"node": ">=18.0"
75-
},
7679
"websiteConfig": {
7780
"title": "The xPack Reproducible Build Framework",
7881
"tagline": "Tools to manage, configure and build complex, package based, multi-target projects, in a reproducible way",
@@ -88,10 +91,7 @@
8891
"skipInstallCommand": "true",
8992
"hasCustomHomepageFeatures": "true"
9093
},
91-
"$dependenciesUrls": [
92-
"https://www.npmjs.com/package/docusaurus-plugin-typedoc",
93-
"https://www.npmjs.com/package/liquidjs",
94-
"https://www.npmjs.com/package/typedoc",
95-
"https://www.npmjs.com/package/typescript"
96-
]
94+
"engines": {
95+
"node": ">=18.0"
96+
}
9797
}

website/sidebar-docs-custom.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ export const customDocsSidebar = [
6767
id: 'maintainer/index',
6868
label: 'Maintainer\‘s Guides'
6969
},
70+
{
71+
type: 'doc',
72+
id: 'user/index',
73+
label: 'User\'s Guides'
74+
},
7075
{
7176
type: 'doc',
7277
id: 'support/index',

0 commit comments

Comments
 (0)