Skip to content

Commit 21f91a3

Browse files
committed
feat: basic file format
1 parent cceb71e commit 21f91a3

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

docs/File format/sb/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 |

docs/File format/sb2/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 |

docs/File format/sb3/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 |

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ site_name: Scratch (API) Documentation
44
site_url: https://scratch-api.github.io/docs/
55
site_description: Documentation for the Scratch API and other things
66

7+
repo_url: https://github.com/TimMcCool/scratchattach
8+
repo_name: TimMcCool/scratchattach
9+
710
theme:
811
name: material
912
palette:
@@ -81,6 +84,6 @@ extra:
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

0 commit comments

Comments
 (0)