feat(website): new plugin to load CHANGELOG and render as blog (#6414)

* feat(website): new plugin to load CHANGELOG and render as blog

* use CJS

* move footer links

* better design

* fixes

* correctly order posts

* add authors

* Add axios

* Update styles

* oops

* oops

* add expand button

* back to index page link

* fix styles

* add feed options

* fix

* fix

* Add fallback

* fix

* fixes
This commit is contained in:
Joshua Chen 2022-01-27 23:17:31 +08:00 committed by GitHub
parent 5c447b1ca3
commit f6ff6474bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 845 additions and 48 deletions

View file

@ -11,6 +11,11 @@ module.exports = {
type: 'autogenerated',
dirName: '.',
},
{
type: 'link',
href: '/changelog',
label: 'Changelog',
},
{
type: 'link',
href: '/showcase',