Skip to content

Commit abc5f4d

Browse files
authored
add changelog to website (#2448)
1 parent b5b0fa6 commit abc5f4d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

website/src/pages/_meta.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ export default {
1111
title: 'Docs',
1212
type: 'page',
1313
},
14+
changelog: {
15+
type: 'page',
16+
},
1417
};

website/src/pages/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../packages/graphql-modules/CHANGELOG.md

0 commit comments

Comments
 (0)