* Update modeldb.md to fix samples formatting issue
Added carriage return to fix bullet list rendering.
* Fix typo in Getting Started for IBM Cloud Private
* WIP Initial commit of refactored notebooks section.
* Minor additions.
* Finished draft of notebooks quickstart.
* Renamed some files and clarified the notebooks setup doc.
* Updated the guide to custom notebook images.
* A couple more screenshots plus text refinements.
* Fixed references to JupyterHub throughout the docs.
* Updated in response to review comments.
* One more link fix.
* Clarified auth in custom notebooks doc.
* Update Getting started guide for 0.5;
* Add a getting started page for on prem users and users with an existing K8s
cluster. This guide should explain how to use kfctl go binary rather
than kfctl.sh
* The main getting started page should link to individual getting started pages.
Fix#630 - remove who should consider using Kubeflw.
* Fix type.
* Fix link.
* Fix typos.
* 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.
* Add MiniKF guide for Kubeflow
Add instructions for installing MiniKF, as presented at Kubeflow Day LA
at SCaLE 17x.
* Amend the "Getting Started with Kubeflow" page
Introduce a different structure for the "Getting Started with Kubeflow"
page, as addressed in issue #548
`${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.
* 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: 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.
* Added instructions to remove KubeFlow again
Added useful instructions on how to remove KubeFlow, I happen to use this if I broke something in KF and want to reset it. It was not in the documentation but I can imagine it helps someone.
* Incopertad change requests from PR
* 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.
This branch/pull request replaces PR #391, which was closed due to
errant rebase.
This change updates the instructions for installing Microk8s, including
making it clear that Multipass isn't required if the user is already on
a Linux system.
* 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
* Modify content to make deployment using download.sh vs deploy from source a bit more clear
* No need to KUBEFLOW_REPO and only use KUBEFLOW_SRC environment variable
* 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.