16:04:10 #startmeeting Documentation Working Group aka DaWGs 16:04:10 Meeting started Tue Feb 1 16:04:10 2022 UTC. 16:04:10 This meeting is logged and archived in a public location. 16:04:10 The chair is gundalow. Information about MeetBot at https://fedoraproject.org/wiki/Zodbot#Meeting_Functions. 16:04:10 Useful Commands: #action #agreed #halp #info #idea #link #topic. 16:04:10 The meeting name has been set to 'documentation_working_group_aka_dawgs' 16:04:20 o/ 16:04:34 #chair acozine felixfontein briantist lmodemal 16:04:34 Current chairs: acozine briantist felixfontein gundalow lmodemal 16:04:44 o/ 16:04:45 #topic opening chatter 16:04:54 @room ready to talk the docs? 16:05:47 let's do it 16:06:38 #info Agenda https://github.com/ansible/community/issues/643#issuecomment-1021482151 16:07:07 I don't have any info, apart from the above 16:07:15 Which topics would you folks like to talk about 16:07:32 heh, you need to run with the DaWGs more often! 16:07:35 #topic Documentation updates 16:07:35 16:02:13 #info - start of splitting co 16:07:43 * #topic Documentation updates 16:08:12 I'm currently double-meetinged 16:08:26 working on our Molecule setup 16:08:50 #unchair Sorry, I have a meeting that conflicts with this one :( 16:08:59 #unchair lmodemal 16:09:00 Current chairs: acozine briantist felixfontein gundalow 16:09:13 Have a nice day, everyone :) 16:09:21 bye lmodemal 16:09:31 sounds like a quiet week ;) 16:09:43 #info We've been looking at canonical url support to the Ansible 2.3 and 2.4 docs sites (as Google links to the old docs sometimes). To do this we'd need to backport the sphinx theme, which we've not looked into yet 16:10:44 felixfontein: I'm sure we can rebuild testing site. Is that from certain PRs? 16:11:30 gundalow: IIRC the 2.3 and 2.4 docs are built on such old versions of Sphinx that they may not support the theme 16:12:02 https://github.com/ansible/ansible/pull/49190 is where the work was done originally 16:12:13 I remember that rebuilding them was "a real production number" (in the Busby Berkeley sense) 16:12:42 gundalow: it's this one: https://github.com/ansible/ansible/pull/76759 (I just see that I have to update it's title) 16:13:04 acozine: oh, are you suggesting might need to upgrade Sphinx *and* theme? 16:13:15 possibly, yes 16:13:24 sounds like 'fun' 16:14:06 urgh, the gift that keeps on giving 16:14:12 I can't remember the details, but I do remember that after getting the 2.3 docs to build (which took a couple of days of banging) I wrote an entire document about how to build "ancient" docs 16:14:19 and yeah, it was "fun" 16:14:21 Yup, got your doc 16:14:34 * samccann[m] races in late 16:14:42 #chair samccann 16:14:42 Current chairs: acozine briantist felixfontein gundalow samccann 16:14:45 it might be easier to just un-index the 2.3/2.4 docs by telling search engines via robots.txt that they must not index them 16:14:45 Welcome :( 16:14:49 * Welcome :) 16:15:00 @smccann:matrix.org cyb-clock chimes Fifteen exciting, thrilling minutes have slipped by whilst we plot to take over the universe, one doc at a time! 16:15:32 I would vote for adding anything older than 2.5 to the "don't index" list in robots.txt 16:16:26 2.5 is the version where the docs stopped using a flat directory structure and introduced the "guides" 16:16:30 our internal search expert has 'opinions' about deindexing. So it's a possibility, but we'll want to explore other options as well 16:16:44 ah, that might explain why we didn't do it earlier 16:16:51 I know we'd talked about it 16:16:54 * samccann[m] unsure if deindexing is the same as robots.txt 16:17:13 and honestly I thought we'd done it, maybe around the time of the 2.9 release 16:17:19 samccann[m]: I would say it is, but it might be worth to ask what exactly they mean 16:17:54 So options are: - fix the theme and republish with cannonical url 16:17:54 - deindex 16:17:54 - move all the old docs off to some other site (so they still exist, but you gotta make an effort to find them 16:18:12 what's our goal? 16:18:36 Google "ansible authorized_key" and the 2.3 docs come up top 16:18:42 oh and a last explosive option - redirect them entirely (which is very close to just yanking them down since they would become inaccessible 16:19:27 #info we still have problems with older docs coming up first in search results (eg google "ansible authorized_key" and you get 2.3 or 2.4 at the top results) 16:19:33 gundalow: so the goal is "make sure google results don't return 2.3 documentation 16:19:55 I'd vote for google shouldn't return anything under ssay ...2.7 16:20:00 samccann: is there a second part to that goal? something like "without doing the thing our search person thinks woudl be a bad idea"? 16:20:04 whatever that is? 16:20:31 I think we need to decide what the bad ideas are, yes 16:20:42 so is redirect so no one ever finds 2.3 a bad idea? 16:20:45 because if "make sure google results don't return 2.3 docs" is the goal, then `robots.txt` is the answer, 16:21:07 samccann: I'd say we need to solve the google problem first 16:21:45 Well it also solves the google problem 16:22:00 that's my point. We have multiple possible fixes. Can we eliminate some? 16:22:36 I'm not sure, it might just mean that folks get a google result that takes them to 2.3, and then get redirected to . . . well, whatever we put in 16:23:38 if we're going to delete the 2.3 docs and redirect those URLs, telling google to stop indexing them first will give us the cleanest transition, I think 16:23:49 i think in that instance, google would eventually learn and stop serving up 2.3. 16:24:34 I can go back to our search expert with different ideas. I just want to know - is taking down/redirecting 2.3 a viable option? I have been thinking no, that there are users still on that release, even if it's ancient and EOL'd 16:25:12 taking 2.3 docs down and redirecting them first might work - to me it feels like more work and potentially a worse user experience 16:25:40 if we can get search results down first, then maybe we can redirect `2.3/*` to a single page 16:26:09 instead of crafting individual redirects the way we did with the 2.9/2.10 transition 16:27:06 oh yeah wasn't going to do fancy redirects. I can't even craft a basic one myself, so would be looking for some big gun redirect or something. But at least you and I agree that we don't want to make 2.3 docs completely inaccessable for now 16:27:43 PROPOSAL: Our goal is to limit search results to very old ansible releases (2.3-2.7) 16:27:48 Is that accurate? ^^ 16:28:04 haha gosh that could be read both ways. lemme try again 16:28:14 heh 16:28:27 oooh, I copied the theme from 2.5 to 2.3 16:28:28 `` 16:28:42 PROPOSAL: Prioritize search results to /latest/ and limit the number of times that ancient releases show up on the top hits (1-5) 16:28:47 gundalow: does it build locally? 16:29:22 it's building, and got the canonical URL in. Still building, so it's possible CSS might be messed up 16:30:01 @smccann:matrix.org cyb-clock chimes Fifteen exciting, thrilling minutes have slipped by whilst we plot to take over the universe, one doc at a time! 16:30:21 hum, and I notice that the links don't work (maybe we are missing redirects?) 16:30:28 do we still have redirects in `latest` from the old URLs to the new ones? like from `/become.html` to `/user_guide/beome.html`? 16:30:30 oh, that's fixed in a later stable branch 16:31:39 full disclaimer: I just deleted some random directories from 2.3 and copied some from 2.5, and hacked the conf.py. There is likely more to be done 16:32:05 my vote would be, go back to the search expert and propose adding the 2.3-2.4 docs to "do not index" in the `robots.txt`, see what he says 16:32:49 before spending too much time and effort updating something we don't really want people to find 16:33:10 do we continue the work gundalow is doing to get canonical url in 2.3 ? 16:33:48 I wouldn't bother, unless it turns out there's a really good reason not to exclude those old docs from the search index 16:34:22 I admit I'm influenced by the recollection that working on those older docs was a real PITA 16:34:43 The change https://github.com/ansible/ansible/compare/stable-2.3...gundalow:2.3canonical_url?expand=1#diff-de16707d76a94c258b2d4ba2b8f95910db018b923e2b4834dacf47c8964b2a90L125 16:35:02 that said, it may take time to get help from the search expert so maybe we try both options in the background (talk to search expert about robots, figure out what wild west canonical url stuff gundalow is up to :-) 16:35:28 sure 16:35:40 see if gundalow's change will build to the test site 16:36:03 i have to create a new jenkins job for the ancient docs first, then we can try his PR 16:36:43 meanwhile I can open a ticket on the internal.. erf. ticket tracking thingy to get help from the search expert. (forgot the name of t he tracking system) 16:37:30 #action samccann to book time with search expert to help us reduce search results to ancient docs 16:37:49 #action samccann gunalow - get his cannonical url for 2.3 work staged on test etc 16:38:40 anything else on this topic before we move on? 16:38:50 Sounds good, thanks 16:38:51 oh 16:39:15 #action gundalow to look if redirects are broken 16:39:19 nothing else 16:39:58 cool thanks 16:40:06 #topic DocTools updates 16:40:15 sorry, been a bit afk... I agree with acozine that 'taking 2.3 docs down and redirecting them first might work - to me it feels like more work and potentially a worse user experience' 16:40:16 Do we have felixfontein today? 16:40:55 heh ok looks like we have a new `antsibull` release, right? so I need to test and then update the known_good requirements file? 16:41:05 samccann[m]: I already updated it in the PR ;) 16:41:24 samccann[m]: https://github.com/ansible/ansible/pull/76759 - the title is wrong, it should say "0.41.0" instead of "0.40.2" 16:41:25 lol cool. I'll stage it to test and see how things go! 16:41:53 #action samccann to test https://github.com/ansible/ansible/pull/76759 for the updated antsibull release 16:42:31 What was the .40.1 change do you remember? 16:42:42 So we can look for both once I stage it to teset 16:42:48 s/teset/test/ 16:43:15 0.40.1 -> 0.40.2 was fixing some broken HTML 16:43:31 https://github.com/ansible-community/antsibull/issues/386 16:43:37 and 40.0 -> 0.40.1? 16:44:04 I think that was a fix because 0.40.0 crashed somewhere during docs build :) 16:44:19 #info 0.40.1 -> 0.40.2 fixes broken HTML - https://github.com/ansible-community/antsibull/issues/386 16:44:24 heh 16:44:28 ok thanks! 16:44:34 https://github.com/ansible-community/antsibull/releases/tag/0.40.1 says "Fix bug in collection enum for docs generation, which caused role FQCNs to be mangled (#379)." 16:45:00 @smccann:matrix.org cyb-clock chimes Fifteen exciting, thrilling minutes have slipped by whilst we plot to take over the universe, one doc at a time! 16:45:04 #info 0.40 to 0.40.1 - https://github.com/ansible-community/antsibull/releases/tag/0.40.1 16:45:10 just so I remember what to look for 16:45:22 details for that were in https://github.com/ansible/ansible/pull/76675 16:45:35 that upgraded from 0.39.2 to 0.40.1 16:45:39 #link https://github.com/ansible/ansible/pull/76675 16:47:17 ok gonna open the floor 16:47:22 #topic OpenFloor 16:47:32 I have two docs-build related things that could use a look: 16:47:32 - a PR that closes 3 open issues, adding support for both more lenient, and more strict docs builds, and specifying a specific antsibull version (all helpful for expanding the scope of scenarios for building docs: https://github.com/ansible-community/github-docs-build/pull/27 16:47:32 - a comment on an open issue with an idea of how to solve a tricky problem around the shared GitHub workflows referencing the actions in a consistent way (this is more in the weeds of GHA stuff, not so interesting around docs directly): https://github.com/ansible-community/github-docs-build/issues/4#issuecomment-1024974751 16:47:36 This is the time to bring up anything on your mind about docs. 16:48:16 #info looking for feedback - PR that closes 3 open issues, adding support for both more lenient, and more strict docs builds, and specifying a specific antsibull version (all helpful for expanding the scope of scenarios for building docs: https://github.com/ansible-community/github-docs-build/pull/27 16:48:38 #info also looking for feedback on a comment on an open issue with an idea of how to solve a tricky problem around the shared GitHub workflows referencing the actions in a consistent way (this is more in the weeds of GHA stuff, not so interesting around docs directly): https://github.com/ansible-community/github-docs-build/issues/4#issuecomment-1024974751 16:50:09 the next big antsibull docs-related thing will probably be extra links 16:50:22 Greg's stuff? 16:50:38 yes :) 16:50:50 i wrote the todos! 16:50:59 HAH dude has a ping on his name, totally has a ping on his name 16:51:06 yep 16:51:19 :-) and here I was trying not to disturb you! 16:51:41 next time it's Mr G. ;) 16:51:58 reminds me of my frequent typing of `dagnammit` in this channel (with a space) and mistakenly pinging dag$ 16:52:04 heh 16:52:05 LOL Mr G!! 16:52:59 ok I glanced briefly at your prs briantist and they are zooooooming way to far over my head. So hoping others will take a look etc 16:53:09 s/to/too/ 16:53:30 do we have other open floor topics to discuss today? 16:53:52 thanks anyway samccann[m] ! 16:54:19 I'll try to look at them later 16:54:27 cool thanks! 16:54:45 thank you felixfontein , I know you're particularly overburdened recently 16:54:49 I will, too, though not today, and I don't know that I'll have much in the way of feedback 16:55:16 anything else before we close the meeting with 4 min to spare? 16:55:40 to be clear: the things I linked don't "contain" documentation 16:55:51 (nothing else from me on open floor) 16:56:18 nothing from me either 16:57:03 #endmeeting 16:57:15 thanks folks! 16:57:15 Thanks everyone and special thanks to gundalow for running! 16:57:32 hmmmmm 16:57:34 hmm... 16:57:43 I think gundalow #chair'ed your IRC nick, not your matrix nick 16:57:51 AAAHAHAH 16:57:58 so basically everything you #info'ed, #topic'ed, #link'ed didn't got into the minutes 16:58:05 so much for those stellar meeting notes. Can anyone endmeeting for us? 16:58:20 #endmeeting