-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
51 lines (51 loc) · 1.32 KB
/
_config.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
title: Logsearch
description: The easiest way to search logs using the power of ELK
url: "http://www.logsearch.io"
github_username: logsearch
permalink: "/blog/:year/:month/:title:output_ext"
exclude:
- "Dockerfile"
- "README.md"
defaults:
-
scope:
path: "blog"
values:
layout: "post"
-
scope:
path: "docs"
values:
layout: "docs-default"
-
scope:
path: "docs/boshrelease"
values:
repo_github: "https://github.com/logsearch/logsearch-boshrelease"
prenav:
- [ "Documentation", "/docs/" ]
- [ "Logsearch (BOSH)", "/docs/boshrelease/" ]
-
scope:
path: "docs/shipper-boshrelease"
values:
repo_github: "https://github.com/logsearch/logsearch-shipper-boshrelease"
prenav:
- [ "Documentation", "/docs/" ]
- [ "Logsearch Shipper (BOSH)", "/docs/shipper-boshrelease/" ]
-
scope:
path: "docs/filters-common"
values:
repo_github: "https://github.com/logsearch/logsearch-filters-common"
prenav:
- [ "Documentation", "/docs/" ]
- [ "Filters", "/docs/filters-common/" ]
-
scope:
path: "docs/workspace"
values:
repo_github: "https://github.com/logsearch/workspace"
prenav:
- [ "Documentation", "/docs/" ]
- [ "Workspace", "/docs/workspace/" ]