Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
9423514
Edit index.md
dichotommy Jan 20, 2021
6e01775
Fix grammar
dichotommy Jan 22, 2021
03cec29
Start restructuring
dichotommy Jan 24, 2021
3e42b88
Move files
dichotommy Jan 24, 2021
71568b7
Move files
dichotommy Jan 24, 2021
37ebfad
Move files
dichotommy Jan 24, 2021
c339067
Move files
dichotommy Jan 24, 2021
bcfb785
Move files
dichotommy Jan 25, 2021
bd24d9a
Move files
dichotommy Jan 25, 2021
30e4e4b
Add reference/under_the_hood/README.md
dichotommy Jan 25, 2021
ad6e429
Delete guides/advanced_guides/README.md
dichotommy Jan 25, 2021
70ef1bd
Move files
dichotommy Jan 25, 2021
184b825
Move files
dichotommy Jan 25, 2021
a3bb860
Improve learn/learn_meilisearch/README.md
dichotommy Jan 25, 2021
c89aec5
Move files
dichotommy Jan 25, 2021
c580078
Delete resources/README.md
dichotommy Jan 25, 2021
921835a
Move + rename FAQ to /learn/what_is_meilisearch/faq.md
dichotommy Jan 25, 2021
4654c02
Move learn/contact.md into learn/what_is_meilisearch/
dichotommy Jan 25, 2021
df660de
Move faq.md into new folder learn/elevate/
dichotommy Jan 25, 2021
1950a4a
Add new categories to navbar
dichotommy Jan 25, 2021
116ffd3
Create /learn/README.md
dichotommy Jan 25, 2021
14d826a
Add remaining categories to Learn sidebar
dichotommy Jan 25, 2021
bc8e80b
Add README.md in learn/elevate/ and learn/what_is_meilisearch
dichotommy Jan 25, 2021
6eba6d6
Create Reference sidebar
dichotommy Jan 26, 2021
b73803d
Add Create sidebar
dichotommy Jan 26, 2021
f611ee2
Change emoji for Under the Hood
dichotommy Jan 27, 2021
95c834e
Rewrite index.md and learn/what_is_meilisearch/README.md
dichotommy Jan 27, 2021
5e613f8
Improve index.md, contact.md, sdks.md
dichotommy Jan 27, 2021
7620da4
Write READMEs for /learn and /learn/learn_meilisearch
dichotommy Jan 27, 2021
2d4b5fe
Small change to index.md
dichotommy Jan 28, 2021
9ba02bf
Rename learn/elevate to learn/advanced
dichotommy Jan 28, 2021
72dc601
Improve READMEs
dichotommy Jan 28, 2021
ea6a5b5
Improve READMEs
dichotommy Jan 28, 2021
418af63
Rename learn/learn_meilisearch to learn/tutorials
dichotommy Jan 28, 2021
407fd32
Improve READMEs
dichotommy Jan 28, 2021
60f9b9b
Move FAQ to /create
dichotommy Jan 28, 2021
27c84b0
Split snapshots_and_dumps.md in two
dichotommy Jan 28, 2021
03b56ed
Fix sidebar
dichotommy Jan 28, 2021
09c06fc
Improve learn/README.md
dichotommy Jan 29, 2021
e3cec45
Split content from learn/core_concepts/search.md
dichotommy Jan 31, 2021
8850647
Improve index.md
dichotommy Jan 31, 2021
2ee97bd
Improve learn/README.md
dichotommy Jan 31, 2021
5b3a8bc
Improve What Is MeiliSearch section
dichotommy Jan 31, 2021
2dfd282
Add example to end of search_parameters.md
dichotommy Jan 31, 2021
9a3cb27
Remove search from core concepts sidebar
dichotommy Jan 31, 2021
acfe6df
Improve Create section
dichotommy Jan 31, 2021
7350917
Split up tokenization and language info
dichotommy Jan 31, 2021
768e508
Improve feature references
dichotommy Jan 31, 2021
a817a23
Remove reference to Crisp chat
dichotommy Jan 31, 2021
2ee45e6
improve index.md
dichotommy Jan 31, 2021
2eff9b9
Improve index.md + make reference subsections collapsable
dichotommy Feb 1, 2021
1bd067e
Move asynchronous_updates.md into /learn/advanced
dichotommy Feb 1, 2021
4a2075a
Add intro to sdks.md
dichotommy Feb 1, 2021
75c2a3a
Improve /create/how_to/README.md
dichotommy Feb 1, 2021
bd41398
Fix links in Create
dichotommy Feb 1, 2021
1d5e0de
Fix links in Learn
dichotommy Feb 1, 2021
8f98317
Fixed links in Reference
dichotommy Feb 1, 2021
4e0b2e2
Fix remaining links
dichotommy Feb 1, 2021
94a540e
Fix style
dichotommy Feb 1, 2021
bd2726f
Fix config.js
dichotommy Feb 1, 2021
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
177 changes: 97 additions & 80 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,128 +11,145 @@ module.exports = {
sidebarDepth: 1,
smoothScroll: true,
nav: [
{ text: 'Guides', link: '/guides/' },
{ text: 'API References', link: '/references/' },
{ text: 'Resources', link: '/resources/' },
{ text: 'FAQ', link: '/faq/' },
{ text: 'Learn', link: '/learn/' },
{ text: 'Create', link: '/create/' },
{ text: 'Reference', link: '/reference/' },
{ text: 'Slack', link: 'https://slack.meilisearch.com' },
],
sidebar: {
'/guides/': [
'/learn/': [
{
title: '🚀 Introduction',
path: '/guides/introduction/',
title: '🔎 What Is MeiliSearch?',
path: '/learn/what_is_meilisearch/',
collapsable: false,
children: [
'/guides/introduction/quick_start_guide',
'/guides/introduction/whats_next',
'/learn/what_is_meilisearch/features',
'/learn/what_is_meilisearch/philosophy',
'/learn/what_is_meilisearch/sdks',
'/learn/what_is_meilisearch/comparison_to_alternatives',
'/learn/what_is_meilisearch/contact',
],
},
{
title: '💡 Main concepts',
path: '/guides/main_concepts/',
title: '🚀 Tutorials',
path: '/learn/tutorials/',
collapsable: false,
children: [
'/guides/main_concepts/indexes',
'/guides/main_concepts/documents',
'/guides/main_concepts/search',
'/guides/main_concepts/relevancy',
'/learn/tutorials/getting_started',
'/learn/tutorials/whats_next',
],
},
{
title: '📚 Advanced Guides',
path: '/guides/advanced_guides/',
title: '💡 Core Concepts',
path: '/learn/core_concepts/',
collapsable: false,
children: [
'/guides/advanced_guides/installation',
'/guides/advanced_guides/configuration',
'/guides/advanced_guides/search_parameters',
'/guides/advanced_guides/filtering',
'/guides/advanced_guides/faceted_search',
'/guides/advanced_guides/authentication',
'/guides/advanced_guides/asynchronous_updates',
'/guides/advanced_guides/web_interface',
'/guides/advanced_guides/datatypes',
'/guides/advanced_guides/settings',
'/guides/advanced_guides/synonyms',
'/guides/advanced_guides/stop_words',
'/guides/advanced_guides/distinct',
'/guides/advanced_guides/snapshots_and_dumps',
'/guides/advanced_guides/field_properties',
'/guides/advanced_guides/typotolerance',
'/guides/advanced_guides/prefix',
'/guides/advanced_guides/concat',
'/guides/advanced_guides/bucket_sort',
'/guides/advanced_guides/known_limitations',
'/guides/advanced_guides/tokenization',
'/learn/core_concepts/documents',
'/learn/core_concepts/indexes',
'/learn/core_concepts/relevancy',
],
},
{
title: '📚 Advanced Topics',
path: '/learn/advanced/',
collapsable: false,
children: [
'/learn/advanced/language',
'/learn/advanced/asynchronous_updates',
'/learn/advanced/snapshots_vs_dumps',
],
},
],
'/references/': [
'/reference/': [
{
title: '⭐ Feature References',
path: '/reference/features/',
collapsable: true,
children: [
'/reference/features/authentication',
'/reference/features/configuration',
'/reference/features/distinct',
'/reference/features/dumps',
'/reference/features/faceted_search',
'/reference/features/field_properties',
'/reference/features/filtering',
'/reference/features/installation',
'/reference/features/known_limitations',
'/reference/features/search_parameters',
'/reference/features/settings',
'/reference/features/snapshots',
'/reference/features/stop_words',
'/reference/features/synonyms',
'/reference/features/web_interface',
],
},
{
title: '📒 API References',
path: '/references/',
collapsable: false,
path: '/reference/api/',
collapsable: true,
children: [
'/references/indexes',
'/references/documents',
'/references/search',
'/references/updates',
'/references/keys',
'/reference/api/indexes',
'/reference/api/documents',
'/reference/api/search',
'/reference/api/updates',
'/reference/api/keys',
{
title: 'Settings',
path: '/references/settings/',
path: '/reference/api/settings/',
collapsable: false,
children: [
{
title: 'All Settings',
path: '/references/settings',
path: '/reference/api/settings',
},
'/references/synonyms',
'/references/stop_words',
'/references/ranking_rules',
'/references/attributes_for_faceting',
'/references/distinct_attribute',
'/references/searchable_attributes',
'/references/displayed_attributes',
'/reference/api/synonyms',
'/reference/api/stop_words',
'/reference/api/ranking_rules',
'/reference/api/attributes_for_faceting',
'/reference/api/distinct_attribute',
'/reference/api/searchable_attributes',
'/reference/api/displayed_attributes',
],
},
'/references/stats',
'/references/health',
'/references/version',
'/references/dump',
'/reference/api/stats',
'/reference/api/health',
'/reference/api/version',
'/reference/api/dump',
],
},
],
'/resources/': [
{
title: '📦 Resources',
path: '/resources/',
collapsable: false,
title: '🛠️ Under the Hood',
path: '/reference/under_the_hood/',
collapsable: true,
children: [
'/resources/about_storage',
'/resources/sdks',
'/resources/comparison_to_alternatives',
'/resources/postman_collection',
'/resources/contact',
'/reference/under_the_hood/bucket_sort',
'/reference/under_the_hood/concat',
'/reference/under_the_hood/datatypes',
'/reference/under_the_hood/prefix',
'/reference/under_the_hood/storage',
'/reference/under_the_hood/tokenization',
'/reference/under_the_hood/typotolerance',
],
},
],
'/create/': [
{
title: '🏆 Tutorials',
path: '/resources/tutorials/',
title: '📜 How To',
path: '/create/how_to/',
collapsable: false,
children: ['/resources/tutorials/running_production'],
children: [
'/create/how_to/running_production',
'/create/how_to/search_bar_for_docs',
'/create/how_to/digitalocean_droplet',
'/create/how_to/http2_ssl',
'/create/how_to/postman_collection',
'/create/how_to/meilisearch_react',
],
},
{
title: "🧷 How to's",
path: '/resources/howtos/',
title: '❓ FAQ',
path: '/create/faq',
collapsable: false,
children: [
'/resources/howtos/meilisearch_react',
'/resources/howtos/digitalocean_droplet',
'/resources/howtos/search_bar_for_docs',
'/resources/howtos/http2_ssl',
],
},
],
},
Expand Down
16 changes: 16 additions & 0 deletions create/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Create with MeiliSearch

Want to create a brilliant website, app, or other project with MeiliSearch? You've come to the right place.

This section covers everything you need to bring your project from idea to completion.

## Table of Contents

- [📜 How To](/create/how_to): Step-by-step guides for efficient problem-solving
- [Run MeiliSearch in Production](/create/how_to/running_production.md)
- [Integrate a Relevant Search Bar to Your Documentation](/create/how_to/search_bar_for_docs.md)
- [Deploy MeiliSearch on DigitalOcean](/create/how_to/digitalocean_droplet.md)
- [Use HTTP/2 and SSL with MeiliSearch](/create/how_to/http2_ssl.md)
- [Use Postman with MeiliSearch](/create/how_to/postman_collection.md)
- [Implement Instant Search in Your React App in 5 Minutes](/create/how_to/meilisearch_react.md)
- [❓ FAQ](/create/faq.md): Frequently Asked Questions
Loading