Skip to content

Commit fa2d968

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a28a517 + ef54bd4 commit fa2d968

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Thanks for considering to contribute to the ScratchAPIs project!
55
## Ways you can contribute
66

77
- Open a pull request to add some code
8-
- Open a pull request [here](https://github.com/scratch-api/scratch-api.github.io) to add docs]
8+
- Open a pull request [here](https://github.com/scratch-api/scratch-api.github.io) to add docs or use the 'edit this page' button towards the top right of this page.
99
- If you have an existing ScratchAPI/interaction project, consider adding it to [the GitHub org](https://github.com/scratch-api)
1010

1111
!!! Warning
1212

1313
If you are contributing to <https://github.com/scratch-api/scratch-api.github.io>, note that the `gh-pages` branch
14-
is overwritten and force-pushed on every single commit to the `main` branch. So do not edit that manually.
14+
is overwritten and force-pushed on every single commit to the `main` branch. So do not edit that manually.

docs/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This project aims to document the Scratch API and other features, such as the sb3 file format. The source of these docs is available on [GitHub](https://github.com/scratch-api/docs).
44

5-
You can make contributions [by opening a pull request on GitHub](https://github.com/scratch-api/docs/pulls)
5+
You can make contributions [by opening a pull request on GitHub](https://github.com/scratch-api/docs/pulls) or using the 'edit this page' button towards the top right
66

77
The docs are licensed under [MIT](https://github.com/scratch-api/docs/blob/main/LICENSE)
8+
9+
!!! Note
10+
11+
This website contains a fork of the [scratchattach wiki](https://github.com/TimMcCool/scratchattach/wiki), which is licensed under MIT as well, in the SA-Wiki section.
12+

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
22

33
site_name: Scratch (API) Documentation
4-
site_url: https://scratch-api.github.io/docs/
4+
site_url: https://scratchapi.org/
55
site_description: Documentation for the Scratch API and other things
66

77
repo_url: https://github.com/scratch-api/scratch-api.github.io

0 commit comments

Comments
 (0)