Skip to content

Commit 24b77cd

Browse files
authored
feat(tolk): migration from FunC (#1093)
1 parent 62b18be commit 24b77cd

File tree

7 files changed

+2832
-15
lines changed

7 files changed

+2832
-15
lines changed

docs.json

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,22 @@
394394
{
395395
"group": "Languages",
396396
"pages": [
397-
"languages/tolk",
397+
{
398+
"group": "Tolk",
399+
"tag": "recommended",
400+
"pages": [
401+
"languages/tolk/overview",
402+
{
403+
"group": "From FunC",
404+
"pages": [
405+
"languages/tolk/from-func/in-short",
406+
"languages/tolk/from-func/in-detail",
407+
"languages/tolk/from-func/mutability",
408+
"languages/tolk/from-func/stdlib"
409+
]
410+
}
411+
]
412+
},
398413
{
399414
"group": "TL-B",
400415
"pages": [
@@ -596,7 +611,7 @@
596611
"redirects": [
597612
{
598613
"source": "/v3/concepts/dive-into-ton/introduction",
599-
"destination": "/",
614+
"destination": "/start-here",
600615
"permanent": true
601616
},
602617
{
@@ -856,62 +871,62 @@
856871
},
857872
{
858873
"source": "/v3/documentation/smart-contracts/tolk/overview",
859-
"destination": "/languages/tolk",
874+
"destination": "/languages/tolk/overview",
860875
"permanent": true
861876
},
862877
{
863878
"source": "/v3/documentation/smart-contracts/tolk/environment-setup",
864-
"destination": "/languages/tolk",
879+
"destination": "https://github.com/ton-org/docs/issues/1134",
865880
"permanent": true
866881
},
867882
{
868883
"source": "/v3/documentation/smart-contracts/tolk/counter-smart-contract",
869-
"destination": "/languages/tolk",
884+
"destination": "https://github.com/ton-org/docs/issues/1134",
870885
"permanent": true
871886
},
872887
{
873888
"source": "/v3/documentation/smart-contracts/tolk/language-guide",
874-
"destination": "/languages/tolk",
889+
"destination": "https://github.com/ton-org/docs/issues/1134",
875890
"permanent": true
876891
},
877892
{
878893
"source": "/v3/documentation/smart-contracts/tolk/tolk-vs-func/in-short",
879-
"destination": "/languages/tolk",
894+
"destination": "/languages/tolk/from-func/in-short",
880895
"permanent": true
881896
},
882897
{
883898
"source": "/v3/documentation/smart-contracts/tolk/tolk-vs-func/in-detail",
884-
"destination": "/languages/tolk",
899+
"destination": "/languages/tolk/from-func/in-detail",
885900
"permanent": true
886901
},
887902
{
888903
"source": "/v3/documentation/smart-contracts/tolk/tolk-vs-func/mutability",
889-
"destination": "/languages/tolk",
904+
"destination": "/languages/tolk/from-func/mutability",
890905
"permanent": true
891906
},
892907
{
893908
"source": "/v3/documentation/smart-contracts/tolk/tolk-vs-func/stdlib",
894-
"destination": "/languages/tolk",
909+
"destination": "/languages/tolk/from-func/stdlib",
895910
"permanent": true
896911
},
897912
{
898913
"source": "/v3/documentation/smart-contracts/tolk/tolk-vs-func/pack-to-from-cells",
899-
"destination": "/languages/tolk",
914+
"destination": "https://github.com/ton-org/docs/issues/1134",
900915
"permanent": true
901916
},
902917
{
903918
"source": "/v3/documentation/smart-contracts/tolk/tolk-vs-func/create-message",
904-
"destination": "/languages/tolk",
919+
"destination": "https://github.com/ton-org/docs/issues/1134",
905920
"permanent": true
906921
},
907922
{
908923
"source": "/v3/documentation/smart-contracts/tolk/tolk-vs-func/lazy-loading",
909-
"destination": "/languages/tolk",
924+
"destination": "https://github.com/ton-org/docs/issues/1134",
910925
"permanent": true
911926
},
912927
{
913928
"source": "/v3/documentation/smart-contracts/tolk/changelog",
914-
"destination": "/languages/tolk",
929+
"destination": "https://github.com/ton-org/docs/issues/1134",
915930
"permanent": true
916931
},
917932
{

0 commit comments

Comments
 (0)