diff --git a/docusaurus/docs/using-the-public-folder.md b/docusaurus/docs/using-the-public-folder.md index 378bdb604c3..81ea5a3c19c 100644 --- a/docusaurus/docs/using-the-public-folder.md +++ b/docusaurus/docs/using-the-public-folder.md @@ -7,9 +7,14 @@ title: Using the Public Folder ## Changing the HTML -The `public` folder contains the HTML file so you can tweak it, for example, to [set the page title](title-and-meta-tags.md). +The `public` folder contains the `index.html` file so you can tweak it, for example to: + +* [Set the page title](title-and-meta-tags.md). +* [Use environment variables](adding-custom-environment-variables.md). + The `