forked from silverhack/monkey365
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (73 loc) · 2.23 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
site_name: Monkey365
site_url: https://silverhack.github.io/monkey365/
site_description: Monkey365
site_author: Juan Garrido
repo_url: https://github.com/silverhack/monkey365
edit_uri: blob/main/docs/
extra_css:
- assets/css/extra.css
theme:
language: en
name: material
#custom_dir: overrides
font:
text: Roboto
palette:
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
primary: black
accent: blue
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
primary: black
logo: assets/images/MonkeyLogo.png
favicon: assets/images/favicon.ico
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.indexes
- navigation.sections:
level: 1
- navigation.tabs
- content.code.annotate
nav:
- Home: index.md
- Getting started:
- Overview:
- Installation: install-instructions.md
- Permissions: permissions.md
- Authentication: authentication.md
- Basic Usage: basic-usage.md
- Configuration:
- General Options: configuration/general-options.md
- Azure Options: configuration/azure-options.md
- Microsoft365 Options: configuration/microsoft365-options.md
- Configuration File: configuration/configuration-file.md
- Handle Rate Limit: configuration/rate-limit.md
- Docker:
- Overview: docker/docker.md
- Export Data:
- Overview: exporting/exporting-data.md
- Excel: exporting/export-excel.md
- HTML: exporting/export-html.md
- Logging:
- Introduction: logging/introduction.md
- Channels: logging/channels.md
- File logger: logging/File.md
- Slack logger: logging/Slack.md
- License and Contributing: license-contributing.md
- Support: support.md
- Disclaimer: disclaimer.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/silverhack/monkey365
local:
social_preview: https://user-images.githubusercontent.com/5271640/178448433-2eb54eaa-ffc4-40b7-9b90-4a6021a2f609.png
repo_issue: https://github.com/silverhack/monkey365/issues
repo_discussion: https://github.com/silverhack/monkey365/discussions