Skip to content

Commit db042a1

Browse files
Katie BrooksKatie Brooks
Katie Brooks
authored and
Katie Brooks
committed
Review and update content
1 parent 4911a27 commit db042a1

13 files changed

+30
-36
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
# Cachet Documentation
1515

16-
[Cachet](https://cachethq.io) is a beautiful and powerful open-source status page system that allows you to better communicate downtime and
16+
[Cachet](https://cachethq.io) is an easy-to-use and powerful open-source status page system. Cachet allows you effectively communicate downtime and
1717
system outages to your customers, teams, and shareholders.
1818

19-
This repository contains the source code for the Cachet documentation, which is built using [Mintlify](https://mintlify.com).
19+
This repository contains the source code for the Cachet documentation which is built using [Mintlify](https://mintlify.com).
2020

2121
## Running Locally
2222

v3.x/configuration/beacon.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ icon: 'lighthouse'
55
---
66

77
Cachet's "beacon" system is an optional telemetry system that allows you to send anonymous usage data to Cachet.
8-
This data helps us understand how Cachet is being used and how we can improve it.
8+
This data helps us to understand how Cachet is being used and how we can improve it.
99

1010
## Configuration
1111

12-
By default, Cachet's beacon is turned off. You can opt into it by setting the `CACHET_BEACON` environment variable to `true`.
12+
By default, Cachet's beacon is turned off. You can opt in by setting the `CACHET_BEACON` environment variable to `true`.
1313

1414
```ini .env
1515
CACHET_BEACON=true

v3.x/configuration/cachet.mdx

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ When the number of down components exceeds the specified threshold, the status p
4343

4444
## Automatically Refresh Page
4545

46-
The "Automatically Refresh Page" setting allows you to enable or disable the automatic refresh of your status page. When
47-
enabled, the status page will automatically refresh at the specified interval.
46+
The "Automatically Refresh Page" setting allows you to enable or disable the automatic refresh of your status page. When enabled, the status page will automatically refresh at the specified interval.
4847

4948
The provided number will be the number of seconds between each refresh.
5049

@@ -79,5 +78,4 @@ page. When enabled, the status page will only display days with incidents. By de
7978

8079
### Show Dashboard Link
8180

82-
The "Show Dashboard Link" setting allows you to enable or disable the display of the "Dashboard" link in the header of your
83-
status page. When enabled, the status page will display a link to the Cachet dashboard.
81+
The "Show Dashboard Link" setting allows you to enable or disable the display of the "Dashboard" link in the header of your status page. When enabled, the status page will display a link to the Cachet dashboard.

v3.x/configuration/customization.mdx

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: 'palette'
55
---
66

77
Cachet provides the ability to customize your status page with custom HTML and CSS. To customize your status page,
8-
navigate to the "Manage Customization" section under Settings found in your Cachet dashboard.
8+
navigate to the "Manage Customization" section which is found under "Settings" in your Cachet dashboard.
99

1010
## Custom Header HTML
1111

@@ -30,18 +30,16 @@ your status page, you can use the following script:
3030

3131
## Custom Footer HTML
3232

33-
This section allows you to add custom HTML to the footer of your status page. This is an ideal section to add custom
34-
scripts or styles.
33+
Add custom HTML to the footer of your status page to personalize scripts or styles.
3534

3635
HTML or scripts placed in this section will be added to the end of the `<body>` of your status page.
3736

3837
## Custom CSS
3938

40-
This section allows you to add custom CSS to your status page. This is an ideal section to add custom styles to your
41-
status page. You do not need to include `<style>` tags in this section, the CSS will be automatically wrapped in them.
39+
Add custom CSS to your status page to personalize the design. You do not need to include `<style>` tags as the CSS will be automatically wrapped in them.
4240

4341
CSS placed in this section is appended to Cachet's custom styles.
4442

4543
<Info>
46-
You may make use of Cachet's CSS variables in this section. Note that these variables are not complete and are subject to change.
44+
You may make use of Cachet's CSS variables but note they are not complete and are subject to change.
4745
</Info>

v3.x/configuration/theme.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ icon: 'swatchbook'
55
---
66

77
Cachet provides the ability to configure and theme the status page to match your brand. To customize your status page,
8-
navigate to the "Manage Theme" section under Settings found in your Cachet dashboard.
8+
navigate to the "Manage Theme" section found under "Settings" in your Cachet dashboard.
99

1010
## Banner Image
1111

12-
To override the default banner image shown at the top of a status page, navigate to the "Manage Theme" section under Settings.
12+
To override the default banner image shown at the top of a status page, navigate to the "Manage Theme" section under "Settings".
1313

1414
You may upload a custom image by drag and dropping the file into the "Banner Image" field. Alternatively, you can click to select a file.
1515

v3.x/demo.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "There's no better way to see what Cachet can do than to see it in
77
<Card icon="circle-check" title="Cachet v3.x Demo" href="https://v3.cachethq.io">
88
There's no better way to see what Cachet can do than to see it in action.
99

10-
Check out our demo to see how Cachet can help you.
10+
Take a look at our demo to see how Cachet can help you.
1111
</Card>
1212

1313
<Card icon="users" title="Cachet v3.x Dashboard" href="https://v3.cachethq.io/dashboard">

v3.x/guide/components.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ icon: 'traffic-light'
77
In Cachet, a component represents any part of your system that can fail. Components are displayed on your status page
88
and can be grouped together to form component groups.
99

10-
For example, you may have an "Ingest" component that represent your ingestion service, or a "Database" component that
10+
For example, you may have an "Ingest" component that represents your ingestion service, or a "Database" component that
1111
represents your database service.
1212

1313
You can manage your components by navigating to the "Components" page in the dashboard.
@@ -22,7 +22,7 @@ A component has the following properties:
2222

2323
### Managing Components from the Dashboard
2424

25-
Cachet also provides a simple way of updating your component statuses directly from the Dashboard homepage.
25+
Cachet also provides a simple way of updating your component statuses directly from the Dashboard homepage. Here you can update the status quickly by clicking the appropriate status button rather than navigating through the "Components" page.
2626

2727
<Frame caption="Update Component Statuses">
2828
<img className="block dark:hidden" src="/v3.x/images/component-dashboard-light.png" alt="Manage Components" />
@@ -49,7 +49,7 @@ component groups on your status page.
4949

5050
## Re-ordering Components
5151

52-
You may reorder components via the dashboard by dragging and dropping them into the desired order. To achieve this,
52+
You may reorder components via the dashboard by dragging and dropping them into the desired order. To do this,
5353
head to the "Components" page in the dashboard, click the swap icon (up / down arrows) in the top left of the table to
5454
activate re-ordering mode, and then drag and drop the components into the desired order. Once you're happy with the new
5555
order, click the check icon to save your changes.

v3.x/guide/dashboard.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ icon: 'gauge'
55
---
66

77
The Cachet dashboard is powered by [Filament](https://filamentphp.com), an open-source dashboard tool for Laravel.
8-
The dashboard is accessible at your status page's `/dashboard` URL and is where you can manage your Cachet installation,
8+
The dashboard is accessed via your status page's `/dashboard` URL. Here you can manage your Cachet installation,
99
including managing incidents, components, and subscribers.
1010

1111
## User Management

v3.x/guide/incidents.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Incidents and updates in Cachet can have one of the following statuses:
2929

3030
## Incident Components
3131

32-
Incidents don't typically occur in isolation. They often affect one or more components of the service. Cachet allows you
32+
Incidents don't typically occur in isolation. They often affect one or more [components](/v3.x/guide/components) of the service. Cachet allows you
3333
to link incidents to components to provide more context about the incident.
3434

3535
Once you’ve created an incident, you can link it to a component by editing the incident and clicking "Attach" in the "Components"
@@ -38,7 +38,7 @@ panel on the incident page. When attaching a component, you may also select what
3838
## Incident Updates
3939

4040
Typically, incidents are ongoing events that require updates to keep users informed. Incident updates can be added to
41-
an incident to provide more information about the incident. Incident updates consist of:
41+
an incident to provide more information. Incident updates consist of:
4242

4343
- **Message**: A detailed description of the update.
4444
- **Status**: The [status](#incident-statuses) of the incident after the update.
@@ -51,7 +51,7 @@ To update an incident, head to the "Incidents" panel in the dashboard and click
5151

5252
## Incident Templates
5353

54-
Cachet allows you to create incident templates to help you quickly create incidents. Cachet supports creating incident
54+
Cachet allows you to build incident templates so you can create incidents quickly. Cachet supports creating incident
5555
templates with two templating languages:
5656

5757
<CardGroup>

v3.x/guide/metrics.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A metric consists of:
2020
- **Description**: A description of the metric, e.g. `The number of users currently online`.
2121
- **Default View**: How to display the metric, e.g. Last hour, Today, Week, Month.
2222
- **Default Value**: The default value of the metric when missing points, e.g. `0`.
23-
- **Display Chart**: Whether to plot the metric in a chart on the status page.
23+
- **Display Chart**: Plot the metric in a chart on the status page, this can be enabled or disabled.
2424
- **Places**: The number of decimal places to display.
2525
- **Metric Type**: The type of calculation to perform on the metric, e.g. sum or average.
2626
- **Threshold**: The threshold determines when a new point should be created or the last point updated.

v3.x/guide/schedules.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Learn how to manage scheduled maintenance in Cachet.'
44
icon: 'clock'
55
---
66

7-
Not all incidents are unexpected. Sometimes, you need to perform maintenance on your services, which can cause downtime.
7+
Not all incidents are unexpected. Sometimes, you need to perform maintenance on your services which can cause downtime.
88
Scheduled maintenance allows you to inform your users about upcoming maintenance and its impact.
99

1010
A scheduled maintenance event consists of:
@@ -24,13 +24,13 @@ Cachet automatically infers the status of a schedule based on the current date a
2424

2525
## Schedule Updates
2626

27-
Sometimes, you may need to provide updates to a schedule. Perhaps the maintenance is taking longer than expected, or
27+
You may need to provide an update on scheduled maintenance, for example if the maintenance is taking longer than expected, or
2828
you need to provide more information.
2929

3030
A scheduled update consists of:
3131

3232
- **Message**: A detailed description of the update.
33-
- **Completed At**: The date and time when the maintenance was completed.
33+
- **Completed At**: The date and time that the maintenance was completed.
3434

3535
To update an incident, head to the "Incidents" panel in the dashboard and click "Record Update" on the incident you want to update.
3636

v3.x/guide/subscribers.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ icon: 'user-check'
99
[GitHub issue](https://github.com/cachethq/core/issues/79).
1010
</Note>
1111

12-
Subscribers represent people who have opted in to receive notifications about incidents and component changes.
12+
Subscribers represent people who have opted to receive notifications about incidents and component changes.

v3.x/introduction.mdx

+5-7
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,21 @@ description: 'Cachet is a beautiful and powerful open source status page system.
1818

1919
## Overview
2020

21-
Cachet is a beautiful and powerful open source status page system used by thousands of organizations worldwide.
21+
Cachet is a powerful open source status page system used by thousands of organizations worldwide.
2222

23-
Status pages often get overlooked, but they're an essential part of any organization's communication strategy.
24-
They help you keep your customers, teams, and stakeholders informed during downtime, maintenance, and incidents. Cachet
25-
aims to make this process as simple as possible, with a beautiful and easy-to-use interface.
23+
Status pages often get overlooked but they're an essential part of any organization's communication strategy.
24+
They help you to keep your customers, teams, and stakeholders informed during downtime, maintenance, and incidents. Cachet makes this process as simple as possible with its easy-to-use dashboard and customizable interface.
2625

2726
<Frame caption="Screenshot of Cachet v3.x">
2827
<img className="block dark:hidden" src="/v3.x/images/screenshot-light.png" alt="Cachet in light mode" />
2928
<img className="hidden dark:block" src="/v3.x/images/screenshot-dark.png" alt="Cachet in dark mode" />
3029
</Frame>
3130

32-
From startups to Fortune 500 companies, organizations worldwide trust Cachet to streamline their downtime communication,
33-
enhancing transparency with customers, teams, and stakeholders.
31+
From startups to Fortune 500 companies, organizations worldwide trust Cachet to streamline their downtime communication, enhancing their transparency with customers, teams, and stakeholders.
3432

3533
## Cachet v3.x Status
3634

37-
Cachet v3.x is under active development. This means that not all features are currently available, and some features may be incomplete or subject to change.
35+
Cachet v3.x is under active development. This means that not all features are currently available and some features may be incomplete or subject to change.
3836

3937
We're working hard to bring you the best possible experience with Cachet v3.x.
4038
If you encounter any issues or have any feedback, please let us know by [opening an issue on GitHub](https://github.com/cachethq/cachet/issues/new).

0 commit comments

Comments
 (0)