Skip to content

Commit a6c2a78

Browse files
v2.1: Update docs with Anza logo (backport of #3851) (#3869)
Update docs with Anza logo (#3851) (cherry picked from commit dbbe367) Co-authored-by: Will Hickey <[email protected]>
1 parent ea019b8 commit a6c2a78

File tree

4 files changed

+21
-27
lines changed

4 files changed

+21
-27
lines changed

docs/docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
const math = require("remark-math");
22
const katex = require("rehype-katex");
33
module.exports = {
4-
title: "Solana Validator",
4+
title: "Agave",
55
tagline:
6-
"Solana is an open source project implementing a new, high-performance, permissionless blockchain.",
6+
"Agave is an open source project implementing a new, high-performance, permissionless blockchain.",
77
url: "https://docs.solanalabs.com",
88
baseUrl: "/",
99
favicon: "img/favicon.ico",
10-
organizationName: "solana-labs", // Usually your GitHub org/user name.
11-
projectName: "solana", // Usually your repo name.
10+
organizationName: "anza-xyz", // Usually your GitHub org/user name.
11+
projectName: "agave", // Usually your repo name.
1212
onBrokenLinks: "throw",
1313
stylesheets: [
1414
{
@@ -50,7 +50,7 @@ module.exports = {
5050
},
5151
navbar: {
5252
logo: {
53-
alt: "Solana Logo",
53+
alt: "Anza Logo",
5454
src: "img/logo-horizontal.svg",
5555
srcDark: "img/logo-horizontal-dark.svg",
5656
},
@@ -141,7 +141,7 @@ module.exports = {
141141
},
142142
{
143143
label: "GitHub »",
144-
href: "https://github.com/solana-labs/solana",
144+
href: "https://github.com/anza-xyz/agave",
145145
},
146146
{
147147
label: "Discord »",
@@ -175,7 +175,7 @@ module.exports = {
175175
],
176176
},
177177
],
178-
copyright: `Copyright © ${new Date().getFullYear()} Solana Labs`,
178+
copyright: `Copyright © ${new Date().getFullYear()} Anza`,
179179
},
180180
},
181181
presets: [

docs/static/img/favicon.ico

-320 Bytes
Binary file not shown.
Lines changed: 7 additions & 10 deletions
Loading

docs/static/img/logo-horizontal.svg

Lines changed: 7 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)