Skip to content

Commit b1af437

Browse files
committed
fix(tags): improve descriptions and taglines
1 parent 6baa936 commit b1af437

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

docs/1-intro.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ sidebar_position: 1
33
slug: /
44
title: Flare Developer Hub ☀️
55
sidebar_label: Home
6-
description: Build on Flare, the EVM Layer 1 engineered for a data-rich, interconnected future
6+
description: Official documentation for Flare.
77
keywords:
88
[
99
flare-network,
10+
flare-docs,
11+
flare-documentation,
1012
blockchain,
1113
evm-compatible,
1214
solidity,
@@ -21,8 +23,6 @@ keywords:
2123
fassets,
2224
defi,
2325
ai,
24-
identity,
25-
tradfi,
2626
oracle,
2727
]
2828
---
@@ -31,7 +31,9 @@ import ThemedImage from "@theme/ThemedImage";
3131
import useBaseUrl from "@docusaurus/useBaseUrl";
3232
import DocCard from "@theme/DocCard";
3333

34-
Build once and run everywhere on Flare - the interoperable EVM L1 with enshrined data, fast finality, robust SDKs, and soon, verifiable compute with TEEs - all engineered for a data-rich, interconnected future.
34+
Start building on Flare, the interoperable EVM L1 engineered for a data-rich, interconnected future.
35+
Flare Developer Hub is your central resource, containing the tutorials, SDKs, and API documentation you need to succeed.
36+
Dive in to Flare's enshrined data, fast finality, and soon, verifiable compute with TEEs.
3537

3638
## Getting Started
3739

docs/fassets/1-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: FAssets
33
description: FAssets is a trustless over-collateralized bridge to non smart contract networks to Flare.
4-
keywords: [fassets, xrp, bitcoin, dogecoin, flare-network]
4+
keywords: [fassets, flare-fassets, xrp, bitcoin, dogecoin, flare-network]
55
---
66

77
import ThemedImage from "@theme/ThemedImage";

docs/fdc/1-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: FDC
55
authors: [lukaavbreht, filipkoprivec]
66
description: The Flare Data Connector (FDC) enables secure, onchain attestation of external data.
77
tags: [intermediate, ethereum, fdc]
8-
keywords: [ethereum, flare-data-connector, evm, flare-network]
8+
keywords: [flare-fdc, ethereum, flare-data-connector, evm, flare-network]
99
unlisted: false
1010
---
1111

docs/ftso/0-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
slug: overview
33
title: FTSOv2
44
description: FTSOv2 is an enshrined oracle that provides decentralized data feeds to the Flare network.
5-
keywords: [ftso, oracle, flare-time-series-oracle, flare-network]
5+
keywords: [ftso, flare-ftso, oracle, flare-time-series-oracle, flare-network]
66
---
77

88
import ThemedImage from "@theme/ThemedImage";

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import rehypeKatex from "rehype-katex";
66

77
const config: Config = {
88
title: "Flare Developer Hub",
9-
tagline: "The decentralized origin for Flare builders.",
9+
tagline: "Official documentation for Flare.",
1010
favicon: "/img/favicon.ico",
1111

1212
// Set the production url of your site here

0 commit comments

Comments
 (0)