-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
89 lines (78 loc) · 2.39 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
site_name: Monolg Documentation
site_author: Pranesh Mukhopadhyay
site_url: https://monolg.readthedocs.io/en/latest/
site_description: Documentation for the simple, lightweight MongoDB based python logging library, monolg.
plugins:
- search
- tags:
tags_file: tags.md
- git-revision-date-localized:
enable_creation_date: true
nav:
- Home: index.md
- Getting started:
- getting-started.md
- Setting up MongoDB: setting-up-mongo.md
- Connecting Monolg to MongoDB: connecting-monolg.md
- Setting up the logger: settings-and-configs.md
- Usage Examples: examples.md
- Developer's Note:
- devs-note.md
- Change log: history.md
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: false
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
features:
- navigation.tabs
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: light green
toggle:
# icon: material/lightbulb
icon: material/brightness-4
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: light green
toggle:
# icon: material/lightbulb-outline
icon: material/brightness-7
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/allthingstensor
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/praneshmukhopadhyay/
- icon: fontawesome/brands/github
link: https://github.com/Mukhopadhyay
repo_url: https://github.com/Mukhopadhyay/monolg
repo_name: Mukhopadhyay/monolg
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/allthingstensor
name: Mukhopadhyay on Twitter
- icon: fontawesome/brands/github
link: https://github.com/Mukhopadhyay/monolg
name: monolg on Github
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/praneshmukhopadhyay
name: Mukhopadhyay on LinkedIn