Patrice Chalin

Results 395 issues of Patrice Chalin

Context: https://github.com/google/docsy/pull/828. We had previously introduced some custom CSS, once 828 lands, we should cleanup the CSS here. Note that our previous custom styling removed the use of the `sticky`...

cleanup/refactoring
e0-minutes
style
docsy

Code blocks shouldn't wrap. >

e0-minutes
style
ux

For example, visit https://grpc.io/docs/languages/, and inspect the breadcrumb for **Documentation**. This is the HTML associated with the breadcrumbs: ```html Documentation Languages ``` This isn't an issue pre se, just a...

p2-medium
infrastructure
e0-minutes

Once the next release of `htmltest` becomes available (https://github.com/wjdp/htmltest/discussions/174#discussion-3529224), then do the following: - `Makefile`: remove code that builds `htmltest` from source and revert to previous target code: https://github.com/grpc/grpc.io/blob/7f14d5104357dad7bc0ba17ea2361f2dcb41844b/Makefile#L16-L31 -...

cleanup/refactoring
p2-medium
blocked
e0-minutes

This is a question for the **Dart & Flutter** folks: @mit-mit @johnpryan @filiph @RedBrogdon @kwalrath @sfshaza2 I'm not sure if you consider this important -- my feeling is that you...

question

@aidanranney: this is a [Docsy migration followup](https://github.com/grpc/grpc.io/issues/613) question concerning these issues: - HTML head meta elements are duplicated #745 - Homepage has empty title/name for opengraph, twitter, and itemprop #744...

question
infrastructure

Notice the duplicate `` elements in the `` of [grpc.io](https://grpc.io): ```html gRPC ... ```

bug
e1-hours

Context: https://github.com/grpc/grpc.io/pull/561#discussion_r544440860 > We don't want to fetch the latest `docsy` repo version (which is what the `git submodule update ...` command does AFAIK), we want to stick to the...

p2-medium
infrastructure
e0-minutes
e1-hours
docsy

Tech writers and some site readers have expressed the preference that **_all_ gRPC docs be under grpc.io** (#98), as opposed to there being some "low-level technical" pages under a documentation...

enhancement
e0-minutes
e1-hours

@aidanranney, was there a reason why a layout wasn’t used for the **About**, **Showcase** and **Community** pages? There's to be enough raw HTML boilerplate to warrant a layout IMHO: ```html...

question
style
docsy