mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 09:57:03 +02:00
docs(v2): Fix url bugs in v2 docs (#3534)
* Fix broken link in the documentation * Fix broken url caused by typo * Fix broken link caused by typo
This commit is contained in:
parent
637fe0087d
commit
6dec70b69f
3 changed files with 4 additions and 4 deletions
|
@ -308,7 +308,7 @@ module.exports = {
|
|||
|
||||
### `ssrTemplate`
|
||||
|
||||
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`.
|
||||
An HTML template written in [Eta's syntax](https://eta.js.org/docs/syntax#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