Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change section order on index page #40

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 26 additions & 30 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,34 +62,6 @@ PostgreSQL-compatible, and based on Lucene.
::::



## Reference Architectures

Reference architectures illustrating how CrateDB can be used in a variety of
use-cases.

::::{grid} 1
:padding: 0


:::{grid-item-card} Reference Architectures
:link: reference-architectures
:link-type: ref
:link-alt: Reference Architectures with CrateDB
:padding: 3
:text-align: center
:class-card: sd-pt-3
:class-body: sd-fs-1
:class-title: sd-fs-5

![](https://cratedb.com/hs-fs/hubfs/nativesql.png?width=480&name=nativesql.png)

:::

::::



## Application Domains

Learn how to apply CrateDB's features to optimally cover use-cases in different
Expand Down Expand Up @@ -268,6 +240,30 @@ frameworks.
::::


## Reference Architectures

Reference architectures illustrating how CrateDB can be used in a variety of
use-cases.

::::{grid} 1
:padding: 0


:::{grid-item-card} Reference Architectures
:link: reference-architectures
:link-type: ref
:link-alt: Reference Architectures with CrateDB
:padding: 3
:text-align: center
:class-card: sd-pt-3
:class-body: sd-fs-1
:class-title: sd-fs-5

![](https://cratedb.com/hs-fs/hubfs/nativesql.png?width=480&name=nativesql.png)

:::

::::


```{toctree}
Expand All @@ -276,10 +272,10 @@ frameworks.
install/index
getting-started
admin/index
reference-architectures/index

domain/index
integrate/index

reference-architectures/index
```


Expand Down
Loading