mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
docs(v2): reference Eta's syntax in ssrTemplate section (#3425)
This commit is contained in:
parent
d844ff6107
commit
77db144378
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ module.exports = {
|
|||
|
||||
### `ssrTemplate`
|
||||
|
||||
An HTML template that will be used to render your application. This can be used to set custom attributes on the `body` tags, additional `meta` tags, customize the `viewport`, etc. Please note that Docusaurus will rely on the template to be correctly structured in order to function properly, once you do customize it, you will have to make sure that your template is compliant with the requirements from `upstream`.
|
||||
An HTML template written in [Eta's syntax](https://eta.js.org/docs/syntax/overview) that will be used to render your application. This can be used to set custom attributes on the `body` tags, additional `meta` tags, customize the `viewport`, etc. Please note that Docusaurus will rely on the template to be correctly structured in order to function properly, once you do customize it, you will have to make sure that your template is compliant with the requirements from `upstream`.
|
||||
|
||||
- Type: `string`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue