Skip to content
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
2 changes: 1 addition & 1 deletion docs/HyperIndex/Advanced/config-schema-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: config-schema-reference
title: Configuration Schema Reference
sidebar_label: Config Schema Reference
slug: /config-schema-reference
description: Explore the `config.yaml` schema.
description: Detailed reference for every field and option in the Envio `config.yaml` configuration file used to configure HyperIndex indexers.
---

Static, deep-linkable reference for the `config.yaml` Schema.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home() {
return (
<Layout
title={`${siteConfig.title} - Documentation`}
description="The fastest most flexible way to get on-chain data."
description="Envio documentation for HyperIndex, HyperSync, and HyperRPC—learn how to build, deploy, and scale fast blockchain indexers and data APIs."
>
<main className={styles.main}>
<div className={styles.container}>
Expand Down