Skip to content

Commit

Permalink
Add changelog page
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Jan 29, 2024
1 parent 9fcea71 commit 9cef399
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .web/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export default defineConfig({
{text: 'Guide', link: '/guide/'},
{text: 'Quick Start', link: '/guide/quick-start'},
{text: 'Connectors', link: '/guide/connectors/'},
{text: 'API', link: '/guide/api/'},
{text: 'Join the Team', link: '/team'},
{text: 'Join Team', link: '/team'},
{text: 'Changelog', link: '/guide/changelog'},
...projects,
],

Expand Down Expand Up @@ -171,6 +171,10 @@ export default defineConfig({
{
text: 'Roadmap',
items: [
{
text: 'Changelog',
link: '/guide/changelog'
},
{
text: 'Adoption Plan',
link: '/guide/adoption-plan'
Expand Down
9 changes: 9 additions & 0 deletions .web/docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Follow Connect's `#changelog`!

New features, updates and improvements to the Connect platform.
Subscribe to Discord `#changelog` channel to get notified about new updates.

-> https://minekube.com/discord

We are constantly working on improving the platform and adding new features.
If you have any suggestions or issues, feel free to post to the Discord forum!

0 comments on commit 9cef399

Please sign in to comment.