@@ -4,8 +4,7 @@ export const config = {
4
4
id : "index" ,
5
5
url : "index.html" ,
6
6
name : "Documentation" ,
7
- description :
8
- "Materialize is a modern responsive CSS framework based on Material Design by Google." ,
7
+ description : "Materialize is a modern responsive CSS framework based on Material Design by Google." ,
9
8
} ,
10
9
{
11
10
id : "about" ,
@@ -17,18 +16,31 @@ export const config = {
17
16
id : "gettingstarted" ,
18
17
url : "getting-started.html" ,
19
18
name : "Getting started" ,
20
- description :
21
- "Learn how to easily start using Materialize and integrate it into your project." ,
19
+ description : "Learn how to easily start using Materialize and integrate it into your project." ,
20
+ } ,
21
+ {
22
+ id : "color" ,
23
+ url : "color.html" ,
24
+ name : "Color" ,
25
+ description : "Materialize offers a lot of colors which can be used in your next project." ,
26
+ } ,
27
+ {
28
+ id : "grid" ,
29
+ url : "grid.html" ,
30
+ name : "Grid" ,
31
+ description : "Use Materializes powerful grid system which uses CSS Grid to make formatting your web project easier and more comfortable." ,
32
+ } ,
33
+ {
34
+ id : "helpers" ,
35
+ url : "helpers.html" ,
36
+ name : "Helpers" ,
37
+ description : "Get an overview of all helper classes for visibility and common css properties." ,
22
38
} ,
23
- { id : "color" , url : "color.html" , name : "Color" } ,
24
- { id : "grid" , url : "grid.html" , name : "Grid" } ,
25
- { id : "helpers" , url : "helpers.html" , name : "Helpers" } ,
26
39
{
27
40
id : "mediacss" ,
28
41
url : "media-css.html" ,
29
42
name : "Media Styles" ,
30
- description :
31
- "Responsive images and videos ready to be seen on many devices." ,
43
+ description : "Responsive images and videos ready to be seen on many devices." ,
32
44
} ,
33
45
{ id : "pulse" , url : "pulse.html" , name : "Pulse" } ,
34
46
{ id : "sass" , url : "sass.html" , name : "Sass" } ,
@@ -66,8 +78,7 @@ export const config = {
66
78
id : "media" ,
67
79
url : "media.html" ,
68
80
name : "Media" ,
69
- description :
70
- "Use Box and Slider to present your media content in a cool way." ,
81
+ description : "Use Box and Slider to present your media content in a cool way." ,
71
82
} ,
72
83
{ id : "modals" , url : "modals.html" , name : "Modals" } ,
73
84
{ id : "parallax" , url : "parallax.html" , name : "Parallax" } ,
0 commit comments