mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 08:59:39 -04:00
Updates docs.
This commit is contained in:
parent
2b8e223d1d
commit
26296813c7
1 changed files with 5 additions and 6 deletions
|
@ -70,12 +70,11 @@ Options
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Allow customized header and footer files.
|
Allow customized header and footer files.
|
||||||
First looks for files "_h5ai.header.html" and "_h5ai.footer.html"
|
First looks for files "_h5ai.header.html" and "_h5ai.footer.html" in the current directory.
|
||||||
in the current directory.
|
If not found it looks in all parent directories (starting in the current directory) for
|
||||||
If not found it looks in all parent directories (starting in the
|
files "_h5ai.headers.html" and "_h5ai.footers.html" until it finds one. Note the different
|
||||||
current directory) for files "_h5ai.headers.html" and "_h5ai.footers.html"
|
filenames: "header" (only current) - "headers" (current and sub directories)!
|
||||||
until it finds one.
|
The file's content will be placed inside a <div/> tag above/below the main content.
|
||||||
Note the different filenames: header (only current) - headers (recursive)!
|
|
||||||
*/
|
*/
|
||||||
"custom": {
|
"custom": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue