-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
53 lines (47 loc) · 1.33 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
site_name: rare
site_url: https://rare.zdyn.net/
repo_url: https://github.com/zix99/rare
site_description: Realtime regex-extraction and aggregation into common formats such as histograms, bar graphs, numerical summaries, tables, and more!
site_author: Christopher LaPointe
copyright: '2019 Christopher LaPointe'
nav:
- Home: index.md
- Usage:
- Overview: usage/overview.md
- Input: usage/input.md
- Extractor: usage/extractor.md
- Expressions: usage/expressions.md
- Aggregators: usage/aggregators.md
- Examples: usage/examples.md
- Advanced:
- JSON: usage/json.md
- Funcs File: usage/funcsfile.md
- Regular Expressions: usage/regexp.md
- CLI Docs: cli-help.md
- Benchmarks: benchmarks.md
- Contributing: contributing.md
- License: license.md
theme:
name: material
features:
- navigation.expand
custom_dir: docs/overrides
markdown_extensions:
- toc:
permalink: true
baselevel: 1
- admonition
- pymdownx.superfences
extra:
social:
- icon: fontawesome/solid/blog
link: https://zdyn.net
name: Blog
- icon: fontawesome/brands/github
link: https://github.com/zix99/rare
name: Github
- icon: fontawesome/solid/mug-hot
link: https://www.buymeacoffee.com/cmlapointe
name: Buy Me A Coffee
strict: true
site_dir: dist/site