diff --git a/docs/src/components/Acknowledgment/index.tsx b/docs/src/components/Acknowledgment/index.tsx index 99c8f67bd..dc883186a 100644 --- a/docs/src/components/Acknowledgment/index.tsx +++ b/docs/src/components/Acknowledgment/index.tsx @@ -4,7 +4,7 @@ import styles from '../styles.module.css'; export default function Acknowledgment(): JSX.Element { return (
LIPS Scheme is powerful lisp interpreter written in JavaScript. The aim of the project is to fully support R7RS specification diff --git a/docs/src/components/License/index.tsx b/docs/src/components/License/index.tsx index d11fc3452..24403bcc7 100644 --- a/docs/src/components/License/index.tsx +++ b/docs/src/components/License/index.tsx @@ -4,7 +4,7 @@ import styles from '../styles.module.css'; export default function License(): JSX.Element { return (
LIPS Scheme is Open Source {' '}and released on MIT license
diff --git a/docs/src/components/Reference/index.tsx b/docs/src/components/Reference/index.tsx index 751a680d7..6948fdb66 100644 --- a/docs/src/components/Reference/index.tsx +++ b/docs/src/components/Reference/index.tsx @@ -1,5 +1,7 @@ import { useState, useEffect, useMemo, ChangeEvent } from 'react'; import Fuse, { FuseIndex } from 'fuse.js' +import Heading from '@theme/Heading'; + import styles from './index.module.css'; @@ -54,8 +56,8 @@ export default function Reference({ docs }: ReferenceProps) {{ item.doc }
This tool allow you to create nice screenshot of code. The screenshot tool is aware of any syntax added on top of Scheme. The tool is created using Codemirror and custom style build on top of Scheme syntax.
diff --git a/docs/src/components/Tools/index.tsx b/docs/src/components/Tools/index.tsx index 0b3e5bb9b..c3c552202 100644 --- a/docs/src/components/Tools/index.tsx +++ b/docs/src/components/Tools/index.tsx @@ -8,7 +8,7 @@ import Screenshooter from './Screenshooter'; export default function Tools(): JSX.Element { return (Video presentation given during FOSDEM 2023 in Declarative and Minimalistic Computing devroom. It discuss different aspect of LIPS Scheme. It first gives quick intro to Lisp and Scheme and later show different features of LIPS Scheme.