Patrice Chalin

Results 825 comments of Patrice Chalin

So in a nutshell, based on the reading of the docs I’ve done this week (05/09), here’s what I’m feeling needs to be done: - Finalize a **Get started** page...

There's some discussion of possible IA rework in https://github.com/etcd-io/website/issues/309#issuecomment-925412965: Maybe `/docs/v3.5/integrations/` should be split into the following (IMHO) more intuitive names especially if we bring in subpages: > > *...

@nate-double-u: is the original Jira ticket (associated with #65) still open? If not (or maybe regardless), opening a new ticket requesting an IA assessment and new IA proposal might make...

Think about this more, an alternative would be to keep `next` but define a redirect rule based on the eventual version that `next` will be.

All: as a step in this direction, we'll be implementing the proposal (in the opening comment) as part of the preparation for the v3.5 docs; see #332. /cc @spzala @ptabor

We'll need a special strategy for checking external links, because using `htmltest` won't work -- most external sites will refuse connections from it.

> We'll need a special strategy for checking external links, because using `htmltest` won't work ... I take that back. I think that I've found a viable solution using `htmltest`....

@kapunahelewong, here is what I propose for now: add links that you've manually verified to [.htmltest.yml](https://github.com/etcd-io/website/blob/main/.htmltest.yml) something like this: ```yaml IgnoreURLs: - ^http://play.etcd.io.* # Manually verified external links below this...

Also, please work through the pages starting with v3.5 pages first and submit that as a separate PR. Then v3.4. The other pages are much less important (and we might...