fix: move Auth error codes to top level (#29254)

* fix: move error codes to top level

* fix: remove stray newlines

* fix: merge all error sections into central location

* fix: add section heading above table
This commit is contained in:
Joel Lee
2024-09-16 07:46:40 +03:00
committed by GitHub
parent 5d2bdc9efb
commit d9c43db51d
8 changed files with 109 additions and 81 deletions

View File

@@ -504,6 +504,7 @@ export const auth = {
},
],
},
{
name: 'Concepts',
items: [
@@ -583,6 +584,10 @@ export const auth = {
},
],
},
{
name: 'Debugging',
items: [{ name: 'Error Codes', url: '/guides/auth/debugging/error-codes' }],
},
{
name: 'Third-party auth',
items: [