-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
131 lines (116 loc) · 2.69 KB
/
_config.yml
File metadata and controls
131 lines (116 loc) · 2.69 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
title: OpenVox Documentation
description: Documentation for various OpenVox Projects.
timezone: UTC
theme: jekyll-vitepress-theme
plugins:
- jekyll-vitepress-theme
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter_opts:
block:
line_numbers: false
jekyll_vitepress:
branding:
logo:
default: 'https://github.com/voxpupuli/logos/blob/master/images/OpenVox/Sticker/HexagonSticker.svg?raw=true'
alt: OpenVox Automation Framework
# Disabled as it adds extra size to generated HTML pages.
copy_page:
enabled: false
# Disable previous/next links at the bottom of the page as
# they don't match the order of the outlines defined in
# `_data/nav/*.yaml` and thus cause confusion.
doc_footer:
enabled: false
collections_dir: docs
collections:
openfact_latest:
output: true
permalink: '/openfact/latest/:path:output_ext'
openfact_5x:
output: true
permalink: '/openfact/5.x/:path:output_ext'
openvox_latest:
output: true
permalink: '/openvox/latest/:path:output_ext'
openvox_8x:
output: true
permalink: '/openvox/8.x/:path:output_ext'
openvox-server_latest:
output: true
permalink: '/openvox-server/latest/:path:output_ext'
openvox-server_8x:
output: true
permalink: '/openvox-server/8.x/:path:output_ext'
openvoxdb_latest:
output: true
permalink: '/openvoxdb/latest/:path:output_ext'
openvoxdb_8x:
output: true
permalink: '/openvoxdb/8.x/:path:output_ext'
defaults:
- scope:
path: ''
type: openfact_latest
values:
nav: openfact_5x
- scope:
path: ''
type: openfact_5x
values:
nav: openfact_5x
- scope:
path: ''
type: openvox_latest
values:
nav: openvox_8x
- scope:
path: ''
type: openvox_8x
values:
nav: openvox_8x
- scope:
path: ''
type: openvox-server_latest
values:
nav: openvox-server_8x
- scope:
path: ''
type: openvox-server_8x
values:
nav: openvox-server_8x
- scope:
path: ''
type: openvoxdb_latest
values:
nav: openvoxdb_8x
- scope:
path: ''
type: openvoxdb_8x
values:
nav: openvoxdb_8x
# Ignores all legacy files present in the root directory as of
# commit 09952f27 (with the exception of LICENSE). As older files
# are cleaned up, this exclusion list should shrink.
exclude:
- bin
- CNAME
- CODEOWNERS
- config.ru
- CONTRIBUTING.md
- externalsources
- Gemfile
- Gemfile.lock
- lib
- puppet_docs.gemspec
- Rakefile
- README_WRITING.markdown
- README.markdown
- toolchain_walkthrough.markdown
- util
- vendor
- WORKFLOW.md
- WORKFLOW_reference.md