Skip to content

Commit 73686b0

Browse files
committed
fix: fix social favicon, update readme
1 parent 9b315aa commit 73686b0

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
<p align="center">
22
<a href="https://argos-ci.com/?utm_source=github&utm_medium=logo" target="_blank">
3-
<img src="https://raw.githubusercontent.com/argos-ci/argos/main/resources/logos/logo-github-readme.png" alt="Argos" width="300" height="61">
3+
<img src="https://raw.githubusercontent.com/argos-ci/argos/main/resources/logos/github-readme-banner.jpg" alt="Argos, the open source visual testing platform">
44
</a>
55
</p>
66

7-
# Argos documentation
7+
<h3 align="center">Argos</h3>
88

9-
Argos documentation available on [argos-ci.com/docs](https://argos-ci.com/docs).
9+
<p align="center">
10+
Argos is the open source visual testing platform for modern engineering teams.
11+
<br />
12+
<a href="https://argos-ci.com"><strong>Learn more »</strong></a>
13+
<br />
14+
<br />
15+
<a href="https://argos-ci.com/docs"><strong>Docs</strong></a> ·
16+
<a href="https://github.com/argos-ci/argos-javascript/tree/main/examples"><strong>Examples</strong></a> ·
17+
<a href="https://x.com/argos_ci"><strong>Follow us on X</strong></a> ·
18+
<a href="https://argos-ci.com/discord"><strong>Discord</strong></a>
19+
</p>
1020

11-
## Highlights
21+
## Argos documentation
1222

13-
- [Installation](https://argos-ci.com/docs/getting-started)
14-
- [Join us on Discord](https://argos-ci.com/discord)
23+
This repository hosts the Argos documentation, built using [Docusaurus](https://docusaurus.io/).

docs/subscription/pricing-plans.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ sidebar_position: 10
66

77
# Pricing plans
88

9-
Explore Argos pricing plans, tailored for developers and teams: from the free Hobby Plan to customizable Enterprise options.
9+
Explore Argos pricing plans, tailored for individual and teams: from the free Hobby Plan to customizable Enterprise options.
1010

1111
## Hobby Plan
1212

13-
Ideal for individual developers and small projects.
13+
Ideal for individual and small projects.
1414

1515
- **Price:** Free
1616
- **Screenshot Limit:** 5,000 / month

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { externalPackages } = require("./scripts/external-packages.cjs");
88
const config = {
99
title: "Argos",
1010
tagline:
11-
"Argos is a visual testing solution that fits in your workflow to avoid visual regression. Takes screenshots on each commit and be notified if something changes.",
11+
"Official documentation of Argos, the visual testing platform for modern engineering teams.",
1212
url: "https://argos-ci.com",
1313
baseUrl: process.env.VERCEL_ENV === "production" ? "/docs" : "/",
1414
onBrokenLinks: "throw",
@@ -97,7 +97,7 @@ const config = {
9797
themeConfig:
9898
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
9999
({
100-
image: "img/social.png",
100+
image: "img/social-card.png",
101101
colorMode: {
102102
disableSwitch: false,
103103
respectPrefersColorScheme: true,

src/img/social.png

-1.07 MB
Binary file not shown.

static/img/favicon.png

4.97 KB
Loading

static/img/social-card.jpg

80.5 KB
Loading

0 commit comments

Comments
 (0)