Skip to content

Commit 74fea59

Browse files
authored
Merge pull request #118 from ibrahimcesar/claude/restore-footer-links-017EmD8y6RMCjsrBrRJwcHJA
🔧 fix: restaurar links de Referências e Sobre no rodapé
2 parents 9e97672 + 5bbcfe6 commit 74fea59

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docusaurus.config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,23 @@ const config = {
156156
},
157157
],
158158
},
159+
{
160+
title: 'Sobre',
161+
items: [
162+
{
163+
label: 'Sobre o Projeto',
164+
to: '/sobre-o-projeto',
165+
},
166+
{
167+
label: 'Referências',
168+
to: '/referencias',
169+
},
170+
{
171+
label: 'Agradecimentos',
172+
to: '/agradecimentos',
173+
},
174+
],
175+
},
159176
{
160177
title: 'Mais',
161178
items: [

0 commit comments

Comments
 (0)