Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 5, 2024
1 parent 54f638f commit 0b9bd87
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 29 deletions.
2 changes: 1 addition & 1 deletion blog/2023-10-03-pixi-v8-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ As a crucial note, PixiJS v8 retains much of the familiar API despite undergoing
As we progress toward the release candidate, now is the perfect time for you to dive in and explore v8. Your feedback at this stage is invaluable for fine-tuning our engine. We invite you to share your thoughts—the good, the bad, and the ugly—report bugs, and even contribute code. Together, we can elevate PixiJS to unprecedented heights.

👇 Don't wait—dive right in!
[Explore the PixiJS v8 Codebase on GitHub](https://github.com/pixijs/pixijs/tree/next-v8)
[Explore the PixiJS v8 Codebase on GitHub](https://github.com/pixijs/pixijs/tree/dev)

### Steps to install:

Expand Down
14 changes: 7 additions & 7 deletions docs/pixi-version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"versionLabel": "v8.x",
"version": "8.0.0-rc.10",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.0.0-rc.10",
"build": "https://pixijs.download/v8.0.0-rc.10/pixi.min.js",
"docs": "https://pixijs.download/v8.0.0-rc.10/docs/index.html",
"npm": "8.0.0-rc.10",
"prerelease": true,
"latest": false
"version": "8.0.0",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.0.0",
"build": "https://pixijs.download/v8.0.0/pixi.min.js",
"docs": "https://pixijs.download/v8.0.0/docs/index.html",
"npm": "8.0.0",
"prerelease": false,
"latest": true
}
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ const config = {
routeBasePath: '/',
versions: {
'7.x': {
label: 'v7.x (Latest)',
label: 'v7.x',
path: '7.x',
banner: 'none',
badge: false,
},

current: {
label: 'v8.x',
label: 'v8.x (Latest)',
path: '',
banner: 'none',
badge: false,
Expand Down
10 changes: 1 addition & 9 deletions pixi-dev-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@
"build": "https://pixijs.download/dev/pixi.min.js",
"docs": "https://pixijs.download/dev/docs/index.html",
"dev": true
},
{
"versionLabel": "next-v8",
"version": "next-v8",
"releaseNotes": "https://github.com/pixijs/pixijs/releases",
"build": "https://pixijs.download/next-v8/pixi.min.js",
"docs": "https://pixijs.download/next-v8/docs/index.html",
"dev": true
}
]
]
16 changes: 8 additions & 8 deletions pixi-versions.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[
{
"versionLabel": "v7.x (Latest)",
"versionLabel": "v7.x",
"version": "7.4.0",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.4.0",
"build": "https://pixijs.download/v7.4.0/pixi.min.js",
"docs": "https://pixijs.download/v7.4.0/docs/index.html",
"npm": "7.4.0",
"prerelease": false,
"latest": true,
"latest": false,
"isCurrent": false
},
{
"versionLabel": "v8.x",
"version": "8.0.0-rc.10",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.0.0-rc.10",
"build": "https://pixijs.download/v8.0.0-rc.10/pixi.min.js",
"docs": "https://pixijs.download/v8.0.0-rc.10/docs/index.html",
"npm": "8.0.0-rc.10",
"version": "8.0.0",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.0.0",
"build": "https://pixijs.download/v8.0.0/pixi.min.js",
"docs": "https://pixijs.download/v8.0.0/docs/index.html",
"npm": "8.0.0",
"prerelease": true,
"latest": false,
"isCurrent": true
}
]
]
4 changes: 2 additions & 2 deletions versioned_docs/version-7.x/pixi-version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"versionLabel": "v7.x (Latest)",
"versionLabel": "v7.x",
"version": "7.4.0",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.4.0",
"build": "https://pixijs.download/v7.4.0/pixi.min.js",
"docs": "https://pixijs.download/v7.4.0/docs/index.html",
"npm": "7.4.0",
"prerelease": false,
"latest": true
"latest": false
}

0 comments on commit 0b9bd87

Please sign in to comment.