Skip to content

Commit

Permalink
docs: add changelog to mud.dev (#1255)
Browse files Browse the repository at this point in the history
Co-authored-by: alvrs <[email protected]>
  • Loading branch information
nickcernera and alvrs authored Aug 9, 2023
1 parent 512831b commit 09464e9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
25 changes: 21 additions & 4 deletions docs/pages/_meta.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import worldPackageJson from "../../packages/world/package.json" assert { type: "json" };

export default {
index: "Introduction",
"quick-start": "Quick start",
Expand All @@ -10,12 +12,27 @@ export default {
ecs: "ECS and MUD",
plugins: "Plugins",
tutorials: "Tutorials",
reference: "Reference",
reference: "Reference",
contribute: "Contribute",
roadmap: {
title: "Roadmap",
changelog: "Changelog",
version: {
title: worldPackageJson.version,
type: "menu",
items: {
changelog: {
title: "Changelog",
href: "/changelog",
},
contribute: {
title: "Contribute",
href: "/contribute",
},
},
},
status: {
title: "Status",
type: "page",
href: "https://roadmap.mud.dev",
href: "https://status.mud.dev",
newWindow: true,
},
community: {
Expand Down
3 changes: 3 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Changelog from "../../CHANGELOG.md";

<Changelog />

0 comments on commit 09464e9

Please sign in to comment.