-
Notifications
You must be signed in to change notification settings - Fork 35
[WIP] Sprint: Add/update alt-text for images #222
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
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 | ||||||
``` | ||||||
|
||||||
 | ||||||
 | ||||||
|
||||||
:::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 | ||||||
``` | ||||||
|
||||||
 | ||||||
 | ||||||
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 | ||||||
``` | ||||||
|
||||||
 | ||||||
 | ||||||
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 | ||||||
``` | ||||||
|
||||||
 | ||||||
 | ||||||
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 | ||||||
``` | ||||||
|
||||||
 | ||||||
 | ||||||
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
Uh oh!
There was an error while loading. Please reload this page.
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.