* Revert "Update tutorial to work with Katacoda, No Install (#10797)"
This reverts commit a0b97a3e5d.
* Revert "clean-up minikube toc (#10873)"
This reverts commit 18343eb44b.
* Revert "Tutorial cleanup: Delete K8s 101 and 201 (#10786)"
This reverts commit e0168fd8dc.
* Revert "fix word err in Disruption (#10884)"
This reverts commit d01b76d080.
* Revert "Fix typo (#10877)"
This reverts commit 15518689c7.
* Revert "add note informing users of env var updates (#10819)"
This reverts commit 795de19c07.
* Revert "Fix typo in word repositories (#10883)"
This reverts commit 6d7f27ea45.
* Revert "Add i18n strings for Korean translation (#10611)"
This reverts commit a9d8c54e6d.
* Revert "Modified into appropriate words (#10768)"
This reverts commit 7ebdd661d7.
* Revert "Update tools.md (#10753)"
This reverts commit 2d8bc158a2.
* Revert "Enable reviews/approvers for localized site strings (#10811)"
This reverts commit 81b2562f77.
* Make navigation and UI strings i18n friendly
This commit
* Extracts most UI strings into i18n bundles so they can be translated
* Makes a proper Hugo menu out of the hardcoded menu that is shown on smaller screens
* Changes the language selector logic to navigate to the current page in the other language if possible (e.g. the translation). If not possible, it takes you to the home page for that language.
For testing, this commit also adds Norwegian as a new language. This is turned off.
* Make the home page into reusable and translatable blocks
This commit adds a set of block type shortcodes that is then used to build the home page.
* These shortcodes gets common image resources from a new headless bundle. These resources can be inherited or overridden by translations.
* The hardcoded case studies section on the home page is replaced with a query and a loop.
* The hardcoded feature list on the home page is replaed qith a query and a loop.