Skip to content

Commit

Permalink
Added starting buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 6, 2024
1 parent f78e95f commit 7a7e3b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs-next/src/components/HomepagePageTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import logo from "./mocha-logo.svg";
margin-bottom: 0.5rem;
}

@media (width >= 1000px) {
@media (width >= 819px) {
@keyframes slideright {
from {
transform: translateX(-3rem);
Expand Down
6 changes: 6 additions & 0 deletions docs-next/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ head:
title: Mocha
---

import { LinkButton } from "@astrojs/starlight/components";
import { Image } from "astro:assets";

import supporters from "../data/supporters.json";
Expand All @@ -27,6 +28,11 @@ Thanks!
Mocha is a feature-rich JavaScript test framework running on [Node.js](https://nodejs.org) and in the browser, making asynchronous testing _straightforward_ and _fun_.
Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.

<LinkButton href="/getting-started">Get started</LinkButton>
<LinkButton href="/reference/configuration" variant="secondary">
Configuration Reference
</LinkButton>

## Sponsors

Use Mocha at work?
Expand Down

0 comments on commit 7a7e3b0

Please sign in to comment.