@@ -899,31 +899,31 @@ export const tutorials_out_list = [
899
899
tutorials : [
900
900
{
901
901
name : "Basics" ,
902
- slug : "basics" ,
902
+ slug : "introduction- basics" ,
903
903
} ,
904
904
{
905
905
name : "Adding data" ,
906
- slug : "adding-data" ,
906
+ slug : "introduction- adding-data" ,
907
907
} ,
908
908
{
909
909
name : "Dynamic attributes" ,
910
- slug : "dynamic-attributes" ,
910
+ slug : "introduction- dynamic-attributes" ,
911
911
} ,
912
912
{
913
913
name : "Styling" ,
914
- slug : "styling" ,
914
+ slug : "introduction- styling" ,
915
915
} ,
916
916
{
917
917
name : "Nested components" ,
918
- slug : "nested-components" ,
918
+ slug : "introduction- nested-components" ,
919
919
} ,
920
920
{
921
921
name : "HTML tags" ,
922
- slug : "html-tags" ,
922
+ slug : "introduction- html-tags" ,
923
923
} ,
924
924
{
925
925
name : "Making an app" ,
926
- slug : "making-an-app" ,
926
+ slug : "introduction- making-an-app" ,
927
927
} ,
928
928
] ,
929
929
} ,
@@ -932,19 +932,19 @@ export const tutorials_out_list = [
932
932
tutorials : [
933
933
{
934
934
name : "Assignments" ,
935
- slug : "assignments" ,
935
+ slug : "reactivity- assignments" ,
936
936
} ,
937
937
{
938
938
name : "Declarations" ,
939
- slug : "declarations" ,
939
+ slug : "reactivity- declarations" ,
940
940
} ,
941
941
{
942
942
name : "Statements" ,
943
- slug : "statements" ,
943
+ slug : "reactivity- statements" ,
944
944
} ,
945
945
{
946
946
name : "Updating arrays and objects" ,
947
- slug : "updating-arrays-and-objects" ,
947
+ slug : "reactivity- updating-arrays-and-objects" ,
948
948
} ,
949
949
] ,
950
950
} ,
@@ -953,15 +953,15 @@ export const tutorials_out_list = [
953
953
tutorials : [
954
954
{
955
955
name : "Declaring props" ,
956
- slug : "declaring-props" ,
956
+ slug : "props- declaring-props" ,
957
957
} ,
958
958
{
959
959
name : "Default values" ,
960
- slug : "default-values" ,
960
+ slug : "props- default-values" ,
961
961
} ,
962
962
{
963
963
name : "Spread props" ,
964
- slug : "spread-props" ,
964
+ slug : "props- spread-props" ,
965
965
} ,
966
966
] ,
967
967
} ,
@@ -970,27 +970,27 @@ export const tutorials_out_list = [
970
970
tutorials : [
971
971
{
972
972
name : "If blocks" ,
973
- slug : "if-blocks" ,
973
+ slug : "logic- if-blocks" ,
974
974
} ,
975
975
{
976
976
name : "Else blocks" ,
977
- slug : "else-blocks" ,
977
+ slug : "logic- else-blocks" ,
978
978
} ,
979
979
{
980
980
name : "Else-if blocks" ,
981
- slug : "else-if-blocks" ,
981
+ slug : "logic- else-if-blocks" ,
982
982
} ,
983
983
{
984
984
name : "Each blocks" ,
985
- slug : "each-blocks" ,
985
+ slug : "logic- each-blocks" ,
986
986
} ,
987
987
{
988
988
name : "Keyed each blocks" ,
989
- slug : "keyed-each-blocks" ,
989
+ slug : "logic- keyed-each-blocks" ,
990
990
} ,
991
991
{
992
992
name : "Await blocks" ,
993
- slug : "await-blocks" ,
993
+ slug : "logic- await-blocks" ,
994
994
} ,
995
995
] ,
996
996
} ,
@@ -999,27 +999,27 @@ export const tutorials_out_list = [
999
999
tutorials : [
1000
1000
{
1001
1001
name : "DOM events" ,
1002
- slug : "dom-events" ,
1002
+ slug : "events- dom-events" ,
1003
1003
} ,
1004
1004
{
1005
1005
name : "Inline handlers" ,
1006
- slug : "inline-handlers" ,
1006
+ slug : "events- inline-handlers" ,
1007
1007
} ,
1008
1008
{
1009
1009
name : "Event modifiers" ,
1010
- slug : "event-modifiers" ,
1010
+ slug : "events- event-modifiers" ,
1011
1011
} ,
1012
1012
{
1013
1013
name : "Component events" ,
1014
- slug : "component-events" ,
1014
+ slug : "events- component-events" ,
1015
1015
} ,
1016
1016
{
1017
1017
name : "Event forwarding" ,
1018
- slug : "event-forwarding" ,
1018
+ slug : "events- event-forwarding" ,
1019
1019
} ,
1020
1020
{
1021
1021
name : "DOM event forwarding" ,
1022
- slug : "dom-event-forwarding" ,
1022
+ slug : "events- dom-event-forwarding" ,
1023
1023
} ,
1024
1024
] ,
1025
1025
} ,
@@ -1028,7 +1028,7 @@ export const tutorials_out_list = [
1028
1028
export const tutorials_out_full = [
1029
1029
{
1030
1030
name : "Basics" ,
1031
- slug : "basics" ,
1031
+ slug : "introduction- basics" ,
1032
1032
initial : [
1033
1033
{
1034
1034
name : "App.svelte" ,
@@ -1042,7 +1042,7 @@ export const tutorials_out_full = [
1042
1042
} ,
1043
1043
{
1044
1044
name : "Adding data" ,
1045
- slug : "adding-data" ,
1045
+ slug : "introduction- adding-data" ,
1046
1046
initial : [
1047
1047
{
1048
1048
name : "App.svelte" ,
@@ -1063,7 +1063,7 @@ export const tutorials_out_full = [
1063
1063
} ,
1064
1064
{
1065
1065
name : "Dynamic attributes" ,
1066
- slug : "dynamic-attributes" ,
1066
+ slug : "introduction- dynamic-attributes" ,
1067
1067
initial : [
1068
1068
{
1069
1069
name : "App.svelte" ,
@@ -1085,7 +1085,7 @@ export const tutorials_out_full = [
1085
1085
} ,
1086
1086
{
1087
1087
name : "Styling" ,
1088
- slug : "styling" ,
1088
+ slug : "introduction- styling" ,
1089
1089
initial : [
1090
1090
{
1091
1091
name : "App.svelte" ,
@@ -1107,7 +1107,7 @@ export const tutorials_out_full = [
1107
1107
} ,
1108
1108
{
1109
1109
name : "Nested components" ,
1110
- slug : "nested-components" ,
1110
+ slug : "introduction- nested-components" ,
1111
1111
initial : [
1112
1112
{
1113
1113
name : "App.svelte" ,
@@ -1139,7 +1139,7 @@ export const tutorials_out_full = [
1139
1139
} ,
1140
1140
{
1141
1141
name : "HTML tags" ,
1142
- slug : "html-tags" ,
1142
+ slug : "introduction- html-tags" ,
1143
1143
initial : [
1144
1144
{
1145
1145
name : "App.svelte" ,
@@ -1161,7 +1161,7 @@ export const tutorials_out_full = [
1161
1161
} ,
1162
1162
{
1163
1163
name : "Making an app" ,
1164
- slug : "making-an-app" ,
1164
+ slug : "introduction- making-an-app" ,
1165
1165
initial : [
1166
1166
{
1167
1167
name : "App.svelte" ,
@@ -1175,7 +1175,7 @@ export const tutorials_out_full = [
1175
1175
} ,
1176
1176
{
1177
1177
name : "Assignments" ,
1178
- slug : "assignments" ,
1178
+ slug : "reactivity- assignments" ,
1179
1179
initial : [
1180
1180
{
1181
1181
name : "App.svelte" ,
@@ -1197,7 +1197,7 @@ export const tutorials_out_full = [
1197
1197
} ,
1198
1198
{
1199
1199
name : "Declarations" ,
1200
- slug : "declarations" ,
1200
+ slug : "reactivity- declarations" ,
1201
1201
initial : [
1202
1202
{
1203
1203
name : "App.svelte" ,
@@ -1219,7 +1219,7 @@ export const tutorials_out_full = [
1219
1219
} ,
1220
1220
{
1221
1221
name : "Statements" ,
1222
- slug : "statements" ,
1222
+ slug : "reactivity- statements" ,
1223
1223
initial : [
1224
1224
{
1225
1225
name : "App.svelte" ,
@@ -1241,7 +1241,7 @@ export const tutorials_out_full = [
1241
1241
} ,
1242
1242
{
1243
1243
name : "Updating arrays and objects" ,
1244
- slug : "updating-arrays-and-objects" ,
1244
+ slug : "reactivity- updating-arrays-and-objects" ,
1245
1245
initial : [
1246
1246
{
1247
1247
name : "App.svelte" ,
@@ -1263,7 +1263,7 @@ export const tutorials_out_full = [
1263
1263
} ,
1264
1264
{
1265
1265
name : "Declaring props" ,
1266
- slug : "declaring-props" ,
1266
+ slug : "props- declaring-props" ,
1267
1267
initial : [
1268
1268
{
1269
1269
name : "App.svelte" ,
@@ -1297,7 +1297,7 @@ export const tutorials_out_full = [
1297
1297
} ,
1298
1298
{
1299
1299
name : "Default values" ,
1300
- slug : "default-values" ,
1300
+ slug : "props- default-values" ,
1301
1301
initial : [
1302
1302
{
1303
1303
name : "App.svelte" ,
@@ -1331,7 +1331,7 @@ export const tutorials_out_full = [
1331
1331
} ,
1332
1332
{
1333
1333
name : "Spread props" ,
1334
- slug : "spread-props" ,
1334
+ slug : "props- spread-props" ,
1335
1335
initial : [
1336
1336
{
1337
1337
name : "App.svelte" ,
@@ -1365,7 +1365,7 @@ export const tutorials_out_full = [
1365
1365
} ,
1366
1366
{
1367
1367
name : "If blocks" ,
1368
- slug : "if-blocks" ,
1368
+ slug : "logic- if-blocks" ,
1369
1369
initial : [
1370
1370
{
1371
1371
name : "App.svelte" ,
@@ -1387,7 +1387,7 @@ export const tutorials_out_full = [
1387
1387
} ,
1388
1388
{
1389
1389
name : "Else blocks" ,
1390
- slug : "else-blocks" ,
1390
+ slug : "logic- else-blocks" ,
1391
1391
initial : [
1392
1392
{
1393
1393
name : "App.svelte" ,
@@ -1409,7 +1409,7 @@ export const tutorials_out_full = [
1409
1409
} ,
1410
1410
{
1411
1411
name : "Else-if blocks" ,
1412
- slug : "else-if-blocks" ,
1412
+ slug : "logic- else-if-blocks" ,
1413
1413
initial : [
1414
1414
{
1415
1415
name : "App.svelte" ,
@@ -1431,7 +1431,7 @@ export const tutorials_out_full = [
1431
1431
} ,
1432
1432
{
1433
1433
name : "Each blocks" ,
1434
- slug : "each-blocks" ,
1434
+ slug : "logic- each-blocks" ,
1435
1435
initial : [
1436
1436
{
1437
1437
name : "App.svelte" ,
@@ -1453,7 +1453,7 @@ export const tutorials_out_full = [
1453
1453
} ,
1454
1454
{
1455
1455
name : "Keyed each blocks" ,
1456
- slug : "keyed-each-blocks" ,
1456
+ slug : "logic- keyed-each-blocks" ,
1457
1457
initial : [
1458
1458
{
1459
1459
name : "App.svelte" ,
@@ -1487,7 +1487,7 @@ export const tutorials_out_full = [
1487
1487
} ,
1488
1488
{
1489
1489
name : "Await blocks" ,
1490
- slug : "await-blocks" ,
1490
+ slug : "logic- await-blocks" ,
1491
1491
initial : [
1492
1492
{
1493
1493
name : "App.svelte" ,
@@ -1509,7 +1509,7 @@ export const tutorials_out_full = [
1509
1509
} ,
1510
1510
{
1511
1511
name : "DOM events" ,
1512
- slug : "dom-events" ,
1512
+ slug : "events- dom-events" ,
1513
1513
initial : [
1514
1514
{
1515
1515
name : "App.svelte" ,
@@ -1531,7 +1531,7 @@ export const tutorials_out_full = [
1531
1531
} ,
1532
1532
{
1533
1533
name : "Inline handlers" ,
1534
- slug : "inline-handlers" ,
1534
+ slug : "events- inline-handlers" ,
1535
1535
initial : [
1536
1536
{
1537
1537
name : "App.svelte" ,
@@ -1553,7 +1553,7 @@ export const tutorials_out_full = [
1553
1553
} ,
1554
1554
{
1555
1555
name : "Event modifiers" ,
1556
- slug : "event-modifiers" ,
1556
+ slug : "events- event-modifiers" ,
1557
1557
initial : [
1558
1558
{
1559
1559
name : "App.svelte" ,
@@ -1575,7 +1575,7 @@ export const tutorials_out_full = [
1575
1575
} ,
1576
1576
{
1577
1577
name : "Component events" ,
1578
- slug : "component-events" ,
1578
+ slug : "events- component-events" ,
1579
1579
initial : [
1580
1580
{
1581
1581
name : "App.svelte" ,
@@ -1609,7 +1609,7 @@ export const tutorials_out_full = [
1609
1609
} ,
1610
1610
{
1611
1611
name : "Event forwarding" ,
1612
- slug : "event-forwarding" ,
1612
+ slug : "events- event-forwarding" ,
1613
1613
initial : [
1614
1614
{
1615
1615
name : "App.svelte" ,
@@ -1655,7 +1655,7 @@ export const tutorials_out_full = [
1655
1655
} ,
1656
1656
{
1657
1657
name : "DOM event forwarding" ,
1658
- slug : "dom-event-forwarding" ,
1658
+ slug : "events- dom-event-forwarding" ,
1659
1659
initial : [
1660
1660
{
1661
1661
name : "App.svelte" ,
0 commit comments