mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: add refs for ee overview sections
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9810 GitOrigin-RevId: 7a0b6ebe855b176edf69412de4bad35dc31e0cba
This commit is contained in:
parent
70ab0ec85b
commit
8472732104
@ -59,7 +59,7 @@ import Enterprise from '@site/static/icons/features/enterprise.svg';
|
||||
|
||||
<p>Hasura Enterprise Edition capabilities include all the features of the Hasura Open Source Community Edition plus:</p>
|
||||
<div className="overview-gallery">
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }}>Databases</h2>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }} id="databases">Databases</h2>
|
||||
<VersionedLink to="/databases/snowflake/index/">
|
||||
<div className="card">
|
||||
<h3>Snowflake</h3>
|
||||
@ -96,7 +96,7 @@ import Enterprise from '@site/static/icons/features/enterprise.svg';
|
||||
<p>Learn how to connect Hasura to MongoDB using Hasura Enterprise Edition.</p>
|
||||
</div>
|
||||
</VersionedLink>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }}>Performance</h2>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }} id="performance">Performance</h2>
|
||||
<VersionedLink to="/caching/enterprise-caching/">
|
||||
<div className="card">
|
||||
<h3>Caching</h3>
|
||||
@ -117,7 +117,7 @@ import Enterprise from '@site/static/icons/features/enterprise.svg';
|
||||
<p>Authentication webhook session variables can be cached to improve the performance of a request with Hasura Enterprise Edition.</p>
|
||||
</div>
|
||||
</VersionedLink>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }}>Security</h2>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }} id="security">Security</h2>
|
||||
<VersionedLink to="/security/api-limits/">
|
||||
<div className="card">
|
||||
<h3>API Limiting</h3>
|
||||
@ -149,14 +149,14 @@ import Enterprise from '@site/static/icons/features/enterprise.svg';
|
||||
<p>Configure multiple JWT secrets in Hasura Enterprise Edition to support multiple authentication providers.</p>
|
||||
</div>
|
||||
</VersionedLink>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }}>Event Triggers</h2>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }} id="event-triggers">Event Triggers</h2>
|
||||
<VersionedLink to="/event-triggers/clean-up/auto-cleanup/">
|
||||
<div className="card">
|
||||
<h3>Auto Cleanup of Event Triggers</h3>
|
||||
<p>Learn how to configure auto cleanup of Event Triggers in Hasura Enterprise Edition to keep your logs clean.</p>
|
||||
</div>
|
||||
</VersionedLink>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }}>Observability</h2>
|
||||
<h2 style={{ gridColumn: `1 / -1`, marginTop: `1.2rem`, marginBottom: `.3rem`, justifySelf: `start`, fontSize: `1.8rem` }} id="observability">Observability</h2>
|
||||
<VersionedLink to="/deployment/logging/">
|
||||
<div className="card">
|
||||
<h3>Logs</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user