Patrice Chalin

Results 825 comments of Patrice Chalin

We're using submodules already, I'd rather continue using submodules (easier to reproduce builds IMHO).

> We can run a prettier over the blog post before it's going out, Yes, let's run Prettier before this gets published.

I see that the icons were added via #399 (for example). There are a couple of ways that we can address this so as to preserve the current page display,...

> ... template so that we can include the icon as a separate Hugo resource and have it inserted that way Yes, something like that would do.

Great! Ok, I'll start that as soon as I can (and I'll add a comment to #1772) -- I'm waiting on some Docsy updates before proceeding.

Some tabs work with the Docsy tab-related shortcodes, but some don't yet. Waiting on: - https://github.com/google/docsy/issues/1271

Hi @jhaals. In support of the microsite's migration to Google Analytics 4 (via #12658), a small config change is needed when migrating to Docusaurus v2: ```js presets: [ [ '@docusaurus/preset-classic',...

This also works: ```bash hugo new site myproject && \ cd myproject && \ npm init -y && \ npm install --save-dev google/docsy autoprefixer postcss-cli echo 'theme = "docsy"\nthemesDir =...

Related: - #326 - https://github.com/open-telemetry/opentelemetry.io/issues/712 Some thoughts on the subject: - Character count of the TOC is not a sensible metric, so we shouldn't parameterize on that. - In fact,...

- Proposed solution: #1147