|
1 | 1 | const math = require("remark-math");
|
2 | 2 | const katex = require("rehype-katex");
|
3 | 3 | module.exports = {
|
4 |
| - title: "Solana Validator", |
| 4 | + title: "Agave", |
5 | 5 | 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.", |
7 | 7 | url: "https://docs.solanalabs.com",
|
8 | 8 | baseUrl: "/",
|
9 | 9 | 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. |
12 | 12 | onBrokenLinks: "throw",
|
13 | 13 | stylesheets: [
|
14 | 14 | {
|
@@ -50,7 +50,7 @@ module.exports = {
|
50 | 50 | },
|
51 | 51 | navbar: {
|
52 | 52 | logo: {
|
53 |
| - alt: "Solana Logo", |
| 53 | + alt: "Anza Logo", |
54 | 54 | src: "img/logo-horizontal.svg",
|
55 | 55 | srcDark: "img/logo-horizontal-dark.svg",
|
56 | 56 | },
|
@@ -141,7 +141,7 @@ module.exports = {
|
141 | 141 | },
|
142 | 142 | {
|
143 | 143 | label: "GitHub »",
|
144 |
| - href: "https://github.com/solana-labs/solana", |
| 144 | + href: "https://github.com/anza-xyz/agave", |
145 | 145 | },
|
146 | 146 | {
|
147 | 147 | label: "Discord »",
|
@@ -175,7 +175,7 @@ module.exports = {
|
175 | 175 | ],
|
176 | 176 | },
|
177 | 177 | ],
|
178 |
| - copyright: `Copyright © ${new Date().getFullYear()} Solana Labs`, |
| 178 | + copyright: `Copyright © ${new Date().getFullYear()} Anza`, |
179 | 179 | },
|
180 | 180 | },
|
181 | 181 | presets: [
|
|
0 commit comments