-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
118 lines (104 loc) · 2.86 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Project
site_name: Rostruct
site_url: https://richie0866.github.io/Rostruct/
site_description: >-
A modern exploiting solution, built for Roblox and Rojo.
Deploy your project files to a Roblox script executor with a simple and flexible execution library.
# Repository
repo_name: richie0866/Rostruct
repo_url: https://github.com/richie0866/Rostruct
# Configuration
theme:
name: material
custom_dir: docs/assets/overrides
font:
code: JetBrains Mono
text: Inter
highlightjs: true
hljs_languages:
- typescript
- lua
palette:
scheme: slate
primary: 'blue'
accent: 'Light blue'
features:
- navigation.tabs
- navigation.sections
# Extra
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/api-tags.css
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Plugins
plugins:
- macros
- search
# Page tree
nav:
- Home: index.md
- Getting started:
- Overview: getting-started/overview.md
- Installation: getting-started/installation.md
- Usage:
- Creating your project: getting-started/creating-your-project.md
- Publishing your project: getting-started/publishing-your-project.md
- Using other projects: getting-started/using-other-projects.md
- Execution model: getting-started/execution-model.md
- API Reference:
- Overview: api-reference/overview.md
- Types: api-reference/types.md
- Rostruct:
- Functions:
- open: api-reference/rostruct/open.md
- fetch: api-reference/rostruct/fetch.md
- fetchLatest: api-reference/rostruct/fetchlatest.md
- clearCache: api-reference/rostruct/clearcache.md
- Package:
- Properties: api-reference/package/properties.md
- Methods:
- build: api-reference/package/build.md
- start: api-reference/package/start.md
- require: api-reference/package/require.md
- File conversion: api-reference/file-conversion.md
- Globals: api-reference/globals.md
- Featured:
- Community: featured/community.md