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 20, 2025
1 parent eae7197 commit 70b921a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ npm run build

The documentation site is built with [Docusaurus](https://docusaurus.io) and
published in the project
[GitHub Pages](https://xpack.github.io/xpm-js/).
[GitHub Pages](https://xpack.github.io/xpm/).

- switch to the `development` branch
- run the `website-generate-commons` script in the top `package.json`
Expand All @@ -269,7 +269,7 @@ The Web site deployment is performed automatically when pushing to the
At this moment an automated GitHub Action will generate and publish the website.

- the new release blog post is
in https://xpack.github.io/xpm-js/blog/
in https://xpack.github.io/xpm/blog/
- remember the post URL, since it must be used to update the release page
and the X/Twitter announcement

Expand Down
3 changes: 1 addition & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const config: Config = {
sidebarPath: './sidebars.ts',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/xpack/xpack.github.io/edit/master/website/',
editUrl: 'https://github.com/xpack/xpm-js/edit/master/website/',
// showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
Expand Down Expand Up @@ -151,7 +151,6 @@ const config: Config = {
],
[
// https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-sitemap
// https://cronica-it.github.io/sitemap.xml
'@docusaurus/plugin-sitemap',
{
// https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-sitemap
Expand Down

0 comments on commit 70b921a

Please sign in to comment.