Skip to content

Commit

Permalink
docs: add changelog and releases to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pattan committed Jun 27, 2024
1 parent 5347854 commit 9e5be11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,26 @@ export default defineConfig({
},
{
text: "Examples",

items: [
{
text: `Hello World`,
link: "/docs/examples/hello-world.md"
},
]
},
{
text: "Resources",
items: [
{
text: "Changelog",
link: "/docs/changelog.md"
},
{
text: "Releases",
link: "https://github.com/get-advantage/advantage/releases"
},
]
}
]
}
}
Expand Down
1 change: 1 addition & 0 deletions www/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--@include: ../../CHANGELOG.md-->

0 comments on commit 9e5be11

Please sign in to comment.