Patrice Chalin

Results 417 issues of Patrice Chalin

To avoid conflicts with projects' shortcodes (which has happened recently for me on the opentelemetry.io project), I'd suggest that we prefix the tab-pane related shortcodes with `td-` like this: -...

e0-minutes
p2-medium
p3-low
breaking change

Related: - #1768 /cc @emckean

cleanup/refactoring
e0-minutes
p2-medium

**IMPORTANT NOTE**: some of the tasks in this issue may be impacted by: - #1769 ## Tasks - [x] Use the X logo - #1754 - [ ] Replace references...

e0-minutes
p3-low
blocked

_Originally posted by @privatemaker in https://github.com/google/docsy/issues/1230#issuecomment-1846077552_ > @LisaFC perhaps this should be documented on [Look & Feel](https://www.docsy.dev/docs/adding-content/lookandfeel/) page of the docs? I find this kind of styling common when customizing...

_Originally posted by @titusfortner in https://github.com/google/docsy/discussions/1745#discussioncomment-7600875_ > Is there a (easy) way to have `text=true` be implicit when using `%` delimiter to get markdown in a tab? Most of our...

enhancement
e0-minutes
p2-medium

When I build using Hugo modules certain files, under `public` are set to read only. And so when I rebuild, I get errors like: ```console $ npm run build ......

bug

_Originally posted by @chalin in https://github.com/google/docsy-example/issues/223#issuecomment-1593508178_ > ... consider adding some minimal but useful content, and a link to the page above[^1]. [^1]: https://www.docsy.dev/docs/adding-content/lookandfeel/#project-style-files

Visit one of the API reference pages and you'll initially get a 404, for example [opentelemetry-sdk/latest](https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-sdk/latest): ```console $ curl -I https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-sdk/latest HTTP/2 404 ``` If you [open the _same_ link...

keep

- Followup to #3939 - Drops the leading "OpenTelemetry" in exporter page titles, where relevant. - For example, I kept "OpenTelemetry" in titles like "OpenTelemetry to Jaeger Transformation"

I'm getting the following warning in the JS console for dart.dev pages containing DartPads (like the [Tutorials > Server > Get started page](https://dart.dev/tutorials/server/get-started)): ![image](https://user-images.githubusercontent.com/4140793/68904310-a7d4d780-070b-11ea-9cd3-c31a42acb9d0.png) Or as text: > ⚠️ A...

P2