-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
72 lines (59 loc) · 1.56 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
site_name: Echopraxia
# Meta tags (placed in header)
site_description: "Echopraxia - Structured logging for Java"
site_author: "Will Sargent"
site_url: "https://tersesystems.github.io/echopraxia"
# Repository (add link to repository on each page)
repo_name: echopraxia
repo_url: "https://github.com/tersesystems/echopraxia"
edit_uri: "edit/main/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
- Installation: installation.md
- Usage:
- Basics: usage/basics.md
- Field Builders: usage/fieldbuilder.md
- Context: usage/context.md
- Conditions: usage/conditions.md
- Custom Logger: usage/logger.md
- Filters: usage/filters.md
- Scripting: usage/scripting.md
- Frameworks:
- Logback Framework: frameworks/logback.md
- Log4J2 Framework: frameworks/log4j2.md
- FAQ: faq.md