-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
76 lines (63 loc) · 1.83 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
site_name: Terse Logback
# Meta tags (placed in header)
site_description: "Terse Logback Documentation"
site_author: "Will Sargent"
site_url: "https://tersesystems.github.io/terse-logback"
# Repository (add link to repository on each page)
repo_name: terse-logback
repo_url: "https://github.com/tersesystems/terse-logback"
edit_uri: "edit/master/docs/"
#Copyright (shown at the footer)
#copyright: 'Copyright © 2017 Your Name'
# Meterial theme
# https://github.com/squidfunk/mkdocs-material
# pip install mkdocs-material
theme: 'material'
extra:
version:
provider: mike
palette:
primary: 'indigo'
accent: 'indigo'
social:
- icon: fontawesome/brands/mastodon
link: 'https://mastodon.xyz/web/@will_sargent'
# Google Analytics
#google_analytics:
# - 'UA-111111111-1'
# - 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
nav:
- Home: index.md
- Modules:
- Audio: guide/audio.md
- Budgeting / Rate Limiting: guide/budget.md
- Censors: guide/censor.md
- Composite: guide/composite.md
- Compression: guide/compression.md
- Correlation Id: guide/correlationid.md
- Exception Mapping: guide/exception-mapping.md
- Instrumentation: guide/instrumentation.md
- JDBC: guide/jdbc.md
- JUL to SLF4J Bridge: guide/slf4jbridge.md
- Relative Nanos: guide/relativens.md
- Select Appender: guide/select.md
- Tracing with Honeycomb: guide/tracing.md
- Typesafe Config: guide/typesafeconfig.md
- Turbo Markers: guide/turbomarker.md
- Unique ID Appender: guide/uniqueid.md