File tree Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1+ # README
2+
3+ !!! warning
4+
5+ ## It is currently recommended to use the [ scratch wiki documentation] ( https://en.scratch-wiki.info/wiki/Scratch_File_Format_(1.4) )
6+
7+ This documents version 1 of the scratch file format.
8+
9+ | | |
10+ | -----------------------| -----|
11+ | file extension | .sb |
12+ | actual file extension | n/a |
13+ | scratch version | 1.4 |
Original file line number Diff line number Diff line change 1+ # README
2+
3+ !!! warning
4+
5+ ## It is currently recommended to use the [ scratch wiki documentation] ( https://en.scratch-wiki.info/wiki/Scratch_File_Format_(2.0) )
6+
7+ This documents version 2 of the scratch file format.
8+
9+ | | |
10+ | -----------------------| ------|
11+ | file extension | .sb2 |
12+ | actual file extension | .zip |
13+ | scratch version | 2.0 |
Original file line number Diff line number Diff line change 1+ # README
2+
3+ !!! warning
4+
5+ ## It is currently recommended to use the [ scratch wiki documentation] ( https://en.scratch-wiki.info/wiki/Scratch_File_Format )
6+
7+ This documents version 3 of the scratch file format.
8+
9+ | | |
10+ | -----------------------| ------|
11+ | file extension | .sb3 |
12+ | actual file extension | .zip |
13+ | scratch version | 3.0 |
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ site_name: Scratch (API) Documentation
44site_url : https://scratch-api.github.io/docs/
55site_description : Documentation for the Scratch API and other things
66
7+ repo_url : https://github.com/TimMcCool/scratchattach
8+ repo_name : TimMcCool/scratchattach
9+
710theme :
811 name : material
912 palette :
8184 social :
8285 # Took this from the goboscript mkdocs yml file
8386 - icon : fontawesome/brands/github
84- link : https://github.com/scratch-api
87+ link : https://github.com/scratch-api/docs
8588 - icon : fontawesome/brands/discord
8689 link : https://discord.gg/mgxyyfnfk8
You can’t perform that action at this time.
0 commit comments