-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Sprint: Add/update alt-text for images #222
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -55,7 +55,7 @@ You can verify that Nebari is properly installed, and you are able to execute th | |||||
nebari --help | ||||||
``` | ||||||
|
||||||
![A representation of the output generated when Nebari help command argument is executed, the output contains a list of the available commands and their use.](/img/get-started/nebari-help.png "Nebari's help command line output") | ||||||
![A representation of the output generated when Nebari help command argument is executed, the output contains a list of the available commands and their use. ](/img/get-started/nebari-help.png "Nebari's help command line output") | ||||||
|
||||||
:::note Troubleshooting | ||||||
If you are unable to successfully validate the Nebari installation above, you may want to check out our [troubleshooting guide][nebari-troubleshooting]. | ||||||
|
@@ -75,7 +75,7 @@ You can pass the `--help` flag to the `init` command to check all the arguments | |||||
nebari init --help | ||||||
``` | ||||||
|
||||||
![A representation of the output generated when Nebari init help command is executed, the output contains a list of the available options and arguments and their use.](/img/get-started/nebari-init-help-2.png "Nebari's init help command line output") | ||||||
![A representation of the output generated when Nebari init help command is executed, the output contains a list of the available options and arguments and their use. ](/img/get-started/nebari-init-help-2.png "Nebari's init help command line output") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
:::tip | ||||||
You can pass the `--guided-init` flag to the `init` command to interact with Guided Init Wizard. | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -115,7 +115,7 @@ environment variables have been properly set. It is time to initialize and deplo | |||||
nebari init --guided-init | ||||||
``` | ||||||
|
||||||
![A representation of the output generated when Nebari init guided-init command is executed.](/img/how-tos/nebari-aws.png) | ||||||
![A representation of the output generated when Nebari init guided-init command is executed. ](/img/how-tos/nebari-aws.png) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll work on this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pavithraes It might be better to add more description to the text above instead of the alt text on a screenshot. I'm also wondering if the screenshot could be pasted in as a code block instead of an image. What do you think? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
:::tip | ||||||
If you prefer not using the `guided-init` command then you can directly run the `init` command. | ||||||
|
@@ -181,7 +181,7 @@ To see all the options available for the deploy command, run the following comma | |||||
nebari deploy --help | ||||||
``` | ||||||
|
||||||
![A representation of the output generated when nebari deploy help command is executed.](/img/how-tos/nebari-deploy-help.png) | ||||||
![A representation of the output generated when nebari deploy help command is executed. ](/img/how-tos/nebari-deploy-help.png) | ||||||
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
Sorry, something went wrong. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
With the `nebari-config.yaml` configuration file now created, Nebari can be deployed for the first time. Type the following command on your command line: | ||||||
|
||||||
|
@@ -225,7 +225,7 @@ To see all the options available for the destroy command, type the following com | |||||
nebari destroy --help | ||||||
``` | ||||||
|
||||||
![A representation of the output generated when nebari deploy help command is executed.](/img/how-tos/nebari-destroy-help.png) | ||||||
![A representation of the output generated when nebari deploy help command is executed. ](/img/how-tos/nebari-destroy-help.png) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Nebari also has a `destroy` command that works the same way the deploy works but instead of creating the provisioned resources it destroys it. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move this sentence up. It should be the first sentence after the heading |
||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm working on this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(As mentioned on call) We don't need this one because it's redundant.