Fixed rendereing of docs pages, guides, resource...

This commit is contained in:
Piotr Janosz
2019-08-17 12:27:35 +02:00
committed by fabioberger
parent 68004466bb
commit d4c771dc7d
5 changed files with 43 additions and 47 deletions

View File

@@ -12,7 +12,7 @@ import { AutocompleteWrapper } from 'ts/components/docs/search/autocomplete_wrap
import { docs } from 'ts/style/docs';
import { searchIndices } from 'ts/utils/algolia_constants';
interface IHit {
export interface IHit {
description: string;
difficulty?: string;
externalUrl?: string;