Skip to content

Commit

Permalink
Update v7.x versioned docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 15, 2024
1 parent b635448 commit 1182ee6
Show file tree
Hide file tree
Showing 32 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const config = {
editUrl: 'https://github.com/pixijs/pixijs.com/tree/main/',
routeBasePath: '/',
versions: {
'7.3.2': {
'7.3.3': {
label: 'v7.x (Latest)',
path: '7.3.2',
path: '7.3.3',
banner: 'none',
badge: false,
},
Expand Down
10 changes: 5 additions & 5 deletions pixi-versions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"versionLabel": "v7.x (Latest)",
"version": "7.3.2",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.3.2",
"build": "https://pixijs.download/v7.3.2/pixi.min.js",
"docs": "https://pixijs.download/v7.3.2/docs/index.html",
"npm": "7.3.2",
"version": "7.3.3",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.3.3",
"build": "https://pixijs.download/v7.3.3/pixi.min.js",
"docs": "https://pixijs.download/v7.3.3/docs/index.html",
"npm": "7.3.3",
"prerelease": false,
"latest": true,
"isCurrent": false
Expand Down
2 changes: 0 additions & 2 deletions src/theme/Navbar/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export default function NavbarContent()
else navItems.push(item);
});

console.log(navbar);

return (
<NavbarContentLayout
left={
Expand Down
10 changes: 0 additions & 10 deletions versioned_docs/version-7.3.2/pixi-version.json

This file was deleted.

File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions versioned_docs/version-7.3.3/pixi-version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"versionLabel": "v7.x (Latest)",
"version": "7.3.3",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.3.3",
"build": "https://pixijs.download/v7.3.3/pixi.min.js",
"docs": "https://pixijs.download/v7.3.3/docs/index.html",
"npm": "7.3.3",
"prerelease": false,
"latest": true
}
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"7.3.2"
"7.3.3"
]

0 comments on commit 1182ee6

Please sign in to comment.