* Update GKE getting started guide and accessing UIs page.
* Replace instructions for building kfctl with instructions for
downloading kfctl prebuilt binaries
* Update the page about accessing UIs.
Fix#529
* Move advantages of running on GKE to the end of the doc.
* Start splitting GKE docs into multiple pages.
* Update the index.
* Split up the GCP docs into multiple pages.
* Bunch of fixes.
* Move the monitoring doc into the Google Cloud docs.
* Move all the GKE docs into the GKE section.
* Restore getting-started guide.
* Provide a reference.
* Fix organization.
* Fix the landing page image.
* Fix image.
* Add next steps.
* Add next steps to each page.
* Restore _index.md
* * Address comments
setup -> set up
nextsteps -> next steps
* Prettify image.
* Add some notes about Ambassador.
* Address comments.
* Add section for deleting Kubeflow.
* Add some fixes.
`${PROJECT}` was not defined in step 2 of the `Deploy Kubeflow on GKE using the command line` section. While it is pretty intuitive for those that use GCP, without a description it can be easy to forget to set it when running the command.
* In progress: Upgrade guide for Kubeflow Pipelines.
* Added more content to the upgrade guide.
* Added a note in the main upgrade guide.
* Tweaked the upgrade guide after testing.
* Better images.
* Fixed a typo in the GKE getting-started guide.
* Updated in response to review comments.
* Added direct links to ksonnet downloads and directed all installation guides to the ksonnet page.
* Removed the no-check-certificate option from wget. I don't think we should use this option by default.
* Responded 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.
* Initial commit of Docsy theme.
* Moved Docsy to the themes directory.
* Updated theme config and shortcodes for Docsy theme.
* Fixed order of TOML entries - tables must go last.
* Ad nil checks for menus and footer links
This commit also bumps `netlify.toml` to a newer Hugo version, as variable overwrites needs Go 1.11. It can be made to work with older Hugo's, but ...
See https://github.com/gohugoio/hugo/issues/5461
* Fix duplicated params definition
* Check in JS resources as workaround to Netlify build issue #182 (unable to build from Hugo extended version).
* Still trying to fix the Netlify build problem.
* Netfify build issue - adding dependencies.
* Initial commit of index files to define Docsy toc.
* Added pipelines index file for Docsy toc.
* Adjusts page front matter for the 'About' section.
* Removed resources and guild modifications that were supposed to fix Netlify build issue.
* Added the package-lock JSON file needed by npm.
* Updated the package-lock JSON file updated by npm.
* Added the 'resources' directory after local 'extended' Hugo build.
* Adjusted page front matter for the 'Components' section.
* Adjusted page front matter for rest of the 'Guides' section.
* Adjusted page front matter for the 'Getting Started' section.
* Removed 'docs' menu config from config file.
* Moved top-level index page and 404 page out of kf theme into project.
* Initial version of list pages for the docs.
* Added the 'resources' directory to gitignore, as we don't want everyone updating it unless they mean to.
* Add a .gitattributes file to ignore the resources files in diffs and merge conflicts.
* Minor clarification in config comment.
* Minor fixes.
* Removed the kf theme.
* Forcing commit of resources.
* Added Kubeflow colours to top nav.
* In progress: Adding the versions menu in the top nav.
* Removed the word 'default' from the custom CSS variable definitions.
* Got the version selector working in the navbar.
* Fixed URL variable for version dropdown.
* Trying a quick fix to get Netlify to recognise updated styles.
* Didn't work. Reverting change.
* Removed unneeded CSS classes.
* Work in progress: Rebuilding the home page in Docsy.
* Work in progress: Rebuilding the home page in Docsy.
* Home page in progress: Added background image and more styling.
* Updated footer for Docsy theme.
* Changed colour of 'info' style for down-arrow on home page.
* Fixed copyright statement to match change in master.
* Moved favicons to right place so browser picks them up.
* Regenerated resources files.
* Fixed the link for editing pages in GitHub.
* In progress: styling for landing page.
* Finished styling for landing page.
* Regenerated the resources files.
* Fixed down-link on landing page.
* Improved styling of logo.
* Fixed logo styling except for mobile.
* Fixed logo styling on mobile.
* Tweaking the logo styles.
* Adding the nav CSS.
* Making the getting started docs more clear around environment variables and their usage
* Add a small note around KFAPP dir name in gitops-for-kubeflow.md doc
* Remove KUBEFLOW_REPO and replace it with KUBEFLOW_SRC since it is reserved for kfctl.sh
* Improve the instructions for setting up the OAuth client.
* Add screenshots
* Explain that Authorized Domains may not be an option and explain they
don't need to set it in that case.
Fix#177
* Address comments.
* Improved the intro to the guides section in the 'Requirements' doc.
* Smoothed out the UX in the getting-started guide.
* Smoothed out the UX in the GKE getting-started guide.
* Added more clarifications around branding and further UX tidy-ups.
* Fixed one more broken link.
* Improve troubleshooting instructions for GKE.
* Add troubleshooting instructions for 404's on central dashboard.
* Add gcloud/kubectl commands for getting backend health status
* Fix indent.
* Fix grammar.
* Bump the Kubeflow version from 0.2.1 to 0.2.2.
* 0.2.2 includes some fixes to deploy.sh.
Fixkubeflow/kubeflow#1201
* Update the user_guide.
* Fix the user_guide.md
* Update the docs for v0.2.1
* The getting started process now uses deploy scripts and
doesn't rely on bootstrapper.
* Get rid of and/or
* Try to fix indent by removing line breaks.
* Update TFJob docs.
* Explain how to use the new simple example prototype to generate a job.
* Fix some links to the user_guide.
* Fix user_guide links.
* Fix user_guide links.
* Fix a bunch of broken links.
* Add instructions for upgrading Kubeflow.
* Website Structure Changes
* Put all docs/ content in under a subdirectory to make it easy to organize
* Add a [[menu.docs]] in config.toml which organizes docs into sections
* For each docs content frontmatter, add a weight and a parent menu
* Major improvements to SecNav
* Organize it into sections and pages
* Highlight the current page in SecNav
* Missing .Params.bref should not crash hugo
* Add aliases so that it doesn't break previous links
* Updates to font size to make page more readable
* Landing page, and single content page basic setup works
* Section Nav fixed, and Content listins on section pages
* Remove legal/privacy links from footer until ready