Skip to content

Commit

Permalink
styles: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 13, 2020
1 parent 6b07cbb commit 1e5b738
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
5 changes: 3 additions & 2 deletions docs/docs/guides/setting-up-cors.mdx
Expand Up @@ -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:

Expand Down
20 changes: 5 additions & 15 deletions docs/sidebar.json
@@ -1,10 +1,5 @@
{
"Introduction": [
"index",
"quickstart",
"install",
"configuring"
],
"Introduction": ["index", "quickstart", "install", "configuring"],
"Concepts": [
"concepts/index",
"concepts/terminology",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1e5b738

Please sign in to comment.