Skip to content

Commit 94c1d15

Browse files
committed
fix: add mkdocs and index.md to git
1 parent 01cd42c commit 94c1d15

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
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).
2+
3+
Feel free to make contributions [by opening a pull request on GitHub](https://github.com/scratch-api/docs/pulls)

mkdocs.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
2+
3+
site_name: Scratch (API) Documentation
4+
site_url: https://scratch-api.github.io/docs/
5+
site_description: Documentation for the Scratch API and other things
6+
7+
theme:
8+
name: material
9+
palette:
10+
# Palette toggle for light mode
11+
- scheme: default
12+
primary: orange
13+
accent: deep orange
14+
toggle:
15+
icon: material/brightness-7
16+
name: Switch to dark mode
17+
18+
# Palette toggle for dark mode
19+
- scheme: slate
20+
primary: orange
21+
accent: deep orange
22+
toggle:
23+
icon: material/brightness-4
24+
name: Switch to light mode

0 commit comments

Comments
 (0)