-
Notifications
You must be signed in to change notification settings - Fork 38
/
mkdocs.yml
61 lines (51 loc) · 1.26 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
site_name: Babel
docs_dir: docs
site_dir: _build/site
edit_uri: tree/master/docs
remote_name: upstream
repo_name: 'mikrobi/babel'
repo_url: https://github.com/mikrobi/babel
copyright: '© 2010-2024 <a href="https://github.com/mikrobi">Jakob Class</a>'
nav:
- Description: 'index.md'
- Installation: 'installation.md'
- Usage:
- 'usage/index.md'
- Multilingual Websites with MODX and Babel: 'usage/tutorial.md'
- SEO Friendly Multilingual Websites with MODX and Babel: 'usage/tutorial-seo.md'
- Contributors: 'contributors.md'
extra:
analytics:
provider: matomo
url: matomo.treehillstudio.com
site: 40
social:
- icon: fontawesome/brands/modx
link: https://modx.com/extras/package/babel
theme:
name: material
custom_dir: ../../mkdocs-material-jako/material
# 404 page
static_templates:
- 404.html
language: en
font: false
features:
- navigation.indexes
- navigation.instant
- navigation.top
markdown_extensions:
- footnotes
- tables
- admonition
- meta
- toc
- 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
plugins:
- glightbox
- search