From 19049651724aeaa77ce7ea10480a80fe86afcd6c Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Tue, 19 Dec 2023 11:38:41 -0600 Subject: [PATCH] docs: refactor landing [DOCS-1670]: https://hasurahq.atlassian.net/browse/DOCS-1670?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10571 GitOrigin-RevId: 5d4975fc51658625330fd4d302eef2a343c00165 --- docs/docs/index.mdx | 18 +++++++++++++----- docs/src/css/header.scss | 7 +++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index 573e74f460c..e71a00153e8 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -35,16 +35,24 @@ import Testing from '@site/static/icons/features/testing.svg';

- The Hasura GraphQL Engine makes your data instantly accessible over a GraphQL API, so you can build and ship - modern, performant apps and APIs 10x faster. Hasura connects to your databases, REST and GraphQL endpoints, and - third party APIs to provide a unified, connected, real-time, secured GraphQL API for all of your data. + The{' '} + + open-source Hasura GraphQL Engine + {' '} + makes your data instantly accessible over a GraphQL API, so you can build and ship modern, performant apps and + APIs 10x faster. Hasura connects to your databases, REST and GraphQL endpoints, and third party APIs to provide + a unified, connected, real-time, secured GraphQL API for all of your data. You can deploy Hasura manually using + our{' '} + + Community Edition Docker image + {' '} + which includes all the core features of GraphQL Engine.

Hasura Cloud empowers you to create highly optimized, managed and massively scalable Hasura instances in seconds and includes - extra reliability, monitoring, caching, tracing, security and deployment features. You can also deploy Hasura manually - using our Community Edition Docker image which includes all the core features of GraphQL Engine. + extra reliability, monitoring, caching, tracing, security and deployment features.

diff --git a/docs/src/css/header.scss b/docs/src/css/header.scss index aa2482915c4..fcc0b9c68ae 100644 --- a/docs/src/css/header.scss +++ b/docs/src/css/header.scss @@ -3,6 +3,9 @@ $header-delay: 0.05s; /* Docusaurus Specific Styles */ .header-github-link { + display: flex; + gap: 8px; + align-items: center; &::before { content: ''; width: 24px; @@ -12,6 +15,10 @@ $header-delay: 0.05s; no-repeat; } + &::after { + content: '30.5k ⭐'; + } + &:hover { opacity: 0.8; }