Update some doc links & formatting (#568)

This commit is contained in:
Andrew Ferrazzutti 2022-11-07 09:19:46 -05:00 committed by GitHub
parent c9a9a54e95
commit 7fc0b5b8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

1
changelog.d/568.doc Normal file
View File

@ -0,0 +1 @@
Improve navigability & legibility of some documentation pages.

View File

@ -89,4 +89,4 @@ are supported.
If you have followed these steps correctly, GitHub should now be configured with hookshot 🥳.
You can now follow the guide on [authenticating with GitHub](../usage/auth.md), and then [bridging a room](../usage/room_configuration/github_repo.md#setting-up)
You can now follow the guide on [authenticating with GitHub](../usage/auth.md#github), and then [bridging a room](../usage/room_configuration/github_repo.md#setting-up)

View File

@ -35,5 +35,5 @@ if the request made it through, however.
## Adding a repository
You can now follow the guide on [authenticating with GitLab](../usage/auth.md), and then [bridging a room](../usage/room_configuration/gitlab_project.md#setting-up)
You can now follow the guide on [authenticating with GitLab](../usage/auth.md#gitlab), and then [bridging a room](../usage/room_configuration/gitlab_project.md#setting-up)

View File

@ -48,7 +48,7 @@ You can authenticate with GitLab by supplying a Personal Access Token. OAuth-sty
yet.
- You will need to have configured a GitLab instance in your config.yml for the instance you want to log in to.
- Open https://%instance%/-/profile/personal_access_tokens (GitLab > User Settings > Access Tokens), where instance is your GitLab instance address.
- Open **https://%instance%/-/profile/personal_access_tokens** (GitLab > User Settings > Access Tokens), where instance is your GitLab instance address.
- For the public GitLab server, this would be "gitlab.com"
- Give it a good name, and a sensible expiration date. For scopes you will need to tick `api`.
- Send the generated token to the bridge by saying `gitlab personaltoken %instance% %your-token%`. You can redact