Skip to content

Commit

Permalink
fix broken links checker (#3006)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballonek authored Sep 30, 2024
1 parent 6693ea7 commit f68bde4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 51 deletions.
16 changes: 5 additions & 11 deletions .github/actions/validate-docs-links/lib/index.js

Large diffs are not rendered by default.

93 changes: 53 additions & 40 deletions home.mdx
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",
},
]}
/>

0 comments on commit f68bde4

Please sign in to comment.