Skip to content

Commit 24e79a6

Browse files
authored
[WIP] Change website name to AdGuard Tools and Utilities (#203)
1 parent d95e0af commit 24e79a6

9 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/website/gatsby-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
module.exports = {
66
siteMetadata: {
7-
title: `Ad-Blocking Toolkit`,
7+
title: `AdGuard Tools and Utilities`,
88
description: `A comprehensive multi-language toolkit for ad-blocking, network protection, and AdGuard DNS management`,
99
author: `Ad-Blocking Contributors`,
1010
siteUrl: `https://jaypatrick.github.io/ad-blocking`,
@@ -38,8 +38,8 @@ module.exports = {
3838
{
3939
resolve: `gatsby-plugin-manifest`,
4040
options: {
41-
name: `Ad-Blocking Toolkit`,
42-
short_name: `Ad-Blocking`,
41+
name: `AdGuard Tools and Utilities`,
42+
short_name: `AdGuard Tools`,
4343
start_url: `/`,
4444
background_color: `#663399`,
4545
theme_color: `#663399`,

src/website/src/components/Layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Layout = ({ children, pageTitle }) => {
3333
<div className="container header-content">
3434
<h1>
3535
<Link to="/" style={{ color: "white", textDecoration: "none" }}>
36-
🔒 Ad-Blocking Toolkit
36+
🔒 AdGuard Tools and Utilities
3737
</Link>
3838
</h1>
3939
<div className="header-actions">
@@ -75,7 +75,7 @@ const Layout = ({ children, pageTitle }) => {
7575
<footer>
7676
<div className="container">
7777
<p>
78-
Ad-Blocking Toolkit - Licensed under{" "}
78+
AdGuard Tools and Utilities - Licensed under{" "}
7979
<a href="https://github.com/jaypatrick/ad-blocking/blob/main/LICENSE">
8080
GPL-3.0
8181
</a>

src/website/src/pages/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ export const query = graphql`
4545

4646
export default ApiPage
4747

48-
export const Head = () => <title>API Reference - Ad-Blocking Toolkit</title>
48+
export const Head = () => <title>API Reference - AdGuard Tools and Utilities</title>

src/website/src/pages/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const DocsPage = ({ data }) => {
3535
<Layout pageTitle="Documentation">
3636
<p style={{ fontSize: "1.1rem", marginBottom: "2rem" }}>
3737
Explore comprehensive documentation for all components of the
38-
Ad-Blocking Toolkit.
38+
AdGuard Tools and Utilities.
3939
</p>
4040

4141
<section style={{ marginBottom: "3rem" }}>
@@ -112,4 +112,4 @@ export const query = graphql`
112112

113113
export default DocsPage
114114

115-
export const Head = () => <title>Documentation - Ad-Blocking Toolkit</title>
115+
export const Head = () => <title>Documentation - AdGuard Tools and Utilities</title>

src/website/src/pages/getting-started.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const GettingStartedPage = () => {
77
<Layout pageTitle="Getting Started">
88
<p style={{ fontSize: "1.1rem", marginBottom: "2rem" }}>
99
Welcome! This guide will help you get up and running with the
10-
Ad-Blocking Toolkit in just a few minutes.
10+
AdGuard Tools and Utilities in just a few minutes.
1111
</p>
1212

1313
<section>
@@ -192,4 +192,4 @@ const GettingStartedPage = () => {
192192

193193
export default GettingStartedPage
194194

195-
export const Head = () => <title>Getting Started - Ad-Blocking Toolkit</title>
195+
export const Head = () => <title>Getting Started - AdGuard Tools and Utilities</title>

src/website/src/pages/guides.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const GuidesPage = ({ data }) => {
66
return (
77
<Layout pageTitle="User Guides">
88
<p style={{ fontSize: "1.1rem", marginBottom: "2rem" }}>
9-
Step-by-step guides to help you get the most out of the Ad-Blocking
10-
Toolkit.
9+
Step-by-step guides to help you get the most out of the AdGuard Tools
10+
and Utilities.
1111
</p>
1212

1313
<ul className="doc-list">
@@ -46,4 +46,4 @@ export const query = graphql`
4646

4747
export default GuidesPage
4848

49-
export const Head = () => <title>Guides - Ad-Blocking Toolkit</title>
49+
export const Head = () => <title>Guides - AdGuard Tools and Utilities</title>

src/website/src/pages/improvements.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ const ImprovementsPage = ({ data }) => {
4545
return (
4646
<Layout pageTitle="Recent Improvements">
4747
<p style={{ fontSize: "1.1rem", marginBottom: "2rem" }}>
48-
Discover the latest enhancements and features added to the Ad-Blocking
49-
Toolkit over the past few weeks.
48+
Discover the latest enhancements and features added to the AdGuard
49+
Tools and Utilities over the past few weeks.
5050
</p>
5151

5252
<div className="features">
@@ -104,5 +104,5 @@ export const query = graphql`
104104
export default ImprovementsPage
105105

106106
export const Head = () => (
107-
<title>Recent Improvements - Ad-Blocking Toolkit</title>
107+
<title>Recent Improvements - AdGuard Tools and Utilities</title>
108108
)

src/website/src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ const IndexPage = () => {
66
return (
77
<Layout>
88
<div className="hero">
9-
<h1>Ad-Blocking Toolkit</h1>
9+
<h1>AdGuard Tools and Utilities</h1>
1010
<p>
1111
A comprehensive multi-language toolkit for ad-blocking, network
1212
protection, and AdGuard DNS management
1313
</p>
1414
</div>
1515

1616
<section>
17-
<h2>What is the Ad-Blocking Toolkit?</h2>
17+
<h2>What is AdGuard Tools and Utilities?</h2>
1818
<p style={{ fontSize: "1.1rem", marginBottom: "2rem" }}>
1919
This toolkit helps you protect your network from ads, trackers, and
2020
malware. It works with IoT devices, smart TVs, and any device on your
@@ -124,4 +124,4 @@ const IndexPage = () => {
124124

125125
export default IndexPage
126126

127-
export const Head = () => <title>Ad-Blocking Toolkit</title>
127+
export const Head = () => <title>AdGuard Tools and Utilities</title>

src/website/src/templates/doc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const query = graphql`
3535

3636
export const Head = ({ data }) => {
3737
const title = data.markdownRemark.frontmatter.title || "Documentation"
38-
return <title>{title} - Ad-Blocking Toolkit</title>
38+
return <title>{title} - AdGuard Tools and Utilities</title>
3939
}
4040

4141
export default DocTemplate

0 commit comments

Comments
 (0)