Skip to content

Commit a8b1e33

Browse files
authored
Add contact section in footer (#188)
1 parent fdc57ca commit a8b1e33

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,15 @@ const config = {
148148
},
149149
],
150150
},
151+
{
152+
title: 'Contact',
153+
items: [
154+
{
155+
label: 'Email',
156+
href: 'mailto:[email protected]',
157+
},
158+
],
159+
},
151160
],
152161
copyright: `Copyright © ${new Date().getFullYear()} - built with <span role="img" aria-label="heart">❤️</span> by <a href="https://www.aserto.com/" target="_blank">Aserto</a>.`,
153162
},

0 commit comments

Comments
 (0)