mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
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
This commit is contained in:
parent
7f1f0606ed
commit
1904965172
@ -35,16 +35,24 @@ import Testing from '@site/static/icons/features/testing.svg';
|
|||||||
<div className="sub-heading">
|
<div className="sub-heading">
|
||||||
<div className="front-matter">
|
<div className="front-matter">
|
||||||
<p>
|
<p>
|
||||||
The Hasura GraphQL Engine makes your data instantly accessible over a GraphQL API, so you can build and ship
|
The{' '}
|
||||||
modern, performant apps and APIs 10x faster. Hasura connects to your databases, REST and GraphQL endpoints, and
|
<Link to="https://github.com/hasura/graphql-engine" target="_blank">
|
||||||
third party APIs to provide a unified, connected, real-time, secured GraphQL API for all of your data.
|
<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 />
|
||||||
<br />
|
<br />
|
||||||
<Link to="https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=hasura-cloud&tech=default" target="_blank">
|
<Link to="https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=hasura-cloud&tech=default" target="_blank">
|
||||||
<b>Hasura Cloud</b>
|
<b>Hasura Cloud</b>
|
||||||
</Link> empowers you to create highly optimized, managed and massively scalable Hasura instances in seconds and includes
|
</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
|
extra reliability, monitoring, caching, tracing, security and deployment features.
|
||||||
using our Community Edition Docker image which includes all the core features of GraphQL Engine.
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<VersionedLink to="/enterprise/overview">
|
<VersionedLink to="/enterprise/overview">
|
||||||
|
@ -3,6 +3,9 @@ $header-delay: 0.05s;
|
|||||||
|
|
||||||
/* Docusaurus Specific Styles */
|
/* Docusaurus Specific Styles */
|
||||||
.header-github-link {
|
.header-github-link {
|
||||||
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
|
align-items: center;
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
width: 24px;
|
width: 24px;
|
||||||
@ -12,6 +15,10 @@ $header-delay: 0.05s;
|
|||||||
no-repeat;
|
no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '30.5k ⭐';
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user