feat(vmimport): Add UI section to documentation page#969
Open
wombelix wants to merge 1 commit intoharvester:mainfrom
Open
feat(vmimport): Add UI section to documentation page#969wombelix wants to merge 1 commit intoharvester:mainfrom
wombelix wants to merge 1 commit intoharvester:mainfrom
Conversation
Signed-off-by: Dominik Wombacher <dominik.wombacher@suse.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem:
The UI Integration of the VM Import Controller flow was introduced in the Harvester UI Extension Repository.
Solution:
Adding a new
UIsection to the vmimport page to make user aware of the new capability and that it mirrors the features that the already documentedAPIprovides. The benefit is the option to use the VM Import feature without writing YAML manifest files.Related Issue(s):
Issue harvester/harvester#4663
UI Pull Request harvester/harvester-ui-extension#642
Test plan:
I did a
yarn installfollowed byyarn gen-api-docsandyarn starton my local development machine and validated that the addition looks as expected and as written in the markdown file. Also that the two new images are shown and can be zoomed in.Additional documentation or context