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

@@ -5,6 +5,7 @@ import { ContextInterface } from './index';
export const context: ContextInterface = {
title: 'sol-profiler',
name: 'profiler',
docLink: 'https://0x.org/docs/sol-profiler',
subtitle: 'Gas profiling for Solidity',
tagline: "Implement data-guided optimizations by profiling your contract's gas usage",
icon: Icon,