Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 882631c

Browse files
author
Santiago Trujillo Zuluaga
authored
added metadata, image and edited tagline (#6724)
1 parent a3fe342 commit 882631c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/docusaurus.config.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const packages = [
4242
/** @type {import('@docusaurus/types').Config} */
4343
const config = {
4444
title: 'web3.js',
45-
tagline: 'The ultimate JavaScript library for Ethereum',
45+
tagline: 'Powerful TypeScript libraries for Ethereum interaction and utility functions',
4646
url: 'https://docs.web3js.org',
4747
baseUrl: '/',
4848
onBrokenLinks: 'throw',
@@ -179,6 +179,20 @@ const config = {
179179
*/
180180
playgroundPosition: 'bottom',
181181
},
182+
image:"https://pbs.twimg.com/profile_images/1746099108937363456/duG_Pqem_400x400.jpg",
183+
metadata: [
184+
{ name: 'keywords', content: 'web3.js, web3, web3js, ethereum, ethereum json rpc, blockchain development, smart contracts, dapps, dApp development' },
185+
{ name: 'description', content: 'Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.' },
186+
{ name: 'og:title', content: 'Web3.js Documentation' },
187+
{ name: 'og:description', content: 'Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.' },
188+
{ name: 'og:type', content: 'website' },
189+
{ name: 'og:url', content: 'https://docs.web3js.org' },
190+
{ name: 'og:image', content: 'https://pbs.twimg.com/profile_images/1746099108937363456/duG_Pqem_400x400.jpg' },
191+
{ name: 'twitter:card', content: 'summary_large_image' },
192+
{ name: 'twitter:title', content: 'Web3.js Documentation' },
193+
{ name: 'twitter:description', content: 'Official documentation for web3.js, the Type/JavaScript library for interacting with the Ethereum blockchain.' },
194+
{ name: 'twitter:image', content: 'https://pbs.twimg.com/profile_images/1746099108937363456/duG_Pqem_400x400.jpg' },
195+
],
182196
}),
183197
};
184198

0 commit comments

Comments
 (0)