-
Notifications
You must be signed in to change notification settings - Fork 110
/
mkdocs.yml
90 lines (83 loc) · 2.08 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
site_name: Tracker Enabled DbContext
site_description: Tracker-enabled DbContext offers you to implement full auditing in your database
site_url: https://tracker-enabled-dbcontext.bilal-fazlani.com
repo_name: "bilal-fazlani/tracker-enabled-dbcontext"
repo_url: "https://github.com/bilal-fazlani/tracker-enabled-dbcontext"
strict: true
nav:
- index.md
- types-of-tedb.md
- techniques.md
- configuration.md
- username.md
- events.md
- data.md
- metadata.md
- soft-deletable.md
- v3-breaking-changes.md
theme:
name: "material"
features:
- navigation.instant
- navigation.tracking
- navigation.footer
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.expand
- navigation.path
- toc.follow
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
primary: red
accent: orange
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
# Customization
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/"
analytics:
provider: google
property: G-RL4N6BKL7B
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2024 <b><a href="https://bilal-fazlani.com">Bilal Fazlani</a></b>