Skip to content

Commit 82db7f5

Browse files
authored
Add a bit more to the configuration docs
1 parent 8794494 commit 82db7f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

guide/src/format/configuration/renderers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,12 @@ The following configuration options are available:
168168
This string will be written to a file named CNAME in the root of your site, as
169169
required by GitHub Pages (see [*Managing a custom domain for your GitHub Pages
170170
site*][custom domain]).
171-
- **hash-files:** Include a cryptographic "fingerprint" of the files' contents in CSS, JavaScript, and image asset filenames,
171+
- **hash-files:** Include a cryptographic "fingerprint" of the files' contents in static asset filenames,
172172
so that if the contents of the file are changed, the name of the file will also change.
173173
For example, `css/chrome.css` may become `css/chrome-9b8f428e.css`.
174-
HTML files are not renamed.
174+
Chapter HTML files are not renamed.
175175
Static CSS and JS files can reference each other using `{{ resource "filename" }}` directives.
176+
Defaults to `false` (in a future release, this may change to `true`).
176177

177178
[custom domain]: https://docs.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site
178179

0 commit comments

Comments
 (0)