Skip to content

Commit 066ba96

Browse files
committed
Update manifest.json
1 parent 2f0525d commit 066ba96

File tree

1 file changed

+3
-98
lines changed

1 file changed

+3
-98
lines changed

docs/src/manifests/manifest.json

Lines changed: 3 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -26,104 +26,9 @@
2626
"open": true,
2727
"routes": [
2828
{
29-
"title": "Line Chart",
30-
"path": "/examples/line",
31-
"editUrl": "/examples/line.md"
32-
},
33-
{
34-
"title": "Bubble Chart",
35-
"path": "/examples/bubble",
36-
"editUrl": "/examples/bubble.md"
37-
},
38-
{
39-
"title": "Area Chart",
40-
"path": "/examples/area",
41-
"editUrl": "/examples/area.md"
42-
},
43-
{
44-
"title": "Bar Chart",
45-
"path": "/examples/bar",
46-
"editUrl": "/examples/bar.md"
47-
},
48-
{
49-
"title": "Column Chart",
50-
"path": "/examples/column",
51-
"editUrl": "/examples/column.md"
52-
},
53-
{
54-
"title": "Animated",
55-
"path": "/examples/animated",
56-
"editUrl": "/examples/animated.md"
57-
},
58-
{
59-
"title": "Axis Options",
60-
"path": "/examples/axis-options",
61-
"editUrl": "/examples/axis-options.md"
62-
},
63-
{
64-
"title": "Custom Styles",
65-
"path": "/examples/custom-styles",
66-
"editUrl": "/examples/custom-styles.md"
67-
},
68-
{
69-
"title": "Custom Tooltip",
70-
"path": "/examples/custom-tooltip",
71-
"editUrl": "/examples/custom-tooltip.md"
72-
},
73-
{
74-
"title": "Cursors",
75-
"path": "/examples/cursors",
76-
"editUrl": "/examples/cursors.md"
77-
},
78-
{
79-
"title": "Synced Cursors",
80-
"path": "/examples/synced-cursors",
81-
"editUrl": "/examples/synced-cursors.md"
82-
},
83-
{
84-
"title": "Brushing",
85-
"path": "/examples/brushing",
86-
"editUrl": "/examples/brushing.md"
87-
},
88-
{
89-
"title": "Custom Cursors",
90-
"path": "/examples/custom-cursors",
91-
"editUrl": "/examples/custom-cursors.md"
92-
},
93-
{
94-
"title": "Grouping Modes",
95-
"path": "/examples/grouping-modes",
96-
"editUrl": "/examples/grouping-modes.md"
97-
},
98-
{
99-
"title": "Tooltip Options",
100-
"path": "/examples/tooltip-options",
101-
"editUrl": "/examples/tooltip-options.md"
102-
},
103-
{
104-
"title": "Dynamic Box",
105-
"path": "/examples/dynamic-box",
106-
"editUrl": "/examples/dynamic-box.md"
107-
},
108-
{
109-
"title": "Sparklines",
110-
"path": "/examples/sparklines",
111-
"editUrl": "/examples/sparklines.md"
112-
},
113-
{
114-
"title": "Mixed Types",
115-
"path": "/examples/mixed-types",
116-
"editUrl": "/examples/mixed-types.md"
117-
},
118-
{
119-
"title": "Multiple Axes",
120-
"path": "/examples/multiple-axes",
121-
"editUrl": "/examples/multiple-axes.md"
122-
},
123-
{
124-
"title": "Dark Mode",
125-
"path": "/examples/dark-mode",
126-
"editUrl": "/examples/dark-mode.md"
29+
"title": "Simple",
30+
"path": "/examples/simple",
31+
"editUrl": "/examples/simple.md"
12732
},
12833
{
12934
"title": "Stress Test",

0 commit comments

Comments
 (0)