Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak site text #24

Merged
merged 1 commit into from
Nov 4, 2024
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 config/site/src/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ x_url: https://x.com/elasticgraph
x_username: "@ElasticGraph"
support_email: [email protected]
tagline: Schema-driven, scalable, cloud-native, batteries-included GraphQL with superpowers.
description: ElasticGraph is an open-source framework for indexing, searching, and aggregating data powered by GraphQL and OpenSearch.
description: ElasticGraph is an open-source framework for indexing, searching, and aggregating data powered by GraphQL and Elasticsearch / OpenSearch.

# Reusable CSS styling for the site, available via the `site.style` variable, ex: `{{ site.style.body }}`
style:
Expand Down
6 changes: 3 additions & 3 deletions config/site/src/_includes/success_stories.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h4 class="text-xl font-bold mb-4">Ingestion</h4>
200k/s
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
documents/s ingested
documents ingested
</p>
</div>
<!-- GraphQL API Latency Card -->
Expand All @@ -59,10 +59,10 @@ <h4 class="text-xl font-bold mb-4">Query</h4>
p99.99 latency
</p>
<p class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
500 QPS
> 500 QPS
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
queries/s
throughput
</p>
</div>
<!-- Dataset Card -->
Expand Down
2 changes: 1 addition & 1 deletion config/site/src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: ElasticGraph - Open-source GraphQL & OpenSearch framework
title: ElasticGraph - Open-source GraphQL and Elasticsearch / OpenSearch framework
---

<!-- Main Content -->
Expand Down