-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
72 lines (67 loc) · 1.77 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
site_name: Sprytile Documentation
site_description: A tile map editor for Blender
site_author: Jeiel Aranal
site_url: http://docs.sprytile.xyz
repo_name: "Sprytile Home"
repo_url: http://itch.sprytile.xyz
copyright: Copyright 2016-2020 Jeiel Aranal
site_dir: ../SprytilePage
theme:
name: 'material'
icon:
logo: material/blender-software
repo: fontawesome/brands/itch-io
nav:
- Home: index.md
- Quick Start: quick-start.md
- Feature Reference: feature-reference.md
- Keyboard Shortcuts: shortcuts.md
- Guides:
- Creating Tilesets: creating-tilesets.md
- Using Tilesets: using-tilesets.md
- Sketchfab Export: sketchfab.md
- Unity Settings: unity-settings.md
# - Topics:
# - Workflow Concepts: workflow-concepts.md
# - Paint and Build: paint-mode.md
# - Tile Grids: tile-grids.md
# - Issues: bugs.md
extra_css:
- 'stylesheets/extra.css'
# Options
extra:
features:
tabs: false
palette:
primary: indigo
accent: light blue
social:
- icon: fontawesome/solid/globe-asia
link: https://chemikhazi.itch.io/sprytile
- icon: fontawesome/brands/github
link: https://github.com/chemikhazi
- icon: fontawesome/brands/twitter
link: https://twitter.com/jeielvtx
plugins:
- search
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.meta
- markdown.extensions.footnotes
- markdown.extensions.meta
- pymdownx.tabbed
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde