Add docLink

This commit is contained in:
Fabio Berger
2019-01-09 17:30:01 +01:00
parent eb6b07e804
commit 589b535b91
4 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import { createContext } from 'react';
interface ContextInterface {
title?: string;
name?: string;
docLink?: string;
subtitle?: string;
tagline?: string;
icon?: React.ReactNode;