Skip to content

Commit

Permalink
Update docs with Anza logo (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey authored Dec 2, 2024
1 parent dee4acc commit dbbe367
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 27 deletions.
14 changes: 7 additions & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const math = require("remark-math");
const katex = require("rehype-katex");
module.exports = {
title: "Solana Validator",
title: "Agave",
tagline:
"Solana is an open source project implementing a new, high-performance, permissionless blockchain.",
"Agave is an open source project implementing a new, high-performance, permissionless blockchain.",
url: "https://docs.solanalabs.com",
baseUrl: "/",
favicon: "img/favicon.ico",
organizationName: "solana-labs", // Usually your GitHub org/user name.
projectName: "solana", // Usually your repo name.
organizationName: "anza-xyz", // Usually your GitHub org/user name.
projectName: "agave", // Usually your repo name.
onBrokenLinks: "throw",
stylesheets: [
{
Expand Down Expand Up @@ -50,7 +50,7 @@ module.exports = {
},
navbar: {
logo: {
alt: "Solana Logo",
alt: "Anza Logo",
src: "img/logo-horizontal.svg",
srcDark: "img/logo-horizontal-dark.svg",
},
Expand Down Expand Up @@ -141,7 +141,7 @@ module.exports = {
},
{
label: "GitHub »",
href: "https://github.com/solana-labs/solana",
href: "https://github.com/anza-xyz/agave",
},
{
label: "Discord »",
Expand Down Expand Up @@ -175,7 +175,7 @@ module.exports = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Solana Labs`,
copyright: `Copyright © ${new Date().getFullYear()} Anza`,
},
},
presets: [
Expand Down
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
17 changes: 7 additions & 10 deletions docs/static/img/logo-horizontal-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 7 additions & 10 deletions docs/static/img/logo-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dbbe367

Please sign in to comment.