Tom Peirs

Results 11 comments of Tom Peirs

Hey @slorber , Thank you for providing these insights. Concerning ``` module.exports = { i18n: { defaultLocale: 'en', locales: ['en', 'fr'], localeConfigs: { en: { baseUrl: '/en/' }, }, },...

Thank you, I had to slightly modify this to work with nodejs env variables. First I installed cross-env. ``` "devDependencies": { "cross-env": "^7.0.3" } ``` Then I modified the scripts:...

oke thank you @slorber , In that case I will move away for this for a little bit. Any chance to give me an estimation when you will merge and...

@slorber , I'm not so familiar with the core of docsuarus yet so I was affraid to open a PR (because my change would only work for this use case).I...

> Thanks > > I'll tell you when I have a version to test with these features > > Is your site open-source so that I can test on your...

@slorber I think this ticket relates heavily to https://github.com/facebook/docusaurus/issues/3285 I think the problems described here will be fixed with the RFC. Do you agree to close this?

> Note, some users want to use both contextual search + additional facetFilters at the same time (#3804) Exactly, we are one of those users. Still relevant in Alpha.75 ->...

>Please do not translate for now: > Versioned docs >Frontmatter such as id, slug, URLs... > Code blocks > **Admonitions** > JSX syntax in MDX docs I have a question,...

> Actually, I think our admonitions plugin hardcode some admonition titles when there is no title, this is probably why @forresst added french titles after the admonition to make sure...

@slorber , agree. Yesterday I swizzled the MDXPage component since the layout is also different as the docpage. The TOC on MDXPage takes col-2 by default there, whereas on the...