From 49361e2ae961785e34cb3bb3eb94467367ff94c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Thu, 17 Feb 2022 11:57:30 +0100 Subject: [PATCH 01/89] docs(website): search doc typo searchParameters (#6704) --- website/docs/search.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/search.md b/website/docs/search.md index e9eef2906366..21dfa57dfad2 100644 --- a/website/docs/search.md +++ b/website/docs/search.md @@ -121,6 +121,8 @@ module.exports = { The `searchParameters` option used to be named `algoliaOptions` in Docusaurus v1. +Refer to its [official DocSearch documentation](https://docsearch.algolia.com/docs/api#searchparameters) for possible values. + ::: :::caution @@ -176,7 +178,9 @@ module.exports = { // highlight-start algolia: { contextualSearch: false, - facetFilters: ['language:en', ['filter1', 'filter2'], 'filter3'], + searchParameters: { + facetFilters: ['language:en', ['filter1', 'filter2'], 'filter3'], + }, }, // highlight-end }, From 1551407a9bb4afc896f1bb0d840dded0a0179b00 Mon Sep 17 00:00:00 2001 From: Dmitry Vinnik Date: Thu, 17 Feb 2022 03:03:26 -0800 Subject: [PATCH 02/89] docs: add deep dive video for Docusaurus (#6687) --- website/docs/introduction.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/docs/introduction.md b/website/docs/introduction.md index 32c98c3f8397..9537b7c92c69 100644 --- a/website/docs/introduction.md +++ b/website/docs/introduction.md @@ -46,6 +46,24 @@ Or read the **[5-minute tutorial](https://tutorial.docusaurus.io)** online. ::: +## Docusaurus: Documentation Made Easy + +In this presentation at [Algolia Community Event](https://www.algolia.com/), [Meta Open Source team](https://opensource.facebook.com/) shared a brief walk-through of Docusaurus. They covered how to get started with the project, enable plugins, and set up functionalities like documentation and blogging. + +
+
+