forked from lk-arpg/lk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
144 lines (119 loc) · 3.74 KB
/
mkdocs.yml
File metadata and controls
144 lines (119 loc) · 3.74 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
site_name: Lorekeeper Docs
site_url: 'https://lk-arpg.github.io/lk-docs/'
repo_url: https://github.com/lk-arpg/lorekeeper
repo_name: lk-arpg/lorekeeper
nav:
- Home: 'index.md'
- v3.0 Update:
- Release Notes: 'release-notes.md'
- Upgrade Guide: 'guides/upgrade.md'
- Getting Started:
- Setting Up: 'guides/setup-index.md'
- Configuring Lorekeeper: 'guides/configuring.md'
- Updating Lorekeeper: 'guides/update.md'
- Social Media Authentication:
- Discord: 'guides/socmed/discord.md'
- deviantArt: 'guides/socmed/deviantart.md'
- Imgur: 'guides/socmed/imgur.md'
- Instagram: 'guides/socmed/instagram.md'
- Toyhou.se: 'guides/socmed/toyhouse.md'
- Tumblr: 'guides/socmed/tumblr.md'
- Twitch: 'guides/socmed/twitch.md'
- Twitter: 'guides/socmed/twitter.md'
- Features:
- Admin Panel: 'features/admin-panel.md'
- Characters: 'features/characters.md'
- MYO Slots: 'features/myo-slots.md'
- Character Images: 'features/character-images.md'
- Design Updates: 'features/design-updates.md'
- Masterlist: 'features/masterlist.md'
- Bookmarks: 'features/bookmarks.md'
- Species: 'features/species.md'
- Rarities: 'features/rarities.md'
- Traits: 'features/traits.md'
- Currencies: 'features/currencies.md'
- Items: 'features/items.md'
- Shops: 'features/shops.md'
- Trades: 'features/trades.md'
- Loot Tables: 'features/loot-tables.md'
- Galleries: 'features/galleries.md'
- Prompts: 'features/prompts.md'
- Claims: 'features/claims.md'
- News: 'features/news.md'
- Sales: 'features/sales.md'
- Raffles: 'features/raffles.md'
- User Accounts: 'features/user-accounts.md'
- User Ranks: 'features/user-ranks.md'
- Notifications: 'features/notifications.md'
- Invitation Keys: 'features/invitation-keys.md'
- Reports: 'features/reports.md'
- Config Files: 'features/config-files.md'
- Site Settings: 'features/site-settings.md'
- Site Pages: 'features/site-pages.md'
- Site Images: 'features/site-images.md'
- File Manager: 'features/file-manager.md'
- Design:
- How Random is Random?: 'features/randomness.md'
- Development:
- Contributing: 'contributing.md'
- Tutorial - Creating Item Types: 'guides/creating-item-types.md'
- Version History:
- v1.0.x: 'version-history/v1.0.md'
- v1.1.x: 'version-history/v1.1.md'
- v1.2.x: 'version-history/v1.2.md'
- v1.3.x: 'version-history/v1.3.md'
- v1.4.x: 'version-history/v1.4.md'
- v1.5.x: 'version-history/v1.5.md'
- v1.6.x: 'version-history/v1.6.md'
- v1.7.x: 'version-history/v1.7.md'
- v2.0.x: 'version-history/v2.0.md'
- v2.1.x: 'version-history/v2.1.md'
- v3.0.x: 'version-history/v3.0.md'
theme:
name: 'material'
language: 'en'
features:
- navigation.instant
favicon: images/favicon.ico
icon:
repo: fontawesome/brands/github
palette:
- media: '(prefers-color-scheme)'
toggle:
icon: material/brightness-auto
name: System preference
- media: '(prefers-color-scheme: light)'
scheme: default
primary: deep purple
accent: cyan
toggle:
icon: material/weather-night
name: Light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/weather-sunny
name: Dark mode
extra:
version:
provider: mike
default: latest
alias: true
markdown_extensions:
- admonition
- sane_lists
- toc:
permalink: true
- extra
- footnotes
- codehilite:
guess_lang: false
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets