-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
59 lines (55 loc) · 1.83 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: scratchclient docs
site_url: https://CubeyTheCube.github.io/scratchclient/
repo_url: https://github.com/CubeyTheCube/scratchclient
repo_name: CubeyTheCube/scratchclient
theme:
name: material
palette:
primary: light blue
accent: amber
features:
- navigation.instant
icon:
repo: fontawesome/brands/git-alt
nav:
- Home: 'index.md'
- Usage on Replit: 'replit.md'
- 'Examples':
- 'Basic Usage': 'examples/basic-usage.md'
- 'Stats Viewer': 'examples/stats-viewer.md'
- 'Simultaneous Connections': 'examples/simultaneous-connections.md'
- 'API Reference':
- ScratchSession: 'reference/ScratchSession.md'
- User: 'reference/User.md'
- Project: 'reference/Project.md'
- Studio: 'reference/Studio.md'
- UserProfile: 'reference/UserProfile.md'
- IncompleteUser: 'reference/IncompleteUser.md'
- IncompleteProject: 'reference/IncompleteProject.md'
- IncompleteStudio: 'reference/IncompleteStudio.md'
- RemixtreeProject: 'reference/RemixtreeProject.md'
- ProfileComment: 'reference/ProfileComment.md'
- ProjectComment: 'reference/ProjectComment.md'
- StudioComment: 'reference/StudioComment.md'
- News: 'reference/News.md'
- Message: 'reference/Message.md'
- Activity: 'reference/Activity.md'
- ForumSession: 'reference/ForumSession.md'
- ForumPost: 'reference/ForumPost.md'
- ScrapingSession: 'reference/ScrapingSession.md'
- BackpackItem: 'reference/BackpackItem.md'
- CloudConnection: 'reference/CloudConnection.md'
- AsyncCloudConnection: 'reference/AsyncCloudConnection.md'
- CloudVariable: 'reference/CloudVariable.md'
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- toc:
permalink: True
- admonition
- attr_list
extra_css:
- stylesheets/extra.css
plugins:
- search