Skip to content

Commit a2562a5

Browse files
authored
Update footer links (#643)
1 parent 62f64c0 commit a2562a5

File tree

33 files changed

+100
-172
lines changed

33 files changed

+100
-172
lines changed

docusaurus.config.js

+36-16
Original file line numberDiff line numberDiff line change
@@ -101,41 +101,49 @@ module.exports = {
101101
href: ADGUARD_WEBSITE_URL + '/contacts.html',
102102
},
103103
{
104-
label: 'in_the_press',
105-
href: ADGUARD_WEBSITE_URL + '/press-releases.html',
104+
label: 'blog',
105+
href: ADGUARD_WEBSITE_URL + '/blog/index.html',
106106
},
107107
{
108-
label: 'media_kits',
109-
href: ADGUARD_WEBSITE_URL + '/media-materials.html',
108+
label: 'discuss',
109+
href: ADGUARD_WEBSITE_URL + '/discuss.html',
110110
},
111111
{
112-
label: 'awards',
113-
href: ADGUARD_WEBSITE_URL + '/awards.html',
112+
label: 'support_adguard',
113+
href: ADGUARD_WEBSITE_URL + '/support-adguard.html',
114114
},
115115
],
116116
},
117117
{
118118
title: 'products',
119119
items: [
120120
{
121-
label: 'adguard_for_windows',
121+
label: 'for_windows',
122122
href: ADGUARD_WEBSITE_URL + '/adguard-windows/overview.html',
123123
},
124124
{
125-
label: 'adguard_for_android',
125+
label: 'for_mac',
126+
href: ADGUARD_WEBSITE_URL + '/adguard-mac/overview.html',
127+
},
128+
{
129+
label: 'for_android',
126130
href: ADGUARD_WEBSITE_URL + '/adguard-android/overview.html',
127131
},
128132
{
129-
label: 'adguard_for_mac',
130-
href: ADGUARD_WEBSITE_URL + '/adguard-mac/overview.html',
133+
label: 'for_android_tv',
134+
href: ADGUARD_WEBSITE_URL + '/adguard-android-tv/overview.html',
131135
},
132136
{
133-
label: 'adguard_for_ios',
137+
label: 'for_ios',
134138
href: ADGUARD_WEBSITE_URL + '/adguard-ios/overview.html',
135139
},
136140
{
137-
label: 'adguard_for_ios_pro',
138-
href: ADGUARD_WEBSITE_URL + '/adguard-ios-pro/overview.html',
141+
label: 'for_browsers',
142+
href: ADGUARD_WEBSITE_URL + '/adguard-browser-extension/overview.html',
143+
},
144+
{
145+
label: 'version_history',
146+
href: ADGUARD_WEBSITE_URL + '/versions.html',
139147
},
140148
],
141149
},
@@ -162,6 +170,18 @@ module.exports = {
162170
label: 'userscripts',
163171
to: '/general/extensions',
164172
},
173+
{
174+
label: 'faq',
175+
href: ADGUARD_WEBSITE_URL + '/support/faq.html',
176+
},
177+
{
178+
label: 'status',
179+
href: 'https://status.adguard.com/',
180+
},
181+
{
182+
label: 'diagnostics',
183+
href: ADGUARD_WEBSITE_URL + '/test.html',
184+
},
165185
],
166186
},
167187
{
@@ -184,13 +204,13 @@ module.exports = {
184204
href: ADGUARD_WEBSITE_URL + '/get-adguard-for-free.html',
185205
},
186206
{
187-
label: 'contribute_to_adguard',
188-
href: ADGUARD_WEBSITE_URL + '/contribute.html',
207+
label: 'distribution',
208+
href: ADGUARD_WEBSITE_URL + '/partners.html',
189209
},
190210
],
191211
},
192212
],
193-
copyright: AdGuard, 2009–${new Date().getFullYear()}`,
213+
copyright: `© 2009–${new Date().getFullYear()} Adguard Software Ltd.`,
194214
},
195215
prism: {
196216
theme: lightCodeTheme,

i18n/be/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/bn/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/cs/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Přispět na AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/da/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/de/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Zu AdGuard beitragen",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/en/docusaurus-theme-classic/footer.json

+56-36
Original file line numberDiff line numberDiff line change
@@ -23,38 +23,6 @@
2323
"message": "About",
2424
"description": "The label of footer link with label=about linking to https://adguard.com/contacts.html"
2525
},
26-
"link.item.label.in_the_press": {
27-
"message": "In the press",
28-
"description": "The label of footer link with label=in_the_press linking to https://adguard.com/press-releases.html"
29-
},
30-
"link.item.label.media_kits": {
31-
"message": "Media kits",
32-
"description": "The label of footer link with label=media_kits linking to https://adguard.com/media-materials.html"
33-
},
34-
"link.item.label.awards": {
35-
"message": "Awards",
36-
"description": "The label of footer link with label=awards linking to https://adguard.com/awards.html"
37-
},
38-
"link.item.label.adguard_for_windows": {
39-
"message": "AdGuard for Windows",
40-
"description": "The label of footer link with label=adguard_for_windows linking to https://adguard.com/adguard-windows/overview.html"
41-
},
42-
"link.item.label.adguard_for_android": {
43-
"message": "AdGuard for Android",
44-
"description": "The label of footer link with label=adguard_for_android linking to https://adguard.com/adguard-android/overview.html"
45-
},
46-
"link.item.label.adguard_for_mac": {
47-
"message": "AdGuard for Mac",
48-
"description": "The label of footer link with label=adguard_for_mac linking to https://adguard.com/adguard-mac/overview.html"
49-
},
50-
"link.item.label.adguard_for_ios": {
51-
"message": "AdGuard for iOS",
52-
"description": "The label of footer link with label=adguard_for_ios linking to https://adguard.com/adguard-ios/overview.html"
53-
},
54-
"link.item.label.adguard_for_ios_pro": {
55-
"message": "AdGuard for iOS Pro",
56-
"description": "The label of footer link with label=adguard_for_ios_pro linking to https://adguard.com/adguard-ios-pro/overview.html"
57-
},
5826
"link.item.label.support_center": {
5927
"message": "Support Center",
6028
"description": "The label of footer link with label=support_center linking to https://adguard.com/support.html"
@@ -91,12 +59,64 @@
9159
"message": "Get Free License",
9260
"description": "The label of footer link with label=get_free_license linking to https://adguard.com/get-adguard-for-free.html"
9361
},
94-
"link.item.label.contribute_to_adguard": {
95-
"message": "Contribute to AdGuard",
96-
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
62+
"link.item.label.blog": {
63+
"message": "Blog",
64+
"description": "The label of footer link with label=blog linking to https://adguard.com/blog/index.html"
65+
},
66+
"link.item.label.discuss": {
67+
"message": "Discuss",
68+
"description": "The label of footer link with label=discuss linking to https://adguard.com/discuss.html"
69+
},
70+
"link.item.label.support_adguard": {
71+
"message": "Support AdGuard",
72+
"description": "The label of footer link with label=support_adguard linking to https://adguard.com/support-adguard.html"
73+
},
74+
"link.item.label.for_windows": {
75+
"message": "For Windows",
76+
"description": "The label of footer link with label=for_windows linking to https://adguard.com/adguard-windows/overview.html"
77+
},
78+
"link.item.label.for_mac": {
79+
"message": "For Mac",
80+
"description": "The label of footer link with label=for_mac linking to https://adguard.com/adguard-mac/overview.html"
81+
},
82+
"link.item.label.for_android": {
83+
"message": "For Android",
84+
"description": "The label of footer link with label=for_android linking to https://adguard.com/adguard-android/overview.html"
85+
},
86+
"link.item.label.for_android_tv": {
87+
"message": "For Android TV",
88+
"description": "The label of footer link with label=for_android_tv linking to https://adguard.com/adguard-android-tv/overview.html"
89+
},
90+
"link.item.label.for_ios": {
91+
"message": "For iOS",
92+
"description": "The label of footer link with label=for_ios linking to https://adguard.com/adguard-ios/overview.html"
93+
},
94+
"link.item.label.for_browsers": {
95+
"message": "For browsers",
96+
"description": "The label of footer link with label=for_browsers linking to https://adguard.com/adguard-browser-extension/overview.html"
97+
},
98+
"link.item.label.version_history": {
99+
"message": "Version history",
100+
"description": "The label of footer link with label=version_history linking to https://adguard.com/versions.html"
101+
},
102+
"link.item.label.faq": {
103+
"message": "FAQ",
104+
"description": "The label of footer link with label=faq linking to https://adguard.com/support/faq.html"
105+
},
106+
"link.item.label.status": {
107+
"message": "AdGuard status",
108+
"description": "The label of footer link with label=status linking to https://status.adguard.com/"
109+
},
110+
"link.item.label.diagnostics": {
111+
"message": "AdGuard diagnostics",
112+
"description": "The label of footer link with label=diagnostics linking to https://adguard.com/test.html"
113+
},
114+
"link.item.label.distribution": {
115+
"message": "Distribution",
116+
"description": "The label of footer link with label=distribution linking to https://adguard.com/partners.html"
97117
},
98118
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
119+
"message": "© 2009–2025 Adguard Software Ltd.",
100120
"description": "The footer copyright"
101121
}
102122
}

i18n/es/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribuir con AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/fa/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/fi/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/fr/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribuer à AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/hr/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/hu/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/it/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribuisci ad AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/ja/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "AdGuardに貢献する",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/ko/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/nl/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/no/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/pl/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/pt-BR/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribua com o AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

i18n/pt/docusaurus-theme-classic/footer.json

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@
9494
"link.item.label.contribute_to_adguard": {
9595
"message": "Contribute to AdGuard",
9696
"description": "The label of footer link with label=contribute_to_adguard linking to https://adguard.com/contribute.html"
97-
},
98-
"copyright": {
99-
"message": "© AdGuard, 2009–2023",
100-
"description": "The footer copyright"
10197
}
10298
}

0 commit comments

Comments
 (0)