mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
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:
parent
5c447b1ca3
commit
f6ff6474bc
24 changed files with 845 additions and 48 deletions
|
@ -11,6 +11,11 @@ module.exports = {
|
|||
type: 'autogenerated',
|
||||
dirName: '.',
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/changelog',
|
||||
label: 'Changelog',
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
href: '/showcase',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue