Skip to content

Commit

Permalink
docs: refactor landing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjdominguez authored and hasura-bot committed Dec 19, 2023
1 parent 7f1f060 commit 1904965
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,24 @@ import Testing from '@site/static/icons/features/testing.svg';
<div className="sub-heading">
<div className="front-matter">
<p>
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{' '}
<Link to="https://github.com/hasura/graphql-engine" target="_blank">
<b>open-source Hasura GraphQL Engine</b>
</Link>{' '}
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{' '}
<Link to="https://hub.docker.com/r/hasura/graphql-engine-base/tags" target="_blank">
Community Edition Docker image
</Link>{' '}
which includes all the core features of GraphQL Engine.
<br />
<br />
<Link to="https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=hasura-cloud&tech=default" target="_blank">
<b>Hasura Cloud</b>
</Link> 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.
<br />
<br />
<VersionedLink to="/enterprise/overview">
Expand Down
7 changes: 7 additions & 0 deletions docs/src/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -12,6 +15,10 @@ $header-delay: 0.05s;
no-repeat;
}

&::after {
content: '30.5k ⭐';
}

&:hover {
opacity: 0.8;
}
Expand Down

0 comments on commit 1904965

Please sign in to comment.