* 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.
* 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
* 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.
* 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
* 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.
* 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.
* Add getting-started using Microk8s and Multipass
These instructions are similar to minikube, but
leverage multipass as a native hypervisor solution and
microk8s as the kubernetes installation.
* Fix user-guide URL, add local k8s option details
More information provided on what minikube entails, and what multipass /
microk8s entails.
* Add links to self-paced scenarios
Clarify cluster setup instructions
Remove broken links
* Remove link to example in Requirements
* Add link to Why we use ksonnet
Use correct capitalization on ksonnet components page
* 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