Skip to content

Commit

Permalink
Places search bar on left side on hub
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Oct 27, 2023
1 parent 670431a commit febe7e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,19 @@ const config = {
position: 'left',
label: 'Dataflows',
},

{to: '/blog', label: 'Changelog ', position: 'left'},
{
type: 'search',
position: 'left',
},
{href: 'https://blog.dagworks.io', label: 'DAGWorks Blog', position: 'right'},
{
href: 'https://github.com/dagworks-inc/hamilton',
label: 'GitHub',
position: 'right',
},

],
},
footer: {
Expand Down

0 comments on commit febe7e8

Please sign in to comment.