-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
114 lines (112 loc) · 3.07 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
# Project Info
site_name: Encounter Library
site_author: Matt Ryan
site_description: >-
Learn the tools to help you run a great game.
# Copyright
copyright: Copyright © 2019 - 2024 Matt Ryan
# Configuration
nav:
- Home: index.md
- Foundry Basics:
- foundry-basics/index.md
- foundry-basics/install-foundry-vtt.md
- foundry-basics/game-systems.md
- foundry-basics/worlds.md
- foundry-basics/user-interface.md
- foundry-basics/scenes.md
- foundry-basics/actors.md
- foundry-basics/tokens.md
- foundry-basics/add-players.md
- Foundry Player's Guide:
- foundry-players-guide/index.md
- foundry-players-guide/user-interface.md
- foundry-players-guide/token-features.md
- foundry-players-guide/combat-tracker.md
- foundry-players-guide/chat-features.md
- DungeonDraft Basics:
- dungeondraft-basics/index.md
- dungeondraft-basics/creating-maps.md
- dungeondraft-basics/design-tools.md
- dungeondraft-basics/terrain-tools.md
- dungeondraft-basics/object-tools.md
- dungeondraft-basics/lighting-text-tools.md
- dungeondraft-basics/multi-level-maps.md
- dungeondraft-basics/making-prefabs-select-tool.md
- dungeondraft-basics/settings-tracing-exporting.md
theme:
name: material
logo: assets/site/favicon.webp
favicon: assets/site/favicon.webp
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.top
- toc.integrate
palette:
scheme: slate
primary: black
accent: blue
extra_css:
- stylesheets/extra.css
plugins:
- blog
- glightbox
- search
- tags
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.details
- 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.keys
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: "#"
watch:
- includes
extra:
analytics:
provider: google
property: G-0EDZ1ZVHWL
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- reject
- manage
social:
- icon: fontawesome/brands/youtube
link: https://youtube.com/encounterlibrary
name: EncounterLibrary on YouTube
- icon: fontawesome/brands/twitter
link: https://twitter.com/encounterlib
name: EncounterLib on Twitter