|
9 | 9 | "zoomImagesDefault": true,
|
10 | 10 | "anchors": [
|
11 | 11 | {
|
12 |
| - "title": "Live Demo", |
| 12 | + "title": "Example App", |
13 | 13 | "icon": "arrow-up-right-from-square",
|
14 |
| - "link": "https://box-transform.codemagic.app" |
| 14 | + "link": "https://box-transform-example.firebaseapp.com" |
| 15 | + }, |
| 16 | + { |
| 17 | + "title": "Playground", |
| 18 | + "icon": "arrow-up-right-from-square", |
| 19 | + "link": "https://box-transform-playground.firebaseapp.com" |
15 | 20 | },
|
16 | 21 | {
|
17 | 22 | "title": "Report a bug",
|
|
25 | 30 | }
|
26 | 31 | ],
|
27 | 32 | "sidebar": [
|
28 |
| - ["Overview", "/"], |
29 |
| - ["Motivation", "/motivation"], |
30 | 33 | [
|
31 |
| - "Definitions", [ |
32 |
| - ["Resize Modes", "/resize_modes"] |
33 |
| - ] |
| 34 | + "Overview", |
| 35 | + "/" |
34 | 36 | ],
|
35 | 37 | [
|
36 |
| - "Using with Flutter", [ |
37 |
| - ["Getting Started", "/flutter_get_started"], |
38 |
| - ["Moving", "/flutter_moving"], |
39 |
| - ["Resizing", "/flutter_resizing"], |
40 |
| - ["Handles", "/handles"], |
41 |
| - ["Using a controller", "/flutter_controller"], |
42 |
| - ["API Reference \uD83D\uDD17", "https://pub.dev/documentation/flutter_box_transform/latest/"] |
43 |
| - ] |
| 38 | + "Motivation", |
| 39 | + "/motivation" |
44 | 40 | ],
|
45 | 41 | [
|
46 |
| - "Using the Dart API", [ |
47 |
| - ["Getting Started", "/get_started"], |
48 |
| - ["Moving", "/moving"], |
49 |
| - ["Resizing", "/resizing"], |
50 |
| - ["API Reference \uD83D\uDD17", "https://pub.dev/documentation/box_transform/latest/"] |
51 |
| - ] |
| 42 | + "Definitions", |
| 43 | + [ |
| 44 | + [ |
| 45 | + "Resize Modes", |
| 46 | + "/resize_modes" |
| 47 | + ] |
| 48 | + ] |
52 | 49 | ],
|
53 |
| - ["License", "/license"] |
| 50 | + [ |
| 51 | + "Using with Flutter", |
| 52 | + [ |
| 53 | + [ |
| 54 | + "Getting Started", |
| 55 | + "/flutter_get_started" |
| 56 | + ], |
| 57 | + [ |
| 58 | + "Moving", |
| 59 | + "/flutter_moving" |
| 60 | + ], |
| 61 | + [ |
| 62 | + "Resizing", |
| 63 | + "/flutter_resizing" |
| 64 | + ], |
| 65 | + [ |
| 66 | + "Handles", |
| 67 | + "/handles" |
| 68 | + ], |
| 69 | + [ |
| 70 | + "Using a controller", |
| 71 | + "/flutter_controller" |
| 72 | + ], |
| 73 | + [ |
| 74 | + "API Reference \uD83D\uDD17", |
| 75 | + "https://pub.dev/documentation/flutter_box_transform/latest/" |
| 76 | + ] |
| 77 | + ] |
| 78 | + ], |
| 79 | + [ |
| 80 | + "Using the Dart API", |
| 81 | + [ |
| 82 | + [ |
| 83 | + "Getting Started", |
| 84 | + "/get_started" |
| 85 | + ], |
| 86 | + [ |
| 87 | + "Moving", |
| 88 | + "/moving" |
| 89 | + ], |
| 90 | + [ |
| 91 | + "Resizing", |
| 92 | + "/resizing" |
| 93 | + ], |
| 94 | + [ |
| 95 | + "API Reference \uD83D\uDD17", |
| 96 | + "https://pub.dev/documentation/box_transform/latest/" |
| 97 | + ] |
| 98 | + ] |
| 99 | + ], |
| 100 | + [ |
| 101 | + "License", |
| 102 | + "/license" |
| 103 | + ] |
54 | 104 | ]
|
55 | 105 | }
|
0 commit comments