Fix broken links becaure of #1909. The preparation change for i18n adds
an extra direcotry `en` under `content` directory. The links in README.md
which point to files under `content` directory become invalid. This
change fixes all those broken links by adding the `en` into the path.
* Upgraded Hugo and Docsy.
* Updated generated CSS.
* Updated more SCSS files.
* Updated/removed Kubeflow custom layouts in accordance with Docsy updates.
* Revert to older Hugo to see if that fixes the deploy errors.
* Restored latest Hugo to continue troubleshooting the deploy error.
* Created own version of main.css to hold recent change.
* Removed own version of main.css as it didn't fix the deploy error.
* Added more custom layouts for previous changes.
* Swapped to BlackFriday Markdown renderer to see if that fixes the deploy error.
* Swapped back to default renderer Goldmark.
* Removed the enerated resources to see if Hugo will create them for us.
* Forced commit of the generated resources.
* Clarified the version info and added eof empty lines.
* Fixed template for edit-page on single lang site; enabled add-issue-to-project.
* Fixed layouts for alpha/beta banners.
* Removed empty lines to fix table rendering in server overview.
* Closed some HTML anchor tags to fix rendering issues.
* Fixed rendering of cell within table for Pipelines output viewer.
* Fixed list formatting in kfctl/kustomize guide.
* Removed broken link from K8s version shortcode.
* Added the word 'version' for consistency with wording around ksonnet min version.
* Updated in response to review comments.
* In progress: Refactoring the left-hand navigation panel.
* Added .description to section index pages.
* Removed the redundant Components Overview as the new index page of the components section does a better job.
* Added redirects for the files I've moved/deleted.
* Fixed the URLs in all doc links.
* Added a shortcode for minimum required ksonnet version.
* Added a shortcode for minimum required Kubernetes version.
* Added a link to the Kubernetes version shortcode.
* Adds a section on shortcodes in the website README.
* Added a bit more about shortcodes to the README.
* Initial commit of new page.
* Adds more how-to info to the website README.
* Delete gcp-e2e.md
* Separates the doc updating guide into sections
I've added a quickstart which includes a guide to finding the automated preview. I've split out the section on installing Hugo and running a local server, and the guide to a GitHub workflow.
* Added theme styling sass into the repo.
* Updated style, fixed mobile menu.
* Add missing ms icon
* Update development with steps to make style changes
* More explicit instructions for sass
* add step for gulp install