mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 11:36:53 +02:00
add language & version meta for algolia docsearch (#787)
This commit is contained in:
parent
df42926242
commit
0eb6612b58
2 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,8 @@ class Site extends React.Component {
|
|||
description={description}
|
||||
title={title}
|
||||
url={url}
|
||||
language={this.props.language}
|
||||
version={this.props.version}
|
||||
/>
|
||||
<body
|
||||
className={classNames({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue