chore(v2): make site algolia compliant (#1384)

This commit is contained in:
Endilie Yacop Sucipto 2019-04-23 20:36:41 +07:00 committed by GitHub
parent 745f32b010
commit 60c24ef1f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -49,10 +49,14 @@ function DocBody(props) {
<div className="container margin-vert--lg">
<div className="row">
<div className="col col--8">
<h1 className="margin-bottom--lg">{metadata.title}</h1>
<div className="markdown">
<DocContents />
</div>
<header>
<h1 className="margin-bottom--lg">{metadata.title}</h1>
</header>
<article>
<div className="markdown">
<DocContents />
</div>
</article>
<div className="margin-vert--lg">
<DocsPaginator />
</div>