Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Update website title #49

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'EigenLayer AVS specification',
title: 'EigenLayer AVS Node specification',
tagline: '',
favicon: 'img/favicon.ico',

Expand Down Expand Up @@ -75,7 +75,7 @@ const config = {
},
},
navbar: {
title: 'EigenLayer AVS specification',
title: 'EigenLayer AVS Node specification',
logo: {
alt: 'EigenLayer Logo',
src: 'img/eigenlayer.png',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title}`}
description="This document specifies the packaging, installation, updating, and monitoring of Eigen Layer nodes.">
<HomepageHeader />
<main>
Expand Down