Skip to content
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

docs(onboarding): better alt text for images #29347

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/usage/getting-started/installing-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Follow these steps to install and enable the Mend Renovate App:

First, navigate to [https://github.com/apps/renovate](https://github.com/apps/renovate) and select the Install button:

![The Mend Renovate App Install button](../assets/images/github-app-install.png){ loading=lazy }
![The Mend Renovate App install button](../assets/images/github-app-install.png){ loading=lazy }

The only choice you need to make is whether to run Renovate on all repositories or on selected repositories:

![The Mend Renovate App repositories](../assets/images/github-app-choose-repos.png){ loading=lazy }
![Repository select screen for the Mend Renovate app](../assets/images/github-app-choose-repos.png){ loading=lazy }

Renovate will ignore any repositories that don't have known package files, as well as any forks, so you can enable Renovate for all your repositories with no problems.
That said, most people run Renovate on selected repositories.
Expand Down Expand Up @@ -55,7 +55,7 @@ You can also set the line endings in your repository by adding `* text=auto eol=

Once you have enabled Renovate on a repository, you will get a "Configure Renovate" Pull Request looking something like this:

![Onboarding](../assets/images/onboarding.png){ loading=lazy }
![Onboarding PR from Renovate](../assets/images/onboarding.png){ loading=lazy }

### No risk onboarding

Expand Down