diff --git a/docs/docs/guides/setting-up-cors.mdx b/docs/docs/guides/setting-up-cors.mdx index 10afa6a70ca..8c15fca0b30 100644 --- a/docs/docs/guides/setting-up-cors.mdx +++ b/docs/docs/guides/setting-up-cors.mdx @@ -3,8 +3,9 @@ id: setting-up-cors title: Setting up Cross-origin resource sharing (CORS) --- -ORY Kratos' Public API supports CORS out of the box. A reference for this configuration -can be found in the [Configuration Reference](../reference/configuration.md). +ORY Kratos' Public API supports CORS out of the box. A reference for this +configuration can be found in the +[Configuration Reference](../reference/configuration.md). For CORS to work properly, we encourage to set the following values: diff --git a/docs/sidebar.json b/docs/sidebar.json index 9488bee8f53..9a8877c732e 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -1,10 +1,5 @@ { - "Introduction": [ - "index", - "quickstart", - "install", - "configuring" - ], + "Introduction": ["index", "quickstart", "install", "configuring"], "Concepts": [ "concepts/index", "concepts/terminology", @@ -37,9 +32,7 @@ "self-service/flows/2fa-mfa-multi-factor-authentication", "self-service/hooks" ], - "Administration": [ - "admin/managing-users-identities" - ], + "Administration": ["admin/managing-users-identities"], "Guides": [ "guides/sign-in-with-github-google-facebook-linkedin", "guides/react-native-login-registration", @@ -189,12 +182,9 @@ "Debug & Help": [ "debug/csrf" ], - "SDKs": [ - "sdk" - ], - "Development": [ - "milestones" - ], + "Debug & Help": ["debug/csrf"], + "SDKs": ["sdk"], + "Development": ["milestones"], "Further Reading": [ "further-reading/comparison", "further-reading/kratos-video-tutorials"