-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
58 additions
and
51 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,67 @@ | ||
--- | ||
title: Meilisearch Documentation | ||
description: Everything you need to use Meilisearch. | ||
description: Everything you need to use Meilisearch. | ||
--- | ||
|
||
# Documentation | ||
|
||
Learn how to use Meilisearch in your projects by exploring our guides and API reference. | ||
|
||
<Featured items={[ | ||
{ | ||
content: ( | ||
<Featured | ||
items={[ | ||
{ | ||
content: ( | ||
<> | ||
<Heading as="h2" style={{marginBottom: "-10px"}} noAnchor>Getting started with Meilisearch Cloud</Heading> New here? Check out our quick start guide to learn how to set up Meilisearch using our Cloud offering, import data, and make your first search. | ||
<Heading as="h2" style={{ marginBottom: "-10px" }} noAnchor> | ||
Getting started with Meilisearch Cloud | ||
</Heading>{" "} | ||
New here? Check out our quick start guide to learn how to set up | ||
Meilisearch using our Cloud offering, import data, and make your first | ||
search. | ||
</> | ||
), | ||
size: 4, | ||
link: '/docs/learn/getting_started/cloud_quick_start' | ||
}, | ||
{ | ||
content: ( | ||
size: 4, | ||
link: "/docs/learn/getting_started/cloud_quick_start", | ||
}, | ||
{ | ||
content: ( | ||
<> | ||
<Heading as="h2" style={{marginBottom: "-10px"}} noAnchor>Quick start</Heading> Prefer self-hosting? Take a look at our quick start guide and learn how to set up and use Meilisearch locally. | ||
<Heading as="h2" style={{ marginBottom: "-10px" }} noAnchor> | ||
Quick start | ||
</Heading>{" "} | ||
Prefer self-hosting? Take a look at our quick start guide and learn | ||
how to set up and use Meilisearch locally. | ||
</> | ||
), | ||
size: 4, | ||
link: '/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch' | ||
}, | ||
{ | ||
icon: 'custom', | ||
content:'Consult the Meilisearch API reference.', | ||
size: 1, | ||
link: '/docs/reference/api/overview' | ||
}, | ||
{ | ||
content: 'Looking for SDK documentation? Check out this list of official Meilisearch libraries.', | ||
icon: 'cube', | ||
size: 3, | ||
link: '/docs/learn/resources/sdks' | ||
}, | ||
{ | ||
content: 'Announcing Meilisearch Cloud: the best way to add Meilisearch to your project', | ||
icon: 'cloud', | ||
size: 2, | ||
link: 'https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=docs&utm_medium=home-page' | ||
}, | ||
{ | ||
content: | ||
'For more tips, tutorials, and information about our company, take a look at the Meilisearch blog.', | ||
icon: 'openSource', | ||
size: 2, | ||
link: 'https://blog.meilisearch.com' | ||
} | ||
]} /> | ||
size: 4, | ||
link: "/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch", | ||
}, | ||
{ | ||
icon: "custom", | ||
content: "Consult the Meilisearch API reference.", | ||
size: 1, | ||
link: "/docs/reference/api/overview", | ||
}, | ||
{ | ||
content: | ||
"Looking for SDK documentation? Check out this list of official Meilisearch libraries.", | ||
icon: "cube", | ||
size: 3, | ||
link: "/docs/learn/resources/sdks", | ||
}, | ||
{ | ||
content: | ||
"Announcing Meilisearch Cloud: the best way to add Meilisearch to your project", | ||
icon: "cloud", | ||
size: 2, | ||
link: "https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=docs&utm_medium=home-page", | ||
}, | ||
{ | ||
content: | ||
"For more tips, tutorials, and information about our company, take a look at the Meilisearch blog.", | ||
icon: "openSource", | ||
size: 2, | ||
link: "https://blog.meilisearch.com", | ||
}, | ||
]} | ||
/> |