-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
91 lines (84 loc) · 2.18 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
site_name: zio-ulid
site_url: https://zio-ulid.bilal-fazlani.com
site_description: ZIO Scala implementation for ulid specification
repo_name: "bilal-fazlani/zio-ulid"
repo_url: "https://github.com/bilal-fazlani/zio-ulid"
edit_uri: edit/main/docs/
strict: false
theme:
features:
- navigation.tabs
- navigation.instant
- navigation.sections
- navigation.footer
- navigation.top
name: "material"
icon:
repo: fontawesome/brands/github
# favicon: 'imgs/logo-medium.png'
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
# logo: 'imgs/logo-medium.png'
markdown_extensions:
- admonition
- attr_list
- codehilite:
linenums: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.escapeall:
nbsp: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: "#"
plugins:
- search
- autolinks
- codeinclude:
title_mode: none
- social:
cards: !ENV [CI, false]
cards_color:
fill: "#bdbdbd"
text: "black"
- awesome-pages:
collapse_single_pages: true
strict: !ENV [CI, false]
# Customization
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: "https://github.com/bilal-fazlani"
- icon: fontawesome/brands/twitter
link: "https://twitter.com/bilal_fazlani"
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/bilal-fazlani/"
copyright: Copyright © 2024 <b><a href="https://bilal-fazlani.com">Bilal Fazlani</a></b>