Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 22, 2025
1 parent 936550c commit 3a6a529
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 15 deletions.
3 changes: 1 addition & 2 deletions website/blog/_common/_download-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Image from '@theme/IdealImage';

- npmjs.com [xpm](https://www.npmjs.com/package/xpm)
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/xpm)](https://www.npmjs.com/package/xpm/)
- total downloads [![NPM Downloads](https://img.shields.io/npm/d18m/xpm)
](https://www.npmjs.com/package/xpm/)
- total downloads [![NPM Downloads](https://img.shields.io/npm/d18m/xpm)](https://www.npmjs.com/package/xpm/)

Credit to [Shields IO](https://shields.io) for the badges.
2 changes: 2 additions & 0 deletions website/docs/getting-started/_documentation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

{/* ------------------------------------------------------------------------ */}
2 changes: 2 additions & 0 deletions website/docs/project/about/_more-intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

{/* ------------------------------------------------------------------------ */}
13 changes: 9 additions & 4 deletions website/docs/project/about/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
# Automatically generated from docusaurus-template-liquid/templates/docusaurus.

title: About
description: Details about the project, including the history of the website and details about the author.
description: Details about the project, including its history, the history of the website, and details about the author.
keywords:
- xpack
- xpm
- about
- history
- web
- author

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

---


import MoreIntro from './_more-intro.mdx'
import Website from './_website.mdx'

{/* ------------------------------------------------------------------------ */}
Expand All @@ -29,6 +33,8 @@ The **xPack Project Manager** project is part of the
and is hosted on GitHub as
[`xpack/xpm-js`](https://github.com/xpack/xpm-js/).

<MoreIntro/>


## The project history

Expand All @@ -50,6 +56,5 @@ and Internet technologies.

He can be reached at [`<[email protected]>`](mailto:[email protected]).
Please note, this email address is provided as a courtesy.
For all correspondence related to
the **xPack Project Manager** project,
kindly use the project [support](/docs/support/) page).
For all correspondence related to the **xPack Project Manager**
project, kindly use the project [support](/docs/support/) page).
4 changes: 4 additions & 0 deletions website/docs/support/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ date: 2020-07-21 17:54:00 +0300

---

import Documentation from '../getting-started/_documentation.mdx';

{/* ------------------------------------------------------------------------ */}

# How to get help for xpm
Expand All @@ -42,6 +44,8 @@ pages.
As usual, before asking anything, it is a good idea to check the project
documentation.

<Documentation/>

## Preliminary checks

Before posting any questions or providing feedback,
Expand Down
1 change: 0 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ const config: Config = {
}
],
navbar: {
// Overriden by i18n/en/docusaurus-theme-classic.
title: 'The xPack Project',

logo: {
Expand Down
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"typedoc": "^0.27.6",
"typescript": "~5.6.3"
},
"$devDependenciesUrls": [
"https://www.npmjs.com/package/docusaurus-plugin-typedoc",
"https://www.npmjs.com/package/liquidjs",
"https://www.npmjs.com/package/typedoc",
"https://www.npmjs.com/package/typescript"
],
"browserslist": {
"production": [
">0.5%",
Expand All @@ -71,12 +77,12 @@
]
},
"websiteConfig": {
"shortName": "xpm",
"programName": "xpm",
"title": "xpm - The xPack Project Manager",
"tagline": "A tool to automate builds, tests and manage C/C++ dependencies, inspired by npm",
"metadataDescription": "The xPack Project Manager command line tool",
"metadataKeywords": "xpm, xpack, project, manager, build, test, dependencies, npm, reproducibility",
"preferShortName": "true",
"hasCli": "true",
"isInstallGlobally": "true",
"isWebPreview": "true",
Expand All @@ -91,11 +97,5 @@
},
"engines": {
"node": ">=18.0"
},
"$dependenciesUrls": [
"https://www.npmjs.com/package/docusaurus-plugin-typedoc",
"https://www.npmjs.com/package/liquidjs",
"https://www.npmjs.com/package/typedoc",
"https://www.npmjs.com/package/typescript"
]
}
}

0 comments on commit 3a6a529

Please sign in to comment.