-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
141 lines (131 loc) · 3.6 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
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
site_name: FansDB Docs
site_url: https://docs.fansdb.cc
site_description: >-
FansDB is invite-only crowdsourced metadata database focused on independent adult content creators and adult platforms.
repo_name: FansDB/docs
repo_url: https://github.com/FansDB/docs
edit_uri: edit/main/docs/
copyright: Copyright © 2023 - 2024 FansDB
theme:
name: material
custom_dir: overrides
features:
- content.action.edit
- content.action.view
- search.highlight
- search.share
- navigation.instant
- navigation.instant.progress
# - content.code.copy
# - content.code.annotate
# - navigation.tracking
- navigation.tabs
# - navigation.tabs.sticky
- navigation.sections
- toc.follow
- navigation.top
# - navigation.footer
- navigation.indexes
- content.tooltips
- content.tabs.link
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
#primary: indigo
#accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
#primary: red
#accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
favicon: assets/images/favicon.png
plugins:
- search
- blog:
blog_dir: news
post_date_format: yyyy-MM-dd
post_url_date_format: yyyy/MM/dd
authors: true
authors_file: "{blog}/.authors.yml"
categories_toc: false
pagination: false
post_readtime: true
post_readtime_words_per_minute: 265
- rss:
match_path: news/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
comments_path: "#__comments"
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: FansDB/docs
branch: main
enabled: !ENV [CI, false]
- glightbox
- social:
enabled: !ENV [CI, false]
watch:
- includes
markdown_extensions:
- attr_list
- md_in_html
- abbr
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- tables
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Guidelines:
- guidelines/index.md
- Performers: performers.md
- Scenes: scenes.md
- Studios: studios.md
- Tags: tags.md
- Networks: networks.md
- Guides:
- guides/index.md
- Scraping scenes via FansDB: guides/scraping-scenes-via-fansdb.md
- Submitting content to FansDB: guides/submitting-content-to-fansdb.md
- Updating content on FansDB: guides/updating-content-on-fansdb.md
- News:
- news/index.md
extra:
social:
- icon: simple/opencollective
link: https://opencollective.com/stashapp
- icon: fontawesome/brands/github
link: https://github.com/FansDB
- icon: simple/discord
link: https://discord.gg/dhJaFAgYAj
# - icon: simple/codeberg
# link: https://codeberg.org/FansDB
extra_css:
- stylesheets/extra.css