Skip to content

Commit 3fb5f1e

Browse files
committed
Mention roadmap and GH discussions again
1 parent 87bf1a6 commit 3fb5f1e

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

README.md

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

88
<h4 align="center">
99
<a href="https://www.meilisearch.com">Website</a> |
10+
<a href="https://roadmap.meilisearch.com">Roadmap</a> |
1011
<a href="https://blog.meilisearch.com">Blog</a> |
1112
<a href="https://www.meilisearch.com/docs">Documentation</a> |
1213
<a href="https://www.meilisearch.com/docs/faq">FAQ</a> |

docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
"label": "Documentation",
7272
"href": "https://www.meilisearch.com/docs"
7373
},
74+
{
75+
"label": "Roadmap",
76+
"href": "https://roadmap.meilisearch.com"
77+
},
7478
{
7579
"label": "Release notes",
7680
"href": "https://updates.cloud.meilisearch.com/"
@@ -452,7 +456,7 @@
452456
}
453457
]
454458
}
455-
]
459+
]
456460
},
457461
"integrations": {
458462
"fathom": {

learn/resources/comparison_to_alternatives.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ 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 here](https://github.com/orgs/meilisearch/discussions)
37+
3638
| SDK | Meilisearch | Algolia | Typesense | Elasticsearch |
3739
|---|:---:|:----:|:---:|:---:|
3840
| REST API |||||

learn/resources/contributing_docs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ There are many ways to contribute to Meilisearch directly as well, such as:
131131
- Contributing to the [main engine](https://github.com/meilisearch/meilisearch/blob/main/CONTRIBUTING.md)
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)
134+
- Share your feedback and usecases on our [GitHub Discussions](https://github.com/orgs/meilisearch/discussions)
134135
- Creating written or video content (tutorials, blog posts, etc.)
135136

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

learn/resources/faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ 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, we maintain a [public roadmap](https://roadmap.meilisearch.com/). You will be able to see what we plan to do in the future and our on-going projects.
71+
6872
## What are the recommended requirements for hosting a Meilisearch instance?
6973

7074
**The short answer:**

0 commit comments

Comments
 (0)