diff --git a/website/docs/api/themes/theme-configuration.md b/website/docs/api/themes/theme-configuration.md index 5b2856b0cd..fc5cac2ce6 100644 --- a/website/docs/api/themes/theme-configuration.md +++ b/website/docs/api/themes/theme-configuration.md @@ -519,7 +519,7 @@ You can add logo and a copyright to the footer via `themeConfig.footer`. Logo ca ## Footer Links {#footer-links} -You can add links to the navbar via `themeConfig.footer.links`: +You can add links to the footer via `themeConfig.footer.links`: ```js {5-15} title="docusaurus.config.js" module.exports = {