-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
76 lines (69 loc) · 1.86 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
# Project Information
site_name: Prism.Plugin.Logging
site_description: Documentation for the Prism Logging Plugin
site_author: Dan Siegel
site_url: http://logging.prismplugins.com
# Repository
repo_name: dansiegel/Prism.Plugin.Logging
repo_url: https://github.com/dansiegel/Prism.Plugin.Logging
edit_uri: ''
# Copyright
copyright: 'Copyright © 2016 - 2021 Dan Siegel'
# Configuration
theme:
name: 'material'
custom_dir: 'theme'
icon:
repo: fontawesome/brands/github
logo: assets/prism-logo.png
favicon: assets/favicon.ico
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
palette:
primary: 'white'
accent: 'cyan'
# Social
extra:
social:
- icon: fontawesome/brands/html5
link: https://dansiegel.net
- icon: fontawesome/brands/github
link: https://github.com/dansiegel
- icon: fontawesome/brands/twitch
link: https://twitch.tv/dansiegel
- icon: fontawesome/brands/twitter
link: https://twitter.com/DanJSiegel
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/DanSiegel
# Extensions
markdown_extensions:
- admonition:
- codehilite:
linenums: false
- toc:
permalink: true
nav:
- Prism:
- Prism: http://prismlibrary.github.io/docs
- Logging:
- Getting Started: index.md
- Abstractions: abstractions.md
- Aggregate Logger: aggregate-logger.md
- App Center: appcenter/index.md
- Application Insights: appinsights/index.md
- Graylog: graylog/index.md
- Loggly: loggly/index.md
- Socket Logger: socket/index.md
- Syslog: syslog/index.md
- Samples: samples.md
- Popups:
- Popups: http://popups.prismplugins.com
- Container Extensions:
- Container Extensions: http://prismplugins.com
- Mobile.BuildTools:
- Mobile.BuildTools: http://mobilebuildtools.com
google_analytics:
- UA-153405647-2
- auto