-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (56 loc) · 1.54 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
## Project Information
site_name: Data Open Source
site_url: https://www.dataopensource.com
site_description: Technical Blog & Challeneges of Data engineering.
site_author: Iqbal Singh Khattra
## Repository
#repo_name: khattra-ca
#repo_url: https://github.com/bot-netizen/khattra-ca
#edit_uri: '' #disables edit button
# Copyright
copyright: 2023 @DataOpenSource
## Social Media
extra:
social:
- icon: fontawesome/solid/house
link: https://medium.com/@Iqbalkhattra85
- icon: fontawesome/brands/twitter
link: https://twitter.com/Iqbalkhattra85
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/iqbalsinghkhattra/
- icon: fontawesome/brands/github-alt
link: https://github.com/bot-netizen
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
generator: false
theme:
name: material
palette:
primary: green
custom_dir: docs/theme_override/
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.expand
- toc.integrate
- content.code.copy
# Plugins
plugins:
- social:
cards_color:
fill: "#054a18"
text: "#FFFFFF"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg