* 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.
* Fixed program.py when num of line requested is more than actual number of line in input file
* Simple typo fix for SDK example (#1830)
* Adding StorageClass documentation to istio-dex installation (#1834)
* Adding StorageClass documentation to istio-dex installation
* Fixed spelling of "on-premises"
Co-authored-by: Sarah Maddox <sarahmaddox@users.noreply.github.com>
* Fixed program.py when num of line requested is more than actual number of line in input file
* Addressed review comment
* Moved break statement to the next line
* Removing excess whitespace
Co-authored-by: Caleb Bailey-moss <62480501+calebmoss@users.noreply.github.com>
Co-authored-by: Krishna Durai <krishnadurai20@gmail.com>
Co-authored-by: Sarah Maddox <sarahmaddox@users.noreply.github.com>
Co-authored-by: Joe Liedtke <joeliedtke@google.com>
* Add a simple example to show how to use upload apis
* add example number and we will have more examples
* shorten the title
* be more precise with the client name
* add a command for user to test sdk version
* address comments
* modified the title
* addressing comments
For example, change `{name: Input 1, type: GCSPath, description='Data for Input 1'}` to `{name: Input 1, type: GCSPath, description: 'Data for Input 1'}`.
* adding a example about reading enviroment variables
* update
* updating spelling misstake and clearifyng
* updating after feedback on spelling, and style
* correcting previous push
* removing small comment and reanaming pipline
* First commit of versioning policy and product-ready indicators.
* Started the application version matrix.
* Further refinements to the versioning policy.
* Further refinements to the app version matrix.
* Finished the matrices.
* Added production-ready batch to more components.
* Updated to reflect feedback in reviewing meeting.
* Reverted changes to GKE deployment reasons - no longer needed.
* Reverted changes to GKE deployment reasons - no longer needed.
* Added the Pipelines SDK to the versioning doc.
* Clarified that kubectl doesn't discriminate based on app status.
* Adjusted after tech writer review.
* Added a missing and.
* Updated app versions to latest known.
* Added link to support page (which is added by PR #1520).
* Changed status 'experimental' to 'alpha' throughout.
* Initial commit of a shortcode for alpha banner.
* Fixed error in alpha shortcode.
* Finalised alpha and beta shortcodes; added alpha to Chainer docs.
* Further tweaking of the alpha and beta banners.
* Added all status banners and swapped docs/github links.
* Added empty line at end of file.
* Added version numbers for Metadata and Fairing.
* Added some version numbers to the matrix and removed TFServing and Batch Predict.
* [Pipelines] Greatly simplified the "Create Reusable Components" tutorial
The recently added artifact passing feature (and the `inputPath` placeholder) makes data passing and component development much simpler.
Updating the tutorials.
* Addressed feedback
* Started work on Python Based Visualization documentation
* Continued work on Python Based Visualization documentation
* Pipelines -> Kubeflow Pipelines
* Improved wording surrounding link in output-viewer.md
* Removed Jupyter reference
* Removed ambiguity surrounding "Kubeflow Pipelines Team" and "users"
* Removed "Why Predefined Visualizations are Important" section
* Fixed brand name capitalization
* Fixed header name capitalization
* i.e. -> that is (spelling out abbreviations)
* Removed "How to create predefined visualizations" in favor of "Next Steps"
https://github.com/kubeflow/pipelines/pull/1853
* Added periods to the end of each list item
* Continued addressing PR feedback
* Fixed TODO and added additional information to pre-intro paragraph
* Added details for how to enable custom visualizations
* Added details about python based visualizations vs. current offering
* Added images
* Changed last occurrence of Arbitrary -> Custom
* Addressed PR feedback
* Added version info and changed customizability -> customization
Version info currently leads to dead links as releases have not yet been made
* Changed version of Kubeflow release
* Addressed most of the PR comments from @sarahmaddox
* updating broken pipelines references
This is global update, its meaning to fix links to kubeflow/pipelines
repository
1. `pipeline-metrics.md` - taxy pipeline and notebook link (tfx)
2. `manipulate-reposerces.md` - renamed resources
see kubeflow/pipelines@fe0bc678a
3. `build-pipeline.md` link to tfx notebook + general link to
samples/core, as notebooks now located in multiple directories.
4. `build-pipeline.md` - other pipeline repo changes.
* Additional fix for new found broken resources
Added two more fixes for broken pipelines, not covered before.
* Updating `pipelines metrics`