forked from Netflix/spectator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (41 loc) · 1.17 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
site_name: Spectator Docs
site_url: 'http://netflix.github.io/spectator'
repo_url: 'https://github.com/Netflix/spectator'
google_analytics: ['UA-82153845-2', 'auto']
strict: True
nav:
- Home: index.md
- 'Getting Started':
- Registry: intro/registry.md
- 'Meter Types':
- Counters: intro/counter.md
- Timers: intro/timer.md
- Gauges: intro/gauge.md
- 'Distribution Summaries': intro/dist-summary.md
- Clock: intro/clock.md
- 'Naming Conventions': intro/conventions.md
- Testing: intro/testing.md
- 'Netflix Integration': intro/netflix.md
- 'Servo Comparison': intro/servo-comparison.md
- Extensions:
- 'IPC': ext/ipc.md
- 'JVM Stats':
- 'Buffer Pools': ext/jvm-buffer-pools.md
- 'Garbage Collection': ext/jvm-gc.md
- 'GC Causes': ext/jvm-gc-causes.md
- 'Memory Pools': ext/jvm-memory-pools.md
- 'Thread Pools': ext/thread-pools.md
- 'Log4j2 Appender': ext/log4j2.md
- 'Log4j1 Appender': ext/log4j1.md
- 'Placeholders': ext/placeholders.md
- Registries:
- Metrics3: registry/metrics3.md
- Servo: registry/servo.md
theme: material
extra_css:
- css/custom.css
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: True