create-zudoku 0.53.4 → 0.53.6

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.
@@ -39,7 +39,7 @@ Let's walk you through everything we've set up so you know how to customize it:
39
39
  {
40
40
  // ...
41
41
  "page": {
42
- "pageTitle": "My Developer Portal",
42
+ "title": "My Developer Portal",
43
43
  "banner": {
44
44
  "message": (
45
45
  <div className="w-full text-center">
@@ -7,7 +7,7 @@ import type { ZudokuConfig } from "zudoku";
7
7
  */
8
8
  const config: ZudokuConfig = {
9
9
  site: {
10
- pageTitle: "My Developer Portal",
10
+ title: "My Developer Portal",
11
11
  logo: {
12
12
  src: {
13
13
  light: "https://cdn.zuplo.com/assets/my-dev-portal-light.svg",
@@ -15,6 +15,10 @@ const config: ZudokuConfig = {
15
15
  },
16
16
  },
17
17
  },
18
+ metadata: {
19
+ title: "Developer Portal",
20
+ description: "Developer Portal",
21
+ },
18
22
  navigation: [
19
23
  {
20
24
  type: "category",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zudoku",
3
- "version": "0.53.4",
3
+ "version": "0.53.6",
4
4
  "keywords": [
5
5
  "react",
6
6
  "zudoku"