-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.insiders.yml
103 lines (98 loc) · 2.54 KB
/
mkdocs.insiders.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
INHERIT: mkdocs.yml
plugins:
- juvix
- offline:
enabled: !ENV [OFFLINE, false]
- search:
# lang: en
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
pipeline:
- stemmer
- stopWordFilter
- trimmer
- social
- tags
- redirects:
redirect_maps:
'index.md': 'README.juvix.md'
- blog:
enabled: !ENV [BLOG, true]
blog_dir: blog
blog_toc: true
draft: false
authors: true
authors_file: blog/.authors.yml
draft_on_serve: true
post_dir: "{blog}/posts"
post_date_format: short
post_readtime: true
post_url_date_format: yyyy/MM/dd
post_url_format: "{file}"
archive: true
archive_name: Archive
categories: true
categories_name: Categories
pagination: true
# pagination_per_page: 1
pagination_keep_content: false
- git-revision-date-localized:
type: timeago
custom_format: "%d. %B %Y"
timezone: Europe/Oslo
locale: en
fallback_to_build_date: false
enable_creation_date: true
exclude:
- index.juvix.md
- overview.md
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE.md
enabled: true
strict: true
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- mike:
canonical_version: latest
version_selector: true
css_dir: docs/assets/css
javascript_dir: docs/assets/js
extra:
homepage: https://docs.juvix.org
generator: false
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/anoma/juvix
- icon: fontawesome/brands/x-twitter
link: https://x.com/juvixlang
- icon: fontawesome/solid/blog
link: https://anoma.net/blog
- icon: fontawesome/brands/discourse
link: https://research.anoma.net
- icon: fontawesome/brands/youtube
link: https://youtube.com/anoma
- icon: material/email
link: mailto:[email protected]
analytics:
provider: google
property: G-9R2Q766R16
feedback:
title: Was this page helpful?
ratings:
- icon: material/heart
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/heart-broken
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by opening an issue on GitHub.