From f79cfaa3a11270665ab528b26a37f2598a878bff Mon Sep 17 00:00:00 2001 From: Justin Musgrove Date: Fri, 16 Feb 2018 22:59:34 -0600 Subject: [PATCH] Fix broken link to site-config (#453) --- docs/guides-custom-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides-custom-pages.md b/docs/guides-custom-pages.md index 8ece6d2f120a..dc9907a4241d 100644 --- a/docs/guides-custom-pages.md +++ b/docs/guides-custom-pages.md @@ -43,7 +43,7 @@ Static `.html` files can also be used, but they will not include Docusaurus's he If you wish to use Docusaurus's stylesheet, you can access it at `${baseUrl}css/main.css`. If you wish to use separate css for these static pages, you can exclude them from being concatenated to Docusaurus's styles by adding them into the `siteConfig.separateCss` field in `siteConfig.js`. -> You can set the [`$wrapPagesHTML` site config option](site-config.md#optional-fields) in order to wrap raw HTML fragments with the Docusaurus site styling, header and footer. +> You can set the [`$wrapPagesHTML` site config option](api-site-config.md#optional-fields) in order to wrap raw HTML fragments with the Docusaurus site styling, header and footer. ## Customizing Your Site Footer