Skip to content

Commit

Permalink
all meta tags updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Sep 19, 2024
1 parent 89c4aae commit 16e659f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 0
import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx";

<head>
<title>How to Build a Revoke.Cash Clone Using Moralis | Moralis Web3 Documentation</title>
<title>How to Build a Revoke.Cash Clone Using Moralis | Moralis API Documentation</title>
</head>

## Watch the Full Video Tutorial
Expand Down
8 changes: 3 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
title: "Moralis Web3 Documentation - Step-by-Step Web3 API Tutorials"
title: "Moralis API Documentation - Step-by-Step Web3 API Tutorials"
slug: "/"
sidebar_position: 1
hide_table_of_contents: true
hide_title: true
description: "Integrate Web3 into any tech stack. Follow Moralis’ documentation for step-by-step guides, tutorials, and API references for our powerful Web3 APIs."
description: "Moralis API Documentation offers Web3 API tutorials for developers. Integrate Web3 into any tech stack with powerful APIs and step-by-step guides."
---

<head>
<title>Moralis Web3 Documentation - Step-by-Step Web3 API Tutorials</title>
<title>Moralis API Documentation - Step-by-Step Web3 API Tutorials</title>
</head>


import SearchBar from "@site/src/theme/SearchBar";

<div id="home">
Expand Down Expand Up @@ -86,7 +85,6 @@ import SearchBar from "@site/src/theme/SearchBar";
</div>
</div>


<div className="container">
<h2>Explore by Chain</h2>
<div className="row">
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dotenv.config();

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Moralis Web3 Documentation",
title: "Moralis API Documentation",
url: "https://docs.moralis.io",
baseUrl: "/",
onBrokenLinks: "throw",
Expand Down Expand Up @@ -132,7 +132,7 @@ const config = {
},
{
name: "og:site_name",
content: "Moralis Web3 Documentation",
content: "Moralis API Documentation",
},
],
docs: {
Expand Down
8 changes: 4 additions & 4 deletions versioned_docs/version-2.0/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Moralis Web3 Documentation - Step-by-Step Web3 API Tutorials"
title: "Moralis API Documentation - Web3 API Tutorials for Developers"
slug: "/"
sidebar_position: 1
hide_table_of_contents: true
Expand All @@ -8,15 +8,15 @@ description: "Integrate Web3 into any tech stack. Follow Moralis’ documentatio
---

<head>
<title>Moralis Web3 Documentation - Step-by-Step Web3 API Tutorials</title>
<title>Moralis API Documentation - Web3 API Tutorials for Developers</title>
</head>

<div className="hero shadow--lw">
<div className="container">
<div className="row">
<div className="col col--6 margin-bottom--xl">
<div className="col-demo">
<h1 className="hero__title">Moralis Web3 Documentation</h1>
<h1 className="hero__title">Moralis API Documentation</h1>
<p className="hero__subtitle">Integrate Web3 into any tech stack by following easy guides, recipes, and API references!</p>
<div>
<a href="/web3-data-api/evm/getting-started/" className="button button--primary button--outline button--lg">
Expand All @@ -27,7 +27,7 @@ description: "Integrate Web3 into any tech stack. Follow Moralis’ documentatio
</div>
<div className="col col--6">
<div className="col-demo">
<img src="/img/content/scaleWebApi3.svg" width="580" height="422" loading="eager" alt="Moralis Web3 Documentation" />
<img src="/img/content/scaleWebApi3.svg" width="580" height="422" loading="eager" alt="Moralis API Documentation" />
</div>
</div>
</div>
Expand Down

0 comments on commit 16e659f

Please sign in to comment.