create-zuplo-api 6.57.3 → 6.57.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40,9 +40,13 @@ you through everything we've set up so you know how to customize it:
|
|
|
40
40
|
First, you may want to change the title and banner we've put in place. These
|
|
41
41
|
are part of the `page` section in your configuration.
|
|
42
42
|
|
|
43
|
-
:::tip
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
:::tip
|
|
44
|
+
|
|
45
|
+
**Have a company logo?** Learn how you can
|
|
46
|
+
[add your logo](https://zuplo.com/docs/dev-portal/zudoku/configuration/site#logo)
|
|
47
|
+
in our documentation.
|
|
48
|
+
|
|
49
|
+
:::
|
|
46
50
|
|
|
47
51
|
```jsx
|
|
48
52
|
{
|
|
@@ -87,8 +91,12 @@ you through everything we've set up so you know how to customize it:
|
|
|
87
91
|
[documentation on how to configure](https://zuplo.com/docs/dev-portal/zudoku/configuration/authentication#authentication-providers)
|
|
88
92
|
each one.
|
|
89
93
|
|
|
90
|
-
:::caution
|
|
91
|
-
|
|
94
|
+
:::caution
|
|
95
|
+
|
|
96
|
+
You must change the authentication provider before taking this to
|
|
97
|
+
**production**. Using our demo provider is not secure for production use.
|
|
98
|
+
|
|
99
|
+
:::
|
|
92
100
|
|
|
93
101
|
```json
|
|
94
102
|
{
|
|
@@ -40,9 +40,13 @@ you through everything we've set up so you know how to customize it:
|
|
|
40
40
|
First, you may want to change the title and banner we've put in place. These
|
|
41
41
|
are part of the `page` section in your configuration.
|
|
42
42
|
|
|
43
|
-
:::tip
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
:::tip
|
|
44
|
+
|
|
45
|
+
**Have a company logo?** Learn how you can
|
|
46
|
+
[add your logo](https://zuplo.com/docs/dev-portal/zudoku/configuration/site#logo)
|
|
47
|
+
in our documentation.
|
|
48
|
+
|
|
49
|
+
:::
|
|
46
50
|
|
|
47
51
|
```jsx
|
|
48
52
|
{
|
|
@@ -87,8 +91,12 @@ you through everything we've set up so you know how to customize it:
|
|
|
87
91
|
[documentation on how to configure](https://zuplo.com/docs/dev-portal/zudoku/configuration/authentication#authentication-providers)
|
|
88
92
|
each one.
|
|
89
93
|
|
|
90
|
-
:::caution
|
|
91
|
-
|
|
94
|
+
:::caution
|
|
95
|
+
|
|
96
|
+
You must change the authentication provider before taking this to
|
|
97
|
+
**production**. Using our demo provider is not secure for production use.
|
|
98
|
+
|
|
99
|
+
:::
|
|
92
100
|
|
|
93
101
|
```json
|
|
94
102
|
{
|