-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
96 lines (89 loc) · 2.43 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: Jetstream
site_url: https://imacodr.github.io/Jetstream/
repo_name: imacodr/Jetstream
repo_url: https://github.com/imacodr/Jetstream
site_author: imacodr
copyright: imacodr © 2025
theme:
name: material
custom_dir: docs/assets/overrides
logo: assets/logo.png
favicon: assets/logo.png
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.top
- navigation.footer
- content.code.copy
- content.tabs.link
palette:
primary: black
accent: black
scheme: slate
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/imacodr
- icon: fontawesome/brands/discord
link: https://discord.gg/UnDCJ6W7dw
- icon: fontawesome/brands/guilded
link: https://guilded.gg/sudo-labs
extra_css:
- stylesheets/extra.css
plugins:
- search
- glightbox:
width: 80%
manual: true
nav:
- Home: index.md
- Getting Started:
- Intro: intro.md
- Installation: installation.md
- API Key and Uploader: settingup.md
- Your First Project!: firstproject.md
- Builds: builds.md
- Playing Videos: playingmovies.md
- Examples: examples.md
- Commands:
- jetstream: commands/commands.md
- create: commands/create.md
- builds: commands/build.md
- roblox:
- set: commands/robloxset.md
- test: commands/robloxtest.md
- uploader: commands/robloxuploader.md
- projects:
- download: commands/projectsdownload.md
- generate: commands/projectsgenerate.md
- open: commands/projectsopen.md
- view: commands/projectsview.md
- 🛩️ Flightpath:
- Intro: flightpath/intro.md
- Installation: flightpath/installation.md
- Time to Fly!: flightpath/fly.md
- API: flightpath/api.md
- Community and Help: community.md
markdown_extensions:
- attr_list
- markdown.extensions.md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.superfences
- tables