From aa392a9907611b10ac9047787a891152a7d7ff93 Mon Sep 17 00:00:00 2001 From: Forresst Date: Sun, 11 Apr 2021 17:44:35 +0200 Subject: [PATCH] docs(v2): fix typo theme-configuration.md (#4595) We are in the footer section, I think it's a bad copy and paste --- website/docs/api/themes/theme-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {