Skip to content

Commit

Permalink
docs(website): updated Serenity/JS logos
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Apr 22, 2023
1 parent 455ab3e commit b60bb18
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 103 deletions.
9 changes: 4 additions & 5 deletions documentation/serenity-js.org/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ const config = {
supportedEngines: pkg.engines,
currentNodeVersion: process.version,
description:
`Serenity/JS is an open-source acceptance testing framework that brings your business and software delivery teams together.
It helps you capture your domain language and write high-quality single- and multi-actor test scenarios
that interact with any interface of your system.
Your Serenity/JS-based test code is also portable and reusable, so you can share it with other teams to benefit your entire organisation.
`
`<strong>Serenity/JS</strong> is an innovative <strong>test automation framework</strong> designed to help you create
<strong>high-quality, business-focused test scenarios</strong> that interact with <strong>any interface of your system</strong>
and produce <strong>comprehensive test reports</strong> that <strong>build trust</strong> between delivery teams and the business.
`,
},
url: 'https://serenity-js.org',
baseUrl: '/',
Expand Down
11 changes: 8 additions & 3 deletions documentation/serenity-js.org/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import HomepageFeatures from '@site/src/components/HomepageFeatures';
import styles from './index.module.css';

function HeroBanner() {
const { siteConfig} = useDocusaurusContext();
const { siteConfig } = useDocusaurusContext();
const description = siteConfig.customFields.description as string[];

return (
Expand Down Expand Up @@ -36,9 +36,14 @@ function HeroBanner() {
} }
/>
</h1>
<p>{description}</p>
<p
// eslint-disable-next-line react/no-danger
dangerouslySetInnerHTML={ {
__html: description,
} }></p>
<div className={ styles.indexCtas }>
<Link id="cta-start-automating" className="button button--primary" to="/handbook/web-testing/your-first-web-scenario">
<Link id="cta-start-automating" className="button button--primary"
to="/handbook/web-testing/your-first-web-scenario">
<Translate>Start automating 🚀</Translate>
</Link>
<span className={ styles.indexCtasGitHubButtonWrapper }>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b60bb18

Please sign in to comment.