Skip to content

Commit

Permalink
Finish update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev committed Feb 1, 2023
1 parent 4abadd7 commit 4b2a657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ exports[`getTranslationFiles returns translation files matching snapshot 2`] = `
"description": "The label of footer link with label=Link 2 linking to https://facebook.com",
"message": "Link 2",
},
"logo.alt": {
"description": "The alt of footer logo",
"message": "footer alt logo",
},
},
"path": "footer",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ const ThemeConfigSample = {
const ThemeConfigSampleSimpleFooter: ThemeConfig = {
...ThemeConfigSample,
footer: {
logo: {
alt: 'footer alt logo',
src: 'img/docusaurus.svg',
},
copyright: 'Copyright FB',
style: 'light',
links: [
Expand Down

0 comments on commit 4b2a657

Please sign in to comment.