diff --git a/src/web-check-live/views/About.tsx b/src/web-check-live/views/About.tsx index 89676d3..7c10aac 100644 --- a/src/web-check-live/views/About.tsx +++ b/src/web-check-live/views/About.tsx @@ -170,7 +170,7 @@ const About = (): JSX.Element => { Contents - -{/* -**Configuration Settings**: -- `CHROME_PATH` (e.g. `/usr/bin/chromium`) - The path the the Chromium executable -- `PORT` (e.g. `3000`) - Port to serve the API, when running server.js -- `DISABLE_GUI` (e.g. `false`) - Disable the GUI, and only serve the API -- `API_TIMEOUT_LIMIT` (e.g. `10000`) - The timeout limit for API requests, in milliseconds -- `REACT_APP_API_ENDPOINT` (e.g. `/api`) - The endpoint for the API (can be local or remote)

*/} - API Documentation diff --git a/src/web-check-live/views/Home.tsx b/src/web-check-live/views/Home.tsx index cab18b8..ce22f5a 100644 --- a/src/web-check-live/views/Home.tsx +++ b/src/web-check-live/views/Home.tsx @@ -1,6 +1,6 @@ import styled from '@emotion/styled'; import { type ChangeEvent, type FormEvent, useState, useEffect } from 'react'; -import { useNavigate, useLocation, type NavigateOptions } from 'react-router-dom'; +import { Link, useNavigate, useLocation, type NavigateOptions } from 'react-router-dom'; import Heading from 'web-check-live/components/Form/Heading'; import Input from 'web-check-live/components/Form/Input' @@ -217,10 +217,12 @@ const Home = (): JSX.Element => { - - Web Check Icon - Web Check - + + + Web Check Icon + Web Check + + { Supported Checks
    {docs.map((doc, index) => (
  • {doc.title}
  • ))} -
  • + more!
  • +
  • + more!
@@ -286,9 +288,9 @@ const Home = (): JSX.Element => { - + - +