code-masala

Results 10 comments of code-masala

@mxschmitt how did you solve this problem.I have the regional language these language doesn't belong to the set of language which is provide by docusaurs.When I try it give Error:...

that is the regional language. But I am not understanding why this is not working as search-index.json is generated for all language.but only work for english.

@weareoutman https://2664-2405-201-6007-20d9-f081-ed44-2e3a-f64d.ngrok.io

@SimenB code- ``` describe("Test for Component", () => { sendEvent.mockImplementation(() => {}); const store = configureStore({ getState: jest.fn() }); it("check for App", () => { global.fetch = jest.fn(() => Promise.resolve({...

`{ "index_name": "sample", "start_urls": ["https://domain.com/"], "sitemap_urls": ["https://domain.com/sitemap.xml"], "sitemap_alternate_links": true, "stop_urls": ["/tests"], "selectors": { "lvl0": { "selector": "(//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link menu__link--sublist menu__link--active')]/text() | //nav[contains(@class, 'navbar')]//a[contains(@class, 'navbar__link--active')]/text())[last()]", "type": "xpath", "global": true, "default_value": "Documentation"...

I want to search based on language selected like in https://docusaurus.io/

@Josh-Cena what i want if the selected language is french(fr) then only french data from algolia is fetched

@Josh-Cena can you help me to figure out that what change I have to do in config.json as this thing is not explained in internet as I am try.