Skip to content

Commit b33d9e9

Browse files
Remove remaining references to roadmap (#3425)
1 parent 925da25 commit b33d9e9

File tree

5 files changed

+3
-13
lines changed

5 files changed

+3
-13
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<h4 align="center">
99
<a href="https://www.meilisearch.com">Website</a> |
10-
<a href="https://roadmap.meilisearch.com/tabs/1-under-consideration">Roadmap</a> |
1110
<a href="https://blog.meilisearch.com">Blog</a> |
1211
<a href="https://www.meilisearch.com/docs">Documentation</a> |
1312
<a href="https://www.meilisearch.com/docs/faq">FAQ</a> |

learn/resources/comparison_to_alternatives.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Please be advised that many of the search products described below are constantl
3333

3434
Note: we are only listing libraries officially supported by the internal teams of each different search engine.
3535

36-
Can't find a client you'd like us to support? [Submit your idea or vote for it](https://roadmap.meilisearch.com/tabs/1-under-consideration) 😇
37-
3836
| SDK | Meilisearch | Algolia | Typesense | Elasticsearch |
3937
|---|:---:|:----:|:---:|:---:|
4038
| REST API |||||
@@ -49,7 +47,7 @@ Can't find a client you'd like us to support? [Submit your idea or vote for it](
4947
| [Go client](https://github.com/meilisearch/meilisearch-go) |||||
5048
| [Dart client](https://github.com/meilisearch/meilisearch-dart) |||||
5149
| [Symfony](https://github.com/meilisearch/meilisearch-symfony) |||||
52-
| [Django](https://roadmap.meilisearch.com/c/60-django) |||||
50+
| Django |||||
5351
| [Rails](https://github.com/meilisearch/meilisearch-rails) ||| 🔶 <br />WIP |||
5452
| [Official Laravel Scout Support](https://github.com/laravel/scout) |||| ❌ <br /> Available as a standalone module |
5553
| [Instantsearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) |||||

learn/resources/contributing_docs.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ There are many ways to contribute to Meilisearch directly as well, such as:
132132
- Contributing to [our integrations](https://github.com/meilisearch/integration-guides)
133133
- [Creating an integration](https://github.com/meilisearch/integration-guides/blob/main/resources/build-integration.md)
134134
- Creating written or video content (tutorials, blog posts, etc.)
135-
- Voting on our [public roadmap](https://roadmap.meilisearch.com/tabs/5-ideas)
136135

137136
There are also many valuable ways of supporting the above repositories:
138137

learn/resources/faq.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ Check your error message for more information.
6565
Killing Meilisearch is **safe**, even in the middle of a process (ex: adding a batch of documents). When you restart the server, it will start the task from the beginning.
6666
More information in the [asynchronous operations guide](/learn/async/asynchronous_operations).
6767

68-
## Do you provide a public roadmap for Meilisearch and its integration tools?
69-
70-
Yes, as Meilisearch and its integration tools are open source, we maintain a [public roadmap](https://roadmap.meilisearch.com/) for the general features we plan to do.
71-
72-
For more accurate features and issues, everything is detailed in the issues of all our [GitHub repositories](https://github.com/meilisearch/meilisearch/issues).
73-
7468
## What are the recommended requirements for hosting a Meilisearch instance?
7569

7670
**The short answer:**

snippets/samples/code_samples_getting_started_add_documents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ curl \
1212
// With npm:
1313
// npm install meilisearch
1414

15-
// Or with yarn:
16-
// yarn add meilisearch
15+
// Or with pnpm:
16+
// pnpm add meilisearch
1717

1818
// In your .js file:
1919
// With the `require` syntax:

0 commit comments

Comments
 (0)