Felipe Moreno

Results 58 comments of Felipe Moreno

Just talked to @lwasser about this. We think it would be useful to have some check for this. There is the potential issue of confusing/blocking a beginner/new contributor who might...

UPDATE: I have been working on this task, but it is taking a little longer than expected because of some conflicts between the CrowdIn and Astro behaviors. Astro needs the...

I did some more research as I was working on the integration of CrowdIn and Astro, it is possible but it has some disadvantages that makes me reconsider: - Search...

Ah, got it. There are two strategies to redirect the user to another URL in the browser side. 1) Using a meta HTML tag in the header. Here are more...

I think we can always move the site to Netlify (or similar) and set redirects there. We would only need to set the CI to publish to that location instead...

No problem about the .mdx, I saw you had used it for the homepage. I am making the CrowdIn config so it includes both .md and .mdx. I think that...

That makes sense. I will hold on trying to explore alternatives, the Netlify seems to be the best option.

I have been playing with the translation but some of it depends on docusaurus and some aspects of the current way the site is organized (e.g. homepage being a static...

I did a quick proof of concept to build the site using [Astro](https://astro.build/) and the [Starlight](https://starlight.astro.build/) theme (their default theme for documentation) What I did: - Copied the current MD...

@lwasser 👍 Sounds good. I will do a little cleaning and make a PR to that branch.