From ccd052d23037360e0d0dd5db6abaaaa1579b637d Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 20 Apr 2022 13:20:12 +0200 Subject: [PATCH] chore: Change title to GitHub Apps Signed-off-by: Johan Haals --- docs/integrations/github/github-apps.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/github/github-apps.md b/docs/integrations/github/github-apps.md index 67d096af26..5725e67c7b 100644 --- a/docs/integrations/github/github-apps.md +++ b/docs/integrations/github/github-apps.md @@ -1,6 +1,6 @@ --- id: github-apps -title: GitHub Apps for Backend Authentication +title: GitHub Apps description: Configure GitHub Apps for Backend Authentication --- diff --git a/mkdocs.yml b/mkdocs.yml index 4323f102b7..af677a91a8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -105,7 +105,7 @@ nav: - Locations: 'integrations/github/locations.md' - Discovery: 'integrations/github/discovery.md' - Org Data: 'integrations/github/org.md' - - GitHub Apps for Backend Authentication: 'integrations/github/github-apps.md' + - GitHub Apps: 'integrations/github/github-apps.md' - GitLab: - Locations: 'integrations/gitlab/locations.md' - Discovery: 'integrations/gitlab/discovery.md'