We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d9885 commit 961fe4aCopy full SHA for 961fe4a
docusaurus.config.js
@@ -60,6 +60,17 @@ const config = {
60
},
61
],
62
63
+ footer: {
64
+ links: [
65
+ {
66
+ html: `
67
+ <a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">
68
+ <img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" width="114" height="51" />
69
+ </a>
70
+ `,
71
+ },
72
+ ],
73
74
prism: {
75
theme: lightCodeTheme,
76
darkTheme: darkCodeTheme,
0 commit comments