Skip to content

Commit

Permalink
Update theme config
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ouellet committed Nov 2, 2021
1 parent b44f00d commit 197617c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.0.1 [November 2, 2021](https://github.com/lando/website/releases/tag/v1.0.1)
------------------------

* Adjust theme config

v1.0.0 [November 2, 2021](https://github.com/lando/website/releases/tag/v1.0.0)
------------------------

Expand Down
31 changes: 9 additions & 22 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,31 +68,18 @@ module.exports = {
theme: '@vuepress/theme-blog',
themeConfig: {
logo: '/images/logo-pink-small.png',
docsDir: 'blog',
docsBranch: 'master',
docsDir: 'src',
docsBranch: 'main',
search: false,
editLinks: false,
nav: [
{
text: 'Case Studies',
link: '/tag/case-study/',
},
{
text: 'Development',
link: '/tag/development/',
},
{
text: 'DevOps',
link: '/tag/devops/',
},
{
text: 'Workflows',
link: '/tag/workflows/',
},
{
text: 'Lando',
link: '/tag/lando/',
},
{text: 'Main Site', link: 'https://lando.dev'},
{text: 'Events', link: 'https://lando.dev/events'},
{text: 'Case Studies', link: '/tag/case-study/'},
{text: 'Development', link: '/tag/development/'},
{text: 'DevOps', link: '/tag/devops/'},
{text: 'Workflows', link: '/tag/workflows/'},
{text: 'Lando', link: '/tag/lando/'},
],
},
};

0 comments on commit 197617c

Please sign in to comment.