Patrice Chalin

Results 395 issues of Patrice Chalin

- Closes #1071 I've chosen to avoid complicating the logic of the breadcrumbs partial since it's complicated enough already. This PR implements what I proposed earlier: it strips out unnecessary...

_Originally posted by @chalin in https://github.com/google/docsy/issues/1098#issuecomment-1185659042_ > ... referring the reader to the appropriate section of the Hugo docs. The page update includes a warning (about _not_ setting _both_ `googleAnalytics`...

- [x] We currently have the docsy version hard-coded in the docs. We should use a config parameter instead. - [x] #1105 - [x] #1145 - [ ] Add docsy...

user guide
e0-minutes
p2-medium

- `` elements cannot be nested -- it isn't valid HTML - Also, the main role is unnecessary for element main -- according to the w3.org validator - For a...

cleanup/refactoring
e0-minutes
e1-hours
p2-medium

- This is a proposed rework of the [alert.html@02df04c0f2] shortcode. - Contributes to - #906 - #939 This doesn't offer as clean a solution as I would have liked, but...

breaking change

The user guide config currently uses the bogus ID `UA-00000000-0`. We need a (real) analytics ID for the Docsy website. @LisaFC, @emckean can we create one?

admin
user guide
e0-minutes
e1-hours
p2-medium

For reported cases, see - #526 - #527 But there are more similar instances of these (e.g., invalid use of ``) as a quick regex search can confirm. I'm opening...

cleanup/refactoring

It's usually a good idea to avoid mixed-case directory names and names containing spaces for content sections (or just in general for code or doc related projecqts). All of the...

user guide
cleanup/refactoring

The intent would be to **streamline use of Docsy for Hugo Module users**, something which (IMHO) makes sense to do now that [Git submodules]() were removed in [0.4.0](https://github.com/google/docsy/blob/main/CHANGELOG.md#040), and NPM-package...

dependencies
infrastructure
module