Skip to content

Commit 0c5453a

Browse files
committed
Fix structure
1 parent ad7dbeb commit 0c5453a

File tree

7 files changed

+3
-10
lines changed

7 files changed

+3
-10
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
.next/
33
out/
44
.idea
5+
.DS_Store

src/.DS_Store

-6 KB
Binary file not shown.

src/pages/user-manual/language_tour/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"index": "Overview",
2+
"opshin_is_python": "OpShin is Python",
33
"structure": "Structure",
44
"primitive_types": "Primitive Types",
55
"container_types": "Container Types",

src/pages/user-manual/language_tour/index.mdx renamed to src/pages/user-manual/language_tour/opshin_is_python.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# Language Tour
2-
3-
This section covers the syntax of Opshin and in particular the available Python language features.
4-
5-
## OpShin is Python
1+
# OpShin is Python
62

73
As a general disclaimer we would like to point
84
out that OpShin is a restricted version of Python.

src/pages/user-manual/smart_contract_tour/_meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"index": "Overview",
32
"validator_scripts": "Validator Scripts",
43
"the_scriptcontext": "The ScriptContext",
54
"handling_time": "Handling Time",

src/pages/user-manual/smart_contract_tour/index.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)