Skip to content

Commit

Permalink
update title and description of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 5, 2024
1 parent 9c2d1c2 commit 779918b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/reference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export default function ReferencePage(): JSX.Element {

return (
<Layout
title={siteConfig.title}
description={siteConfig.tagline}>
title={'Function and Macro Reference'}
description={'This is list of functions and macros that are part of LIPS Scheme implementation'}>
<Head>
<script src="https://cdn.jsdelivr.net/npm/@jcubic/lips@beta/dist/lips.min.js"
data-bootstrap="https://cdn.jsdelivr.net/npm/@jcubic/lips@beta/dist/std.xcb"></script>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/screenshooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export default function Screenshooter(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={siteConfig.title}
description={siteConfig.tagline}>
title={'Screenshooter'}
description={'Grab a screenshot of LIPS Scheme source code to share on social media'}>
<main>
<Heading as="h2" className="screenshot-header">Write LIPS Scheme code and grab a screenshot</Heading>
<ScreenShotBox />
Expand Down

0 comments on commit 779918b

Please sign in to comment.