Skip to content

Commit

Permalink
Fix broken link to site-config (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmusgrove authored and JoelMarcey committed Feb 17, 2018
1 parent 1388e13 commit f79cfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides-custom-pages.md
Expand Up @@ -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

Expand Down

0 comments on commit f79cfaa

Please sign in to comment.