Skip to content

Commit

Permalink
feat: Add feedback and show all blog posts in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Jul 1, 2022
1 parent 21284cf commit 3738b83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const config = {
blog: {
showReadingTime: true,
editUrl: 'https://github.com/nvh95/jest-preview/edit/main/website/',
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
},
// api: {
// showReadingTime: true,
Expand Down Expand Up @@ -72,6 +74,11 @@ const config = {
},
// TODO: To add as a blog
// { to: '/contributors', label: 'Contributors', position: 'left' },
{
href: 'https://forms.gle/PJFH5oEzi7gsb7Ac6',
label: 'Feedback',
position: 'right',
},
{
href: 'https://github.com/nvh95/jest-preview',
label: 'GitHub',
Expand Down

0 comments on commit 3738b83

Please sign in to comment.