Add Vitess analysis document#284
Conversation
| - Advanced > Distributed Atomic Transactions | ||
| - Migration | ||
|
|
||
| There is one special-purpose FAQ, for VReplication in the Reference. |
There was a problem hiding this comment.
We do have this FAQ as well
https://vitess.io/docs/faq/
There was a problem hiding this comment.
Ah, OK. It's outside the versioned documentation so I missed it. There's a lot of good information here; I'll have a look and revise the analysis and recommendations!
| **Localization & i18n directories**: Are you planning for localization/internationalization | ||
| with regard to site directory structure? | ||
|
|
||
| Yes, there are full versions of the documentation in both English and Chinese. |
There was a problem hiding this comment.
We have been debating removing the Chinese documentation because it is being simply copied over for each new release without any content updates.
There was a problem hiding this comment.
@deepthi You mean you're copying a down-level version of the documentation without the updates for new releases? Which version of the documentation is the current Chinese version?
There was a problem hiding this comment.
I would recommend keeping it, but maybe stop versioning it, or suggest it's archived or deprecated somehow.
There was a problem hiding this comment.
I would recommend keeping it, but maybe stop versioning it, or suggest it's archived or deprecated somehow.
I'd recommend removing it from any release later than the last time it was updated, and redirect from the later releases to that version.
| but it should be presented explicitly as a step in the procedure. | ||
|
|
||
| Further down the page, another backup option, *Using mysqlshell*, has the same shortcomings: | ||
| No actual command is presented. |
There was a problem hiding this comment.
The commands are presented towards the end of the page https://vitess.io/docs/21.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup/
Maybe the page needs to be re-organized.
| path for any problems with a task (the escalation path might be: | ||
| *troubleshooting procedure > Slack Channel > project Issue*). Get rid of the | ||
| [VReplication FAQ](https://vitess.io/docs/21.0/reference/vreplication/faq/) | ||
| in the reference section and put the information in a troubleshooting section. |
There was a problem hiding this comment.
Would you recommend consolidating everything into https://vitess.io/docs/faq/
And potentially renaming that to Troubleshooting?
There was a problem hiding this comment.
@deepthi That's one possibility but there's more than troubleshooting information in the FAQ. See comment above re the FAQ. Let me look into it and I'll add some options to the recommendations.
There was a problem hiding this comment.
See recommendations in the analysis. The good news is that there's a lot of good information in the FAQ. The bad news is that it's outside your versioning regimen. Also, I'm not a fan of FAQs in general. I recommend folding the information into the regular technical documentation.
| Yes, there is a Community link in the site’s menu bar, leading to the Community page. | ||
|
|
||
| **New contributor document**: Is there a document specifically for new contributors/your | ||
| first contribution? |
There was a problem hiding this comment.
https://vitess.io/docs/contributing/
That's for code contributions. Should we have a page for docs contributions?
There was a problem hiding this comment.
@deepthi Yes, or add doc contribution instructions to the code contribution doc.
There was a problem hiding this comment.
Rename this file to analyses/0014-vitess/analysis.md
There was a problem hiding this comment.
@dwelsch-esi - please also rebase this PR from main at HEAD.
There was a problem hiding this comment.
@dwelsch-esi - after you've rebased, also please ensure that all checks are passing.
There was a problem hiding this comment.
Might be good to rebase again given the updates that have just landed for the link checking.
There was a problem hiding this comment.
Also, could you address the GH check failures?
There was a problem hiding this comment.
I just rebased again. I have to go do some mentorship stuff now, but I can check back in on this a bit later.
| **Release process**: Does your code release process account for documentation creation | ||
| & updates? | ||
|
|
||
| No, neither the [Contribute](https://vitess.io/docs/contributing/) documentation nor | ||
| the [CONTRIBUTING.md](https://github.com/vitessio/vitess/blob/main/CONTRIBUTING.md) | ||
| file in the product repo describes how to contribute documentation. There is no Contribution | ||
| section in the website repo. |
There was a problem hiding this comment.
We have this tool: https://github.com/vitessio/vitess-releaser, which maintainers use to create and ship new major and patch releases of Vitess. This tool lists and automated steps needed for a release, one of them is related to documentation and guides the maintainer on how to create and update the documentation before and after each release:
There was a problem hiding this comment.
@frouioui Does the tool verify that you've updated the release notes?
There was a problem hiding this comment.
It does not do this automatically, there is only a step asking the release lead to review them.
What the tool does automate:
- The creation of a changelog file that lists all Pull Requests that were merged for this release.
- The creation final release notes file, which is a template containing the changelog + a summary file written and reviewed manually by maintainers. This file is later uploaded to the GitHub Release page by the tool.
| > ````--topo_implementation=etcd2 --topo_global_server_address=<comma_separated_addresses> | ||
| > --topo_global_root=/vitess/global | ||
| > ```` |
There was a problem hiding this comment.
This markdown formatting doesn't make sense. First, you can use triple ticks. More importantly, there's probably a newline missing after the code-block opening syntax.
There was a problem hiding this comment.
it's also a bit weird because it's a quote. I've gone in and fixed the newline tho.
There was a problem hiding this comment.
Adding <!-- markdownlint-disable fenced-code-language --> as this is quoted content (if it's incorrectly formatted that needs to be communicated).
@dwelsch-esi, could you double check to make sure this snippet is correct from the source.
Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>
Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
…ubleshooting. Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io>
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io>
✅ Deploy Preview for cncf-techdocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
… this analyis. Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
Signed-off-by: Nate W <natew@cncf.io>
nate-double-u
left a comment
There was a problem hiding this comment.
Let's merge this in as is. We've got issues getting opened over in https://github.com/vitessio/website/issues. We can make updates needed in a follow up PR.
|
Thanks for this @dwelsch-esi, and thanks everyone for the reviews. |
* Add Vitess analysis document. Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> * renaming file Signed-off-by: Nate W <natew@cncf.io> * fixing formatting issues Signed-off-by: Nate W <natew@cncf.io> * fixing formatting issues Signed-off-by: Nate W <natew@cncf.io> * Update per review comments, including recommendations for FAQ and troubleshooting. Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> * Update analyses/0014-vitess/analysis.md Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io> * Update analyses/0014-vitess/analysis.md Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io> * removing SEO, Analytics and local search sections as out of scope for this analyis. Signed-off-by: Nate W <natew@cncf.io> * updating spelling wordlist Signed-off-by: Nate W <natew@cncf.io> * fixing format Signed-off-by: Nate W <natew@cncf.io> * removing markdown disable no-bare-urls Signed-off-by: Nate W <natew@cncf.io> * updating codefence formatting Signed-off-by: Nate W <natew@cncf.io> * disabling fence-code-langage check on quoted content Signed-off-by: Nate W <natew@cncf.io> * fixing formatting Signed-off-by: Nate W <natew@cncf.io> --------- Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> Signed-off-by: Nate W <natew@cncf.io> Co-authored-by: Nate W <natew@cncf.io> Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com>
* updating domain and netlify information (#299) * updating domain and netlify information Signed-off-by: Nate W <natew@cncf.io> * Update docs/services.md Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io> --------- Signed-off-by: Nate W <natew@cncf.io> Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Add trademark guidance for Series LLCs to website guidelines (#298) * adding guidance for Series LLCs Signed-off-by: Nate W <natew@cncf.io> * Update docs/website-guidelines-checklist.md Signed-off-by: Nate W <natew@cncf.io> * Update docs/website-guidelines-checklist.md Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io> * updating formatting after applying edit Signed-off-by: Nate W <natew@cncf.io> --------- Signed-off-by: Nate W <natew@cncf.io> Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Use slack.cncf.io as canonical URL (#300) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Docusaurus version of docs pages (#301) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Adjust markdown syntax of analyses pages (#302) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update README.md Updating Nate W.'s role. Signed-off-by: Nate W <natew@cncf.io> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Fix licenses (#305) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Add links to licenses to README and site footer (#306) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Fix production URL (#308) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Revise README, update PC role, add links (#309) * Revise README, update PC role, add links Signed-off-by: Patrice Chalin <pchalin@gmail.com> * Nate's feedback Signed-off-by: Patrice Chalin <pchalin@gmail.com> --------- Signed-off-by: Patrice Chalin <pchalin@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * [CI] Use htmltest for link checking (#310) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Add Vitess analysis document (#284) * Add Vitess analysis document. Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> * renaming file Signed-off-by: Nate W <natew@cncf.io> * fixing formatting issues Signed-off-by: Nate W <natew@cncf.io> * fixing formatting issues Signed-off-by: Nate W <natew@cncf.io> * Update per review comments, including recommendations for FAQ and troubleshooting. Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> * Update analyses/0014-vitess/analysis.md Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io> * Update analyses/0014-vitess/analysis.md Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io> * removing SEO, Analytics and local search sections as out of scope for this analyis. Signed-off-by: Nate W <natew@cncf.io> * updating spelling wordlist Signed-off-by: Nate W <natew@cncf.io> * fixing format Signed-off-by: Nate W <natew@cncf.io> * removing markdown disable no-bare-urls Signed-off-by: Nate W <natew@cncf.io> * updating codefence formatting Signed-off-by: Nate W <natew@cncf.io> * disabling fence-code-langage check on quoted content Signed-off-by: Nate W <natew@cncf.io> * fixing formatting Signed-off-by: Nate W <natew@cncf.io> --------- Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> Signed-off-by: Nate W <natew@cncf.io> Co-authored-by: Nate W <natew@cncf.io> Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Analytics docs rework: factor out UA-to-GA4 instructions, and more (#312) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * adding Daniel to staff list (#316) * adding Daniel to staff list Signed-off-by: Nate W <natew@cncf.io> * formatting and spelling Signed-off-by: Nate W <natew@cncf.io> --------- Signed-off-by: Nate W <natew@cncf.io> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * removing mention of alphabetizing the staff list Signed-off-by: Nate W <natew@cncf.io> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update refcache: Add Daniel's GH handle (#319) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * [CI] Update packages (#321) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * [docs] Use canonical path in link (#322) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Rename {analyses,docs}/**/README.md to index.md (#323) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Fix page title, adjust link-check scripts (#324) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Link, title, and filename adjustments (#325) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Canonicalize README links, cleanup package.json (#326) Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Add Knative TechDoc analysis and issues list. (#329) Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: fix CI errors Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: prettify docs Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * [CI] Update packages and revert mdl-disable directives Signed-off-by: Patrice Chalin <pchalin@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Add Helm tech doc analysis Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Edit links and add issues list doc Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * update proposed sidebar & typo and md formatting fixes Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * remove unedited issues list file Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * run prettier on helm analysis and implementation Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Add helm issues list Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Fix linter and spell errors Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * shorten headings Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * adding ops/servicedesk label (#336) Signed-off-by: Nate W <natew@cncf.io> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Chore: Drop numbered analysis folders and adopt a date format instead (#337) * chore: drop numbered analysis folders and adopt a date format instead Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: prettify docs Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: update check-md script Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> --------- Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Added template and started customizing Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * File fix - added analysis.md Also restored mistakenly used template Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Formatting fixes Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Initial write-up of analysis Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Spelling fixes Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update index.md Removed dead link Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update ua-to-ga4.md Removed dead link Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: Add a GH workflow to trigger contribute site Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: prettify code Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: move info from top level README to docs readme Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: fix CI errors Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: update all analyses to use correct docusaurus tags system (#340) * chore: update all analyses to use correct docusaurus tags system Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: CI fix Signed-off-by: thisisobate <obasiuche62@gmail.com> --------- Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: fix MDX related errors for vitess and knative analyses (#341) Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Chore: Fix all broken links outlined in issue description (#345) * Chore: Fix all broken links outlined in issue description Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: format files Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error again Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix link checker in CI Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: add backsticks to link Signed-off-by: thisisobate <obasiuche62@gmail.com> --------- Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Removed incomplete links The source for "Adding Analytics" is no longer available, removed links. Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Removed possible formatting build problems Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Formatting Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Formatting Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Temporarily removed last sections to isolate formatting issue Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md More formatting tests Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: move info from top level README to docs readme Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: fix CI errors Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Chore: Fix all broken links outlined in issue description (#345) * Chore: Fix all broken links outlined in issue description Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: format files Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error again Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix link checker in CI Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: add backsticks to link Signed-off-by: thisisobate <obasiuche62@gmail.com> --------- Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * misc edits Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * adding ops/servicedesk label (#336) Signed-off-by: Nate W <natew@cncf.io> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Chore: Drop numbered analysis folders and adopt a date format instead (#337) * chore: drop numbered analysis folders and adopt a date format instead Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: prettify docs Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: update check-md script Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> --------- Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Added template and started customizing Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> * File fix - added analysis.md Also restored mistakenly used template Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Formatting fixes Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Initial write-up of analysis Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: move info from top level README to docs readme Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: fix CI errors Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Chore: Fix all broken links outlined in issue description (#345) * Chore: Fix all broken links outlined in issue description Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: format files Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error again Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix link checker in CI Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: add backsticks to link Signed-off-by: thisisobate <obasiuche62@gmail.com> --------- Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Removed possible formatting build problems Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Formatting Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Formatting Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md Temporarily removed last sections to isolate formatting issue Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analysis.md More formatting tests Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: move info from top level README to docs readme Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: fix CI errors Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * chore: nit fix Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Chore: Fix all broken links outlined in issue description (#345) * Chore: Fix all broken links outlined in issue description Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: format files Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix markdown error again Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix link checker in CI Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: add backsticks to link Signed-off-by: thisisobate <obasiuche62@gmail.com> --------- Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Used Prittier extension Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * link edits Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * minor edit to rebuild Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * spelling fix Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * edit to rebuild Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Link edits Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update Docsy feedback links, htmltest & refcache (#347) Reduce htmltest CacheExpires to ~6 months, update docsy analytics link paths in analytics docs to /docs/content/feedback/#adding-analytics, and refresh static/refcache.json (LastSeen timestamps, some status codes, and a new GitHub ref entry). These changes keep link references current and shorten cache expiry for HTML tests. Signed-off-by: Patrice Chalin Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Formatting fixes to build Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Minimal formatting fixes Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Ran VS Code Prittier extension on index.md Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * minimal format fixes to index.md Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Restore docs/analytics/index.md from upstream/main Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Apply suggestion from @chalin Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Signed-off-by: Nate W <natew@cncf.io> * put back remaining part of template Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Fixed prittier hits Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Prittier VS Code ext - Format Document test Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Update analyses/2026/flatcar/analysis.md Co-authored-by: Dave Welsch <116022979+dwelsch-esi@users.noreply.github.com> Signed-off-by: Bruce Hamilton <scarlettbernique@gmail.com> * Update analyses/2026/flatcar/analysis.md Co-authored-by: Dave Welsch <116022979+dwelsch-esi@users.noreply.github.com> Signed-off-by: Bruce Hamilton <scarlettbernique@gmail.com> * Update analyses/2026/flatcar/analysis.md Co-authored-by: Dave Welsch <116022979+dwelsch-esi@users.noreply.github.com> Signed-off-by: Bruce Hamilton <scarlettbernique@gmail.com> * worked on the Recommendataions section Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * more writing Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * prittier extension test Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * misc updates Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * Initial write of proj doc reccomendations Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * general edits Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> * spelling fix Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> --------- Signed-off-by: Nate W <natew@cncf.io> Signed-off-by: Bruce Hamilton <bhamilton@expertsupport.com> Signed-off-by: Patrice Chalin <pchalin@gmail.com> Signed-off-by: Dave Welsch <dwelsch@expertsupport.com> Signed-off-by: thisisobate <obasiuche62@gmail.com> Signed-off-by: Paige Calvert <eura.calvert@gmail.com> Signed-off-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Signed-off-by: Patrice Chalin Signed-off-by: Bruce Hamilton <scarlettbernique@gmail.com> Co-authored-by: Nate W <natew@cncf.io> Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Co-authored-by: Dave Welsch <116022979+dwelsch-esi@users.noreply.github.com> Co-authored-by: thisisobate <obasiuche62@gmail.com> Co-authored-by: Patrice Chalin <pchalin@gmail.com> Co-authored-by: Paige Calvert <eura.calvert@gmail.com> Co-authored-by: Bruce Hamilton <12780597+iRaindrop@users.noreply.github.com> Co-authored-by: Bruce Hamilton <bhamilton@expertsupport.com>

Resolves: #280