-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathmkdocs.yml
53 lines (53 loc) · 1.91 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
site_name: Fraxiinus.ReplayBook
site_url: https://www.fraxiinus.dev/ReplayBook/
repo_url: https://github.com/fraxiinus/ReplayBook
theme:
name: material
logo: images/app-icon.png
favicon: images/favicon.png
custom_dir: docs/theme_overrides
palette:
scheme: slate
primary: deep purple
accent: deep purple
features:
- navigation.indexes
- content.code.copy
extra_css:
- stylesheets/extra.css
extra_javascript:
- stylesheets/extra.js
plugins:
- search:
lang: en
- social:
cards: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Getting started:
- Download: getting-started/download.md
- Setting up ReplayBook: getting-started/setting-up-replaybook.md
- Using player markers: getting-started/using-player-markers.md
- Playing expired replays: getting-started/playing-expired-replays.md
- Exporting player data: getting-started/exporting-player-data.md
- Get Static Data Bundles: getting-started/get-static-data-bundles.md
- Advanced search techniques: getting-started/advanced-search-techniques.md
- Troubleshooting:
- troubleshooting/index.md
- Play button disabled: troubleshooting/play-button-disabled.md
- Replays not loading: troubleshooting/replays-not-loading.md
- Images not loading: troubleshooting/images-not-loading.md
- Settings not saving: troubleshooting/settings-not-saving.md
- ReplayBook won't open: troubleshooting/replaybook-wont-open.md
- Crashes when loading thumbnails: troubleshooting/crashes-loading-images.md
- Issues playing replays: troubleshooting/issues-playing-replays.md
- Replay not displaying data: troubleshooting/replay-not-displaying-data.md
- About and FAQ: about.md