diff --git a/docs/auth/auth-backend.md b/docs/auth/auth-backend.md deleted file mode 100644 index 6d8b95ac9f..0000000000 --- a/docs/auth/auth-backend.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: auth-backend -title: Auth backend -description: Documentation on Auth backend ---- - -## TODO diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 867f171ca2..44d8e12869 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -276,7 +276,6 @@ ] }, "auth/identity-resolver", - "auth/auth-backend", "auth/oauth", "auth/add-auth-provider", "auth/troubleshooting", diff --git a/mkdocs.yml b/mkdocs.yml index 0d386e63fa..c0a8e3a182 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -161,7 +161,6 @@ nav: - OAuth2Proxy: 'auth/oauth2-proxy/provider.md' - Bitbucket: 'auth/bitbucket/provider.md' - Sign in resolvers: 'auth/identity-resolver.md' - - Auth backend: 'auth/auth-backend.md' - OAuth and OpenID Connect: 'auth/oauth.md' - Contributing New Providers: 'auth/add-auth-provider.md' - Troubleshooting Auth: 'auth/troubleshooting.md'