From 93c188d8f45a08bc6dd0014893a4ba36048ee0ed Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 30 Mar 2023 10:41:09 +0200 Subject: [PATCH] update ethdoc label --- apps/doc-gen/src/app/App.tsx | 8 +++----- apps/doc-gen/src/index.html | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/doc-gen/src/app/App.tsx b/apps/doc-gen/src/app/App.tsx index 358d6776b6..64079e2b2e 100644 --- a/apps/doc-gen/src/app/App.tsx +++ b/apps/doc-gen/src/app/App.tsx @@ -1,7 +1,4 @@ import React, { useState, useEffect } from 'react' -import { - CompilationResult, -} from '@remixproject/plugin-api/' import './App.css' import { DocGenClient } from './docgen-client' @@ -32,8 +29,9 @@ const App = () => { return (
-

Remix Docgen

- {fileName &&

File: {fileName.split('/')[1].split('.')[0].concat('.sol')}

} +

Documentation generator

+

Compile a solidity contract in order to build documentation as markdown.

+ {fileName &&
File: {fileName.split('/')[1].split('.')[0].concat('.sol')}
} {hasBuild && }
) diff --git a/apps/doc-gen/src/index.html b/apps/doc-gen/src/index.html index 6e26b4393e..8b21679293 100644 --- a/apps/doc-gen/src/index.html +++ b/apps/doc-gen/src/index.html @@ -2,7 +2,7 @@ - Remix Docgen + Documentation generator