-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmkdocs.yml
44 lines (44 loc) · 1.22 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
site_name: Laravel_Piwik
site_description: An Interface to Piwik's Analytics API for Laravel
site_url: https://docs.robbrazier.com/Laravel_Piwik/
theme:
name: material
custom_dir: docs/theme/overrides
features:
- navigation.sections
- navigation.indexes
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
analytics:
provider: plausible
site: docs.robbrazier.com
social:
- icon: fontawesome/solid/globe
link: https://robbrazier.com
name: robbrazier.com
extra_css:
- theme/css/prism.css
extra_javascript:
- theme/js/prism.js
repo_url: https://github.com/RobBrazier/Laravel_Piwik
repo_name: RobBrazier/Laravel_Piwik
edit_uri: tree/master/docs
use_directory_urls: false
plugins:
- redirects:
redirect_maps:
'old.md': 'https://laravel-piwik.readthedocs.io/en/2.1.3/'
'API_Docs.md': 'https://docs.robbrazier.com/Laravel_Piwik/api/'
'index.md': 'Usage.md'
site_dir: build