Skip to content

Commit 27c3b0f

Browse files
committed
feat: add changelog system
This implements a new changelog system to the docs so it's easy to browse it and subscribe via RSS. Fixes MRGFY-5981 Change-Id: Ia2551cf70a6317a02376c287da41230680a05be4
1 parent 1564de7 commit 27c3b0f

File tree

17 files changed

+1819
-2095
lines changed

17 files changed

+1819
-2095
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default [
1616
'node_modules/**',
1717
'.github/**',
1818
'public/scalar-api-reference.js',
19+
'src/content/changelog/',
1920
],
2021
},
2122

0 commit comments

Comments
 (0)