-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (44 loc) · 1.54 KB
/
mkdocs.yml
File metadata and controls
51 lines (44 loc) · 1.54 KB
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
site_name: artwork
site_description: 'a framework for everything roblox'
docs_dir: docs/
repo_name: ratplier/artwork
repo_url: 'https://github.com/ratplier/artwork'
site_url: 'https://ratplier.github.io/artwork/'
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
theme: artwork-dark
custom_dir: docs/assets/overrides
features:
- navigation.tabs # Use tabs for top-level navigation
- navigation.sections # Group pages into sections in the sidebar
- navigation.instant # Load pages instantly without full reloads
- navigation.top # Add a "Back to top" button
- search.suggest # Show search suggestions as you type
- search.highlight # Highlight search terms on the page
- content.tabs.link # Linkable content tabs
- content.code.annotate # Add annotations to code blocks
- content.code.copy # Add a "copy to clipboard" button to code blocks
extra_css:
- docs/assets/theme.css
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ratplier