You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: v3.x/configuration/cachet.mdx
+2-4
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,7 @@ When the number of down components exceeds the specified threshold, the status p
43
43
44
44
## Automatically Refresh Page
45
45
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.
48
47
49
48
The provided number will be the number of seconds between each refresh.
50
49
@@ -79,5 +78,4 @@ page. When enabled, the status page will only display days with incidents. By de
79
78
80
79
### Show Dashboard Link
81
80
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.
Copy file name to clipboardexpand all lines: v3.x/configuration/customization.mdx
+4-6
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ icon: 'palette'
5
5
---
6
6
7
7
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.
9
9
10
10
## Custom Header HTML
11
11
@@ -30,18 +30,16 @@ your status page, you can use the following script:
30
30
31
31
## Custom Footer HTML
32
32
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.
35
34
36
35
HTML or scripts placed in this section will be added to the end of the `<body>` of your status page.
37
36
38
37
## Custom CSS
39
38
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.
42
40
43
41
CSS placed in this section is appended to Cachet's custom styles.
44
42
45
43
<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.
Copy file name to clipboardexpand all lines: v3.x/guide/components.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ icon: 'traffic-light'
7
7
In Cachet, a component represents any part of your system that can fail. Components are displayed on your status page
8
8
and can be grouped together to form component groups.
9
9
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
11
11
represents your database service.
12
12
13
13
You can manage your components by navigating to the "Components" page in the dashboard.
@@ -22,7 +22,7 @@ A component has the following properties:
22
22
23
23
### Managing Components from the Dashboard
24
24
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.
Copy file name to clipboardexpand all lines: v3.x/introduction.mdx
+5-7
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,21 @@ description: 'Cachet is a beautiful and powerful open source status page system.
18
18
19
19
## Overview
20
20
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.
22
22
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.
26
25
27
26
<Framecaption="Screenshot of Cachet v3.x">
28
27
<imgclassName="block dark:hidden"src="/v3.x/images/screenshot-light.png"alt="Cachet in light mode" />
29
28
<imgclassName="hidden dark:block"src="/v3.x/images/screenshot-dark.png"alt="Cachet in dark mode" />
30
29
</Frame>
31
30
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.
34
32
35
33
## Cachet v3.x Status
36
34
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.
38
36
39
37
We're working hard to bring you the best possible experience with Cachet v3.x.
40
38
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