diff --git a/docs/en/api-pages.html b/docs/en/api-pages.html
index 97067a5424..a49d1b4e2d 100644
--- a/docs/en/api-pages.html
+++ b/docs/en/api-pages.html
@@ -89,7 +89,7 @@ Background choices: dark
, highlight
, light
Adding Static Pages #
Static .html
files can also be used, but they will not include Docusaurus's header, footer, or styles by default. These can be added to the static
folder in the same way as other static assets. Alternatively, they can be placed in the pages
folder and would be served as-is instead of being rendered from React.
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.