Skip to content

Commit db7b4c7

Browse files
committed
Features: Move curated element to main "index" page
1 parent a1dd5a5 commit db7b4c7

File tree

3 files changed

+186
-180
lines changed

3 files changed

+186
-180
lines changed

docs/cluster/console.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ not within a single session or transaction. If one query fails, the subsequent
2828
queries will not be executed. Currently, session settings are not persisted
2929
between queries.
3030
:::
31+
32+
:::{note}
33+
Each CrateDB Cloud cluster offers a dedicated {ref}`Admin UI <crate-admin-ui:index>`,
34+
which can be used to explore data, schema metadata, and cluster status
35+
information.
36+
:::

docs/feature/index.md

Lines changed: 0 additions & 179 deletions
This file was deleted.

docs/index.md

Lines changed: 180 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ flexible pricing models across on-demand and flat-rate options.
5252
:titlesonly:
5353
:hidden:
5454

55-
All Features <feature/index>
5655
Quick Start <tutorials/quick-start>
5756
Services <reference/services>
5857
Import <cluster/import>
@@ -71,7 +70,187 @@ Croud CLI <tutorials/deploy/croud>
7170
Reference <reference/index>
7271
:::
7372

73+
74+
(feature)=
75+
(features)=
76+
(all-features)=
77+
:::{rubric} All Features
78+
:::
79+
80+
All features of CrateDB Cloud at a glance.
81+
82+
:::::{grid} 1 3 3 3
83+
:margin: 4 4 0 0
84+
:padding: 0
85+
:gutter: 2
86+
:class-container: compact
87+
88+
::::{grid-item-card} {material-outlined}`power_settings_new;2em` Functional
89+
:class-footer: text-smaller
90+
91+
- [SQL Database][Database Features]
92+
- {ref}`SQL Console <cluster-console>`
93+
- {ref}`cluster-automation`
94+
- {ref}`cluster-import`
95+
- {ref}`cluster-export`
96+
- {ref}`API <organization-api>`
97+
- {ref}`API CLI <cluster-deployment-croud>`
98+
99+
+++
100+
CrateDB Cloud includes enhanced automation and productivity features,
101+
and a wide range of integrations with data ingestion and
102+
visualization tools.
103+
::::
104+
105+
::::{grid-item-card} {material-outlined}`assured_workload;2em` Operational
106+
:class-footer: text-smaller
107+
108+
- {ref}`Management Console <cluster-manage>`
109+
- {ref}`Automatic Backups <cluster-backups>`
110+
111+
- Monitoring
112+
- [Support Plans]
113+
114+
115+
- Effortless Scaling
116+
- Zero Downtime Upgrades
117+
- Flexible Deployment: Full-managed vs. hybrid
118+
- Cost-effectiveness
119+
+++
120+
CrateDB Cloud provides confident scaling of your workloads,
121+
and deployments on your preferred infrastructure provider.
122+
::::
123+
124+
::::{grid-item-card} {material-outlined}`security;2em` Confidence
125+
:class-footer: text-smaller
126+
127+
- [Secure, certified, and compliant]
128+
- Marketplace Coverage:
129+
130+
[AWS][AWS Marketplace], [Azure][Azure Marketplace], [GCP][GCP Marketplace]
131+
+++
132+
CrateDB Cloud ensures secure data management with its encryption and
133+
authentication mechanisms, and its operational certifications.
134+
::::
135+
136+
:::::
137+
138+
139+
140+
:::{rubric} Learn
141+
:::
142+
If you want to start using CrateDB Cloud, or make the most of your
143+
existing subscription, we are maintaining resources and tutorials
144+
to support you correspondingly.
145+
146+
147+
::::{grid} 1 2 2 3
148+
:margin: 4 4 0 0
149+
:padding: 0
150+
:gutter: 2
151+
152+
:::{grid-item-card} {octicon}`tools` Manage
153+
:link: cloud-howtos-index
154+
:link-type: ref
155+
Learn how to manage your cluster.
156+
:::
157+
158+
:::{grid-item-card} {octicon}`codespaces` API
159+
:link: organization-api
160+
:link-type: ref
161+
Programmatic access to services.
162+
:::
163+
164+
:::{grid-item-card} {octicon}`terminal` API CLI
165+
:link: cluster-deployment-croud
166+
:link-type: ref
167+
Use services from the command-line.
168+
:::
169+
170+
:::{grid-item-card} {octicon}`table` SQL Console
171+
:link: cluster-console
172+
:link-type: ref
173+
Explore data and execute SQL queries.
174+
:::
175+
176+
:::{grid-item-card} {octicon}`file-code` Import
177+
:link: cluster-import
178+
:link-type: ref
179+
Import data into your CrateDB Cloud cluster.
180+
:::
181+
182+
:::{grid-item-card} {octicon}`file-code` Export
183+
:link: cluster-export
184+
:link-type: ref
185+
Export data from your CrateDB Cloud cluster.
186+
:::
187+
188+
:::::
189+
190+
191+
Learn about key database drivers and client applications for CrateDB,
192+
such as CrateDB Admin UI, crash, psql, DataGrip, and DBeaver.
193+
Discover how to configure these tools and explore CrateDB's compatibility
194+
with analytics, ETL, BI, and monitoring solutions.
195+
196+
197+
::::{grid} 1 2 2 3
198+
:margin: 4 4 0 0
199+
:gutter: 2
200+
201+
202+
:::{grid-item-card} {material-outlined}`link` Connect
203+
:link: guide:connect
204+
:link-type: ref
205+
206+
How to configure your favorite client library to connect to a CrateDB cluster.
207+
:::
208+
209+
:::{grid-item-card} {material-outlined}`download` Ingest
210+
:link: guide:ingest
211+
:link-type: ref
212+
213+
Learn how to get data into CrateDB in various ways.
214+
:::
215+
216+
:::{grid-item-card} {material-outlined}`sync` Integrate
217+
:link: guide:integrate
218+
:link-type: ref
219+
220+
Learn about all compatible client applications, frameworks, and tools.
221+
:::
222+
223+
::::
224+
225+
74226
[CrateDB]: https://crate.io/product/
75227
[Croud CLI]: https://crate.io/docs/cloud/cli/
76228
[How-To Guides]: https://crate.io/docs/cloud/en/latest/howtos/
77229
[Reference]: https://crate.io/docs/cloud/en/latest/reference/
230+
231+
[Auditing]: https://cratedb.com/product/features/auditing
232+
[AWS Marketplace]: https://aws.amazon.com/marketplace/pp/prodview-l7rqf2xpeaubk
233+
[Azure Marketplace]: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/crate.cratedbcloud?tab=overview
234+
[CCPA]: https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CIV&sectionNum=1798.140.
235+
[Database Features]: https://cratedb.com/docs/guide/feature/
236+
[Encryption]: https://cratedb.com/product/features/data-encryption
237+
[GCP Marketplace]: https://console.cloud.google.com/marketplace/product/cratedb-public/cratedb-gcp
238+
[GDPR]: https://gdpr-info.eu/
239+
[HIPAA]: https://www.cdc.gov/phlp/php/resources/health-insurance-portability-and-accountability-act-of-1996-hipaa.html?CDC_AAref_Val=https://www.cdc.gov/phlp/publications/topic/hipaa.html
240+
[ISO 27001]: https://cratedb.com/blog/cratedb-elevates-its-security-standards-and-achieves-iso-27001-certification
241+
[RBAC]: https://cratedb.com/product/features/authorization
242+
[secure, certified, and compliant]: https://cratedb.com/contact/security
243+
[SOC 2 Type 2]: https://cratedb.com/blog/soc-2-type-2-compliance
244+
[Support Plans]: https://cratedb.com/support/support-plans
245+
246+
247+
<!--
248+
Custom styles.
249+
TODO: Possibly upstream to crate-docs-theme.
250+
-->
251+
<style>
252+
.compact ul {
253+
margin-top: 0;
254+
margin-bottom: 0;
255+
}
256+
</style>

0 commit comments

Comments
 (0)